SuomiGeoData


NameSuomiGeoData JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryDownloading and extracting geospatial data from Suomi, that is Finland.
upload_time2024-09-24 21:07:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords paituli topography data download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SuomiGeoData

SuomiGeoData is a Python package whose concept originated on September 11, 2024. It is designed to simplify the process of downloading and extracting geospatial data from Suomi, that is Finland. The package offers the following features:


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

    - Provides access to vector format index maps for downloading DEM and the topographic database.
    - Downloads DEM as raster files and the topographic database as shapefiles based on label names from the index maps.
    - Downloads all DEM labels intersected with a given vector format area.
    - Downloads clipped DEM data that matches a given vector format area.
    
 * [Syke integration](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) 

    - Downloads CORINE land cover 2018 raster.
    - Downloads vector files of latest subcatchment divisions, ranging from level 1 to 5.
    - Extracts individual or merged subcatchments by identifier and uses these areas to download DEM.
    
 * Geoprocessing

    - Simplified merging and clipping of raster files.
    
    
## Roadmap

* Enable downloading the topographic database for a specified area using a shapefile.
* Implement searching and merging of features from the downloaded topographic database.


## Easy Installation

To install, use pip:

```bash
pip install SuomiGeoData
```

## Quickstart
A brief example of how to start:

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

# get the topographic database index map
>>> paituli.indexmap_tdb.head()

     label                                               path	                                         geometry
    -------------------------------------------------------------------------------------------------------------
0	K2344R	mml/maastotietokanta/2022/shp/K2/K23/K2344R.sh...	POLYGON ((104000 6606000, 104000 6618000, 1160...
1	K2334R	mml/maastotietokanta/2022/shp/K2/K23/K2334R.sh...	POLYGON ((104000 6582000, 104000 6594000, 1160...
2	K2343R	mml/maastotietokanta/2022/shp/K2/K23/K2343R.sh...	POLYGON ((104000 6594000, 104000 6606000, 1160...
3	K2443L	mml/maastotietokanta/2022/shp/K2/K24/K2443L.sh...	POLYGON ((92000 6642000, 92000 6654000, 104000...
4	K2443R	mml/maastotietokanta/2022/shp/K2/K24/K2443R.sh...	POLYGON ((104000 6642000, 104000 6654000, 1160...
...
```

## Documentation

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


## Toolkit

| <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) ![PyPI - Downloads](https://img.shields.io/pypi/dm/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) ![GitHub repo size](https://img.shields.io/github/repo-size/debpal/SuomiGeoData) |
| **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) |
| **License** | ![PyPI - License](https://img.shields.io/pypi/l/SuomiGeoData) |


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "SuomiGeoData",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "Paituli, Topography, Data download",
    "author": null,
    "author_email": "Debasish Pal <bestdebasish@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5f/1b/581ce875cac7e0595407a996a45ef9d52f806395caa6b9812cb8779674a4/suomigeodata-1.0.0.tar.gz",
    "platform": null,
    "description": "# SuomiGeoData\r\n\r\nSuomiGeoData is a Python package whose concept originated on September 11, 2024. It is designed to simplify the process of downloading and extracting geospatial data from Suomi, that is Finland. The package offers the following features:\r\n\r\n\r\n* [Paituli integration](https://paituli.csc.fi/download.html)\r\n\r\n    - Provides access to vector format index maps for downloading DEM and the topographic database.\r\n    - Downloads DEM as raster files and the topographic database as shapefiles based on label names from the index maps.\r\n    - Downloads all DEM labels intersected with a given vector format area.\r\n    - Downloads clipped DEM data that matches a given vector format area.\r\n    \r\n * [Syke integration](https://www.syke.fi/en-US/Open_information/Spatial_datasets/Downloadable_spatial_dataset) \r\n\r\n    - Downloads CORINE land cover 2018 raster.\r\n    - Downloads vector files of latest subcatchment divisions, ranging from level 1 to 5.\r\n    - Extracts individual or merged subcatchments by identifier and uses these areas to download DEM.\r\n    \r\n * Geoprocessing\r\n\r\n    - Simplified merging and clipping of raster files.\r\n    \r\n    \r\n## Roadmap\r\n\r\n* Enable downloading the topographic database for a specified area using a shapefile.\r\n* Implement searching and merging of features from the downloaded topographic database.\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# get the topographic database index map\r\n>>> paituli.indexmap_tdb.head()\r\n\r\n     label                                               path\t                                         geometry\r\n    -------------------------------------------------------------------------------------------------------------\r\n0\tK2344R\tmml/maastotietokanta/2022/shp/K2/K23/K2344R.sh...\tPOLYGON ((104000 6606000, 104000 6618000, 1160...\r\n1\tK2334R\tmml/maastotietokanta/2022/shp/K2/K23/K2334R.sh...\tPOLYGON ((104000 6582000, 104000 6594000, 1160...\r\n2\tK2343R\tmml/maastotietokanta/2022/shp/K2/K23/K2343R.sh...\tPOLYGON ((104000 6594000, 104000 6606000, 1160...\r\n3\tK2443L\tmml/maastotietokanta/2022/shp/K2/K24/K2443L.sh...\tPOLYGON ((92000 6642000, 92000 6654000, 104000...\r\n4\tK2443R\tmml/maastotietokanta/2022/shp/K2/K24/K2443R.sh...\tPOLYGON ((104000 6642000, 104000 6654000, 1160...\r\n...\r\n```\r\n\r\n## Documentation\r\n\r\nFor detailed information, see the [documentation](http://suomigeodata.readthedocs.io/).\r\n\r\n\r\n## Toolkit\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) ![PyPI - Downloads](https://img.shields.io/pypi/dm/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) ![GitHub repo size](https://img.shields.io/github/repo-size/debpal/SuomiGeoData) |\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| **License** | ![PyPI - License](https://img.shields.io/pypi/l/SuomiGeoData) |\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Downloading and extracting geospatial data from Suomi, that is Finland.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "http://suomigeodata.readthedocs.io/",
        "Homepage": "https://github.com/debpal/SuomiGeoData"
    },
    "split_keywords": [
        "paituli",
        " topography",
        " data download"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c88c9220cf5b94cf9d05d0d9de6637a02cf1a8c9fae85f2df5da59d8a669df3",
                "md5": "f6046a74c8c023a1127bd6e87fc59e8c",
                "sha256": "86fc6b57015a951e495a8f8a21fc1415c5768857f13e8281dec024f5193bdc14"
            },
            "downloads": -1,
            "filename": "SuomiGeoData-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f6046a74c8c023a1127bd6e87fc59e8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 417830,
            "upload_time": "2024-09-24T21:07:37",
            "upload_time_iso_8601": "2024-09-24T21:07:37.346328Z",
            "url": "https://files.pythonhosted.org/packages/5c/88/c9220cf5b94cf9d05d0d9de6637a02cf1a8c9fae85f2df5da59d8a669df3/SuomiGeoData-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f1b581ce875cac7e0595407a996a45ef9d52f806395caa6b9812cb8779674a4",
                "md5": "6c60c221a135384c919772d00b6b3da1",
                "sha256": "4b851cb04e8adb5f0bb45c38e6933d1b5fd88d3da4905a57d5029f8b3ca4e4bb"
            },
            "downloads": -1,
            "filename": "suomigeodata-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c60c221a135384c919772d00b6b3da1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 418789,
            "upload_time": "2024-09-24T21:07:39",
            "upload_time_iso_8601": "2024-09-24T21:07:39.318154Z",
            "url": "https://files.pythonhosted.org/packages/5f/1b/581ce875cac7e0595407a996a45ef9d52f806395caa6b9812cb8779674a4/suomigeodata-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 21:07:39",
    "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: 1.76790s