Geospatial toolkit for Python

gdal gdal-library general-purpose geospatial-data gis python3 raster-data toolkit
2 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Libraries Geospatial

AI Summary: Update the `geokit` Python library to replace the deprecated `europe_m` spatial reference system (SRS) with the recommended `europe_laea` SRS in the `geokit/core/srs.py` file. This involves finding all instances of `europe_m` and replacing them with `europe_laea`, ensuring the functionality remains unchanged.

Complexity: 3/5
good first issue Middle Priority

Geospatial toolkit for Python

Python
#gdal#gdal-library#general-purpose#geospatial-data#gis#python3#raster-data#toolkit
Libraries Geospatial

AI Summary: The task is to debug the `RASTER.createRaster()` and `createRasterLike()` methods in the GeoKit Python library. The issue is that keyword arguments (kwargs) are accepted but not properly processed, leading to silent failures where incorrect data types are saved. The solution involves reviewing the code for these methods to ensure all kwargs are correctly handled and potentially adding more robust error handling or input validation to prevent such issues.

Complexity: 4/5
bug good first issue Middle Priority NextHackathon

Geospatial toolkit for Python

Python
#gdal#gdal-library#general-purpose#geospatial-data#gis#python3#raster-data#toolkit