Open Issues Need Help
View All on GitHubAI 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.
Geospatial toolkit for Python
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.
Geospatial toolkit for Python