fastnanquantile: A Python package for fast quantile computation when NaN values are present in the data. GitHub link here.
geocoreg: A Python package to simplify geospatial data co-registration supporting integration with xarray. GitHub link here.
ezgrid: A Python package for easy creation of a grid of points inside a polygon. GitHub link here.
Example Geospatial Project: It's an example repository intended to demonstrate how to create a geospatial project with Python using good software development practices. GitHub link here.
Hints for developing a sound Python project: Material used in a lecture focused on demonstrating how to improve a Python project with good software development practices. GitHub link here.