Open Issues Need Help
View All on GitHubAI Summary: The task involves modifying the GeoUtils project to remove or relocate the tests that rely on the conda package manager, enabling a pip-only release. This requires identifying conda-dependent tests, modifying or removing them, and potentially adding alternative tests compatible with pip. The goal is to make the project installable and testable using only pip.
Analysis of georeferenced rasters, vectors and point clouds
AI Summary: Modify the GeoUtils multiproc class to handle rectangular tiles instead of only square tiles. This involves changing the tile generation logic to accept and process both width and height parameters for tile dimensions.
Analysis of georeferenced rasters, vectors and point clouds
AI Summary: Implement a feature in the GeoUtils Python library to generate PNG plots from geospatial data without loading the entire dataset into memory. This involves modifying the plotting functionality to handle data in a memory-efficient manner, likely through techniques like chunking or streaming.
Analysis of georeferenced rasters, vectors and point clouds