Skip to main content

Downloading and extracting geospatial data from Suomi, that is Finland.

Project description

SuomiGeoData

What is 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 website

    • 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.

Roadmap

  • Enable downloading DEM for a specified area using a shapefile.
  • Enable downloading the topographic database for a specified area using a shapefile.

Easy Installation

To install, use pip:

pip install SuomiGeoData

Quickstart

A brief example of how to start:

>>> 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.

Toolkit

Status Description
PyPI PyPI - Version PyPI - Status PyPI - Wheel
GitHub GitHub last commit flake8 mypy pytest GitHub repo size
Codecov codecov
ReadtheDocs Documentation Status
License PyPI - License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

suomigeodata-0.1.0.tar.gz (408.0 kB view hashes)

Uploaded Source

Built Distribution

SuomiGeoData-0.1.0-py3-none-any.whl (409.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page