Spatial Plotting

Spatial Plotting#

This section focuses on spatial plotting and analyzing spatial data. The following are some resources from blog posts:

Post Title

Blog Link

Clip raster data with a shapefile

https://waterprogramming.wordpress.com/2014/10/03/python-clip-raster-data-with-a-shapefile/

Plotting a map of NetCDF data with Matplotlib/Basemap

https://waterprogramming.wordpress.com/2014/04/30/plotting-a-map-of-netcdf-data-with-matplotlibbasemap/

Making Movies of Time-Evolving Global Maps with Python

https://waterprogramming.wordpress.com/2016/03/01/making-movies-of-time-evolving-global-maps-with-python/

Making Watershed Maps in Python

https://waterprogramming.wordpress.com/2017/04/03/making-watershed-maps-in-python/

Spatial and temporal visualization of water demands in a basin

https://waterprogramming.wordpress.com/2019/06/11/spatial-and-temporal-visualization-of-water-demands-in-a-basin/

Plotting change on maps

https://waterprogramming.wordpress.com/2021/11/15/plotting-change-on-maps/

Creating Interactive Geospatial Maps in Python with Folium

https://waterprogramming.wordpress.com/2023/04/05/creating-interactive-geospatial-maps-in-python-with-folium/

Bivariate choropleth maps

https://waterprogramming.wordpress.com/2022/09/08/bivariate-choropleth-maps/

The above posts are consolidated are presented as examples in the following pages