SuomiGeoData


NameSuomiGeoData JSON
Version 1.1.3 PyPI version JSON
download
home_pageNone
SummaryDownloading and analyzing geospatial data from Finland, that is Suomi.
upload_time2025-02-11 17:45:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords paituli dem topography data download analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SuomiGeoData


| <big>Status</big> | <big>Description</big> |
| --- | --- |
| **PyPI**| ![PyPI - Version](https://img.shields.io/pypi/v/SuomiGeoData) ![PyPI - Status](https://img.shields.io/pypi/status/SuomiGeoData) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/SuomiGeoData) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/SuomiGeoData) |
| **GitHub** | ![GitHub last commit](https://img.shields.io/github/last-commit/debpal/SuomiGeoData) [![flake8](https://github.com/debpal/SuomiGeoData/actions/workflows/linting.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/linting.yml) [![mypy](https://github.com/debpal/SuomiGeoData/actions/workflows/typing.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/typing.yml) [![pytest](https://github.com/debpal/SuomiGeoData/actions/workflows/testing.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/testing.yml) |
| **Codecov** | [![codecov](https://codecov.io/gh/debpal/SuomiGeoData/graph/badge.svg?token=ORFQKXO96C)](https://codecov.io/gh/debpal/SuomiGeoData)  |
| **Read** _the_ **Docs** | [![Documentation Status](https://readthedocs.org/projects/suomigeodata/badge/?version=latest)](https://suomigeodata.readthedocs.io/en/latest/?badge=latest) |
| **PePy** | ![Pepy Total Downloads](https://img.shields.io/pepy/dt/SuomiGeoData) |
| **License** | ![PyPI - License](https://img.shields.io/pypi/l/SuomiGeoData) |

`SuomiGeoData` is a Python package designed to simplify the process of downloading and analyzing geospatial data from Finland, that is Suomi. Conceptualized on September 11, 2024, and launched on September 14, 2024, this package is tailored for users with limited coding experience but still in need powerful geospatial insights. It streamlines the workflow by handling internal complexities, allowing users to focus on desired outputs rather than intermediate steps. The goal of `SuomiGeoData` is to empower users by providing easy access to open-source geodapatial data, enabling informed decision-making by simplified analysis. Currently, the package offers the following features:


## [Paituli integration](https://paituli.csc.fi/download.html)

- Digital Elevation Model (DEM)

    - Provides access to a vector format index map of DEM raster labels.
    - Downloads DEM raster files based on label names from the index map.
    - Downloads raster files of all DEM labels intersecting with a given vector format area.
    - Downloads a clipped DEM raster file that matches a given vector format area.
    * Downloads clipped DEM raster files by [Syke's](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) subcatchment identifiers.
        
- Topograhic Database
    - Provides access to a vector format index map of topographic database labels.
    - Downloads topographic database folders of shapefiles based on label names from the index map.
    - Downloads shapefile folders of all topographic database labels intersecting with a given vector format area.
    - Downloads topographic database metadata containing the name and class number of the geometric features.
    - Extracts feature geometries based on class number from the shapefile folders.
    - Downloads feature geometries based on class number located within a given vector format area.
    - Downloads feature geometries based on class number and [Syke's](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) subcatchment identifiers.


## Easy Installation

To install, use pip:

```bash
pip install SuomiGeoData
```

## Quickstart
A brief example of how to start:

```python
>>> import SuomiGeoData
>>> paituli = SuomiGeoData.Paituli()
```

## Documentation

For detailed information, see the [documentation](http://suomigeodata.readthedocs.io/).

## Support

If this project has been helpful and you'd like to contribute to its development, consider sponsoring with a coffee! Support will help maintain, improve, and expand this open-source project, ensuring continued valuable tools for the community.

[![Buy Me a Coffee](https://img.shields.io/badge/☕_Buy_me_a_coffee-FFDD00?style=for-the-badge)](https://www.buymeacoffee.com/debasish_pal)
















            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "SuomiGeoData",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Paituli, DEM, Topography, Data, Download, Analysis",
    "author": null,
    "author_email": "Debasish Pal <bestdebasish@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/0e/ca21ca227ddc6de4b81b8792802a31d414bfe0410c1569ea1fcd79c24188/suomigeodata-1.1.3.tar.gz",
    "platform": null,
    "description": "# SuomiGeoData\r\n\r\n\r\n| <big>Status</big> | <big>Description</big> |\r\n| --- | --- |\r\n| **PyPI**| ![PyPI - Version](https://img.shields.io/pypi/v/SuomiGeoData) ![PyPI - Status](https://img.shields.io/pypi/status/SuomiGeoData) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/SuomiGeoData) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/SuomiGeoData) |\r\n| **GitHub** | ![GitHub last commit](https://img.shields.io/github/last-commit/debpal/SuomiGeoData) [![flake8](https://github.com/debpal/SuomiGeoData/actions/workflows/linting.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/linting.yml) [![mypy](https://github.com/debpal/SuomiGeoData/actions/workflows/typing.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/typing.yml) [![pytest](https://github.com/debpal/SuomiGeoData/actions/workflows/testing.yml/badge.svg)](https://github.com/debpal/SuomiGeoData/actions/workflows/testing.yml) |\r\n| **Codecov** | [![codecov](https://codecov.io/gh/debpal/SuomiGeoData/graph/badge.svg?token=ORFQKXO96C)](https://codecov.io/gh/debpal/SuomiGeoData)  |\r\n| **Read** _the_ **Docs** | [![Documentation Status](https://readthedocs.org/projects/suomigeodata/badge/?version=latest)](https://suomigeodata.readthedocs.io/en/latest/?badge=latest) |\r\n| **PePy** | ![Pepy Total Downloads](https://img.shields.io/pepy/dt/SuomiGeoData) |\r\n| **License** | ![PyPI - License](https://img.shields.io/pypi/l/SuomiGeoData) |\r\n\r\n`SuomiGeoData` is a Python package designed to simplify the process of downloading and analyzing geospatial data from Finland, that is Suomi. Conceptualized on September 11, 2024, and launched on September 14, 2024, this package is tailored for users with limited coding experience but still in need powerful geospatial insights. It streamlines the workflow by handling internal complexities, allowing users to focus on desired outputs rather than intermediate steps. The goal of `SuomiGeoData` is to empower users by providing easy access to open-source geodapatial data, enabling informed decision-making by simplified analysis. Currently, the package offers the following features:\r\n\r\n\r\n## [Paituli integration](https://paituli.csc.fi/download.html)\r\n\r\n- Digital Elevation Model (DEM)\r\n\r\n    - Provides access to a vector format index map of DEM raster labels.\r\n    - Downloads DEM raster files based on label names from the index map.\r\n    - Downloads raster files of all DEM labels intersecting with a given vector format area.\r\n    - Downloads a clipped DEM raster file that matches a given vector format area.\r\n    * Downloads clipped DEM raster files by [Syke's](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) subcatchment identifiers.\r\n        \r\n- Topograhic Database\r\n    - Provides access to a vector format index map of topographic database labels.\r\n    - Downloads topographic database folders of shapefiles based on label names from the index map.\r\n    - Downloads shapefile folders of all topographic database labels intersecting with a given vector format area.\r\n    - Downloads topographic database metadata containing the name and class number of the geometric features.\r\n    - Extracts feature geometries based on class number from the shapefile folders.\r\n    - Downloads feature geometries based on class number located within a given vector format area.\r\n    - Downloads feature geometries based on class number and [Syke's](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) subcatchment identifiers.\r\n\r\n\r\n## Easy Installation\r\n\r\nTo install, use pip:\r\n\r\n```bash\r\npip install SuomiGeoData\r\n```\r\n\r\n## Quickstart\r\nA brief example of how to start:\r\n\r\n```python\r\n>>> import SuomiGeoData\r\n>>> paituli = SuomiGeoData.Paituli()\r\n```\r\n\r\n## Documentation\r\n\r\nFor detailed information, see the [documentation](http://suomigeodata.readthedocs.io/).\r\n\r\n## Support\r\n\r\nIf this project has been helpful and you'd like to contribute to its development, consider sponsoring with a coffee! Support will help maintain, improve, and expand this open-source project, ensuring continued valuable tools for the community.\r\n\r\n[![Buy Me a Coffee](https://img.shields.io/badge/\u2615_Buy_me_a_coffee-FFDD00?style=for-the-badge)](https://www.buymeacoffee.com/debasish_pal)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Downloading and analyzing geospatial data from Finland, that is Suomi.",
    "version": "1.1.3",
    "project_urls": {
        "Documentation": "http://suomigeodata.readthedocs.io/",
        "Homepage": "https://github.com/debpal/SuomiGeoData"
    },
    "split_keywords": [
        "paituli",
        " dem",
        " topography",
        " data",
        " download",
        " analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f27ad8e464ed4725a16c6d83d559ae1baa760ac8be27ad7abea1be570d60bab0",
                "md5": "b907d26934fcba35165c4ad17ef1d02c",
                "sha256": "173d97227112a54e3c6b0fb751354a046a5ce9885589d8ab6432124de3810676"
            },
            "downloads": -1,
            "filename": "SuomiGeoData-1.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b907d26934fcba35165c4ad17ef1d02c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 441344,
            "upload_time": "2025-02-11T17:45:15",
            "upload_time_iso_8601": "2025-02-11T17:45:15.560256Z",
            "url": "https://files.pythonhosted.org/packages/f2/7a/d8e464ed4725a16c6d83d559ae1baa760ac8be27ad7abea1be570d60bab0/SuomiGeoData-1.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d40eca21ca227ddc6de4b81b8792802a31d414bfe0410c1569ea1fcd79c24188",
                "md5": "0fed59f86fdc724aa0a33e04e43d8949",
                "sha256": "4a4d2418b3f06da9c806dbc77d03b07f780d829831ae8e3434f1dbad5803ad90"
            },
            "downloads": -1,
            "filename": "suomigeodata-1.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0fed59f86fdc724aa0a33e04e43d8949",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 444244,
            "upload_time": "2025-02-11T17:45:16",
            "upload_time_iso_8601": "2025-02-11T17:45:16.986517Z",
            "url": "https://files.pythonhosted.org/packages/d4/0e/ca21ca227ddc6de4b81b8792802a31d414bfe0410c1569ea1fcd79c24188/suomigeodata-1.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-11 17:45:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "debpal",
    "github_project": "SuomiGeoData",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "suomigeodata"
}
        
Elapsed time: 0.43655s