Module 6: Other useful Python packages
Section outline
-
-
For geospatial hydrological applications, it's also useful to learn:
- Downloading data from online resources (FTP, OPeNDAP, OGC API, WaPOR)
- Reading and writing Excel sheets and CSV files
- Calculating zonal statistics
- Temporal aggregation
1. Clone the following GitHub repository:2. Run the Jupyter Notebooks (1a-d and 2a-c).Note that you might need to install packages that are not yet in your environment. Try to add them or, if there are incompatibilities, try to create a new environment. - Downloading data from online resources (FTP, OPeNDAP, OGC API, WaPOR)
-