DS-python-geospatial
DS-python-geospatial copied to clipboard
Python for GIS and Geoscience - specialist course Doctoral schools of Ghent University
Some sections are now a bit redundant to show `clip` and ``rasterize; we should improve the structure to make clear what the repitition is and what is new. - mask_and_scale...
In [notebook 02](https://github.com/jorisvandenbossche/DS-python-geospatial/blob/main/notebooks/02-introduction-geospatial-data.ipynb), the areas you compute with `countries.geometry.area` are not areas; they're computed as if geographic coordinates are Cartesian - their unit is squared degrees, which is meaningless (because...
@jorisvandenbossche , I think we should do some rework on the current state of the raster info in the repo. My proposal: - Remove 11-numpy.ipynb. Could be an option to...
https://aballatore.space/geospatial-datasets/?s=03 or https://github.com/andrea-ballatore/open-geo-data-education
- north arrow, scalebar - inset (to locate study area) (see https://matplotlib.org/3.3.1/gallery/subplots_axes_and_figures/zoom_inset_axes.html#sphx-glr-gallery-subplots-axes-and-figures-zoom-inset-axes-py, https://basemaptutorial.readthedocs.io/en/latest/locator.html#inset-locator) - customize title, legend, ...
Both eg writing a Shapefile/GeoJSON/.. with geopandas as writing eg a netcdf file with xarray (with rasterio I think we showed how to do this)