Analysis of georeferenced rasters, vectors and point clouds

geopandas geospatial-processing gis masking polygonization python raster-data rasterio rasterization reprojection vector-data
3 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Geospatial Analysis Raster, Vector, and Point Cloud Analysis
Remove conda test for deps about 2 months ago

AI 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.

Complexity: 4/5
help wanted

Analysis of georeferenced rasters, vectors and point clouds

Python
#geopandas#geospatial-processing#gis#masking#polygonization#python#raster-data#rasterio#rasterization#reprojection#vector-data
Geospatial Analysis Raster, Vector, and Point Cloud Analysis

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.

Complexity: 4/5
enhancement help wanted

Analysis of georeferenced rasters, vectors and point clouds

Python
#geopandas#geospatial-processing#gis#masking#polygonization#python#raster-data#rasterio#rasterization#reprojection#vector-data
Geospatial Analysis Raster, Vector, and Point Cloud Analysis
Plot - memory on disk about 2 months ago

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.

Complexity: 4/5
enhancement help wanted

Analysis of georeferenced rasters, vectors and point clouds

Python
#geopandas#geospatial-processing#gis#masking#polygonization#python#raster-data#rasterio#rasterization#reprojection#vector-data