Algorithm for harmonizing geotiff map legends
Project description
Geo Map Harmonizer
This package includes an algorithm specialized in harmonizing geotiff maps. Its main function is to generate a harmonized legend based on the spatial distribution of classes in two maps, aiming for maximum accuracy in comparison.
Additionally, the package provides data analysis functions for detailed reports. Specific strategies for handling Big Data are implemented, such as dividing maps into smaller blocks and consolidating results.
Installation
1 - Install GDAL on your system.
2 - Install Python GDAL Library
3 - Install Geo Map Harmonizer with pip install geo-map-harmonizer
.
Utilization
The application uses a class to store the paths to the maps in .tif format, and uses the map_legend_harmonizer method to generate the legend harmonization for the two maps.
from geomapharmonizer import GeoMapHamonizer
geomap = GeoMapHamonizer(path_map1="path/to/map1.tif", path_map2="path/to/map2.tif")
df_legends = geomap.map_legend_harmonizer()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file geo-map-harmonizer-0.0.0.2.tar.gz
.
File metadata
- Download URL: geo-map-harmonizer-0.0.0.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1b49bef2fd85adcb1f42afd16d1f5f761e6616bf7231dbc87e17b3d5c71fa08 |
|
MD5 | db50fccdbcd80dcb3f37bf389be0cbb1 |
|
BLAKE2b-256 | 7f27160059b9801307530889578656e7b4d349f4da2d6ed28917beb742a20c29 |