geopandas
: Set-Operations with Overlay
geopandas
cartopy
matplotlib's Basemap
: not recommended, has been depreciated and replaced bycartopy
- Plot sampling locations of Connecticut annotated tiles on Connecticut town-level map
- Plot density map of solar PV panel area at any resolution
geopandas
- Convert polygon's pixel coordinates to geospatial coordinates
register_to_tile()
ingeneratePolygons.py
geopandas
rasterio
opencv
skimage
pyimannotate
's binarymask.py: converts manual polygon annotations to binary raster masks- Script for rasterizing GeoTIFF images
make_polygons()
inposrProcUtils.py
opencv
'scv2.findContours
- Usually coupled with a polygon approximation process based on the Douglas-Peucker algorithm to reduce the number of vertices. E.g.
skimage.measure.approximate_polygon()
.
Geospatial datasets sometimes come with different coordinates reference systems (CRS). Convert them to the same CRS before making any overlay analysis or plotting.
geopandas
- Managing Projections with
geopandas