Status | Description |
---|---|
PyPI | |
GitHub | |
Codecov | |
Read the Docs | |
PePy | |
License |
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:
-
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.
-
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 CORINE land cover 2018 raster.
- Downloads vector files of the latest subcatchment divisions, ranging from level 1 to 5.
- Extracts individual or merged subcatchments by identifier number from the vector files.
- Downloads clipped DEM raster files by subcatchment identifiers.
- Downloads feature geometries based on class number and subcatchment identifiers.
To install, use pip:
pip install SuomiGeoData
A brief example of how to start:
>>> import SuomiGeoData
>>> paituli = SuomiGeoData.Paituli()
# DEM raster labels
>>> paituli.dem_labels
['K3244G',
'K3244H',
'K3222E',
'K3222A',
'K3222C',
...]
For detailed information, see the documentation.
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.