esciencecenter-digital-skills / geospatial-python

Introduction to Geospatial Raster and Vector Data with Python
https://esciencecenter-digital-skills.github.io/geospatial-python/
Other
3 stars 0 forks source link

Issue4 intro to vector data #18

Closed raar1 closed 2 years ago

raar1 commented 2 years ago

Fixes issue #4

The episode is modified to use datasets from PDOK. Due to the large size of the crop fields (polygons) dataset, the episode now also covers cropping, and saving of the result.

Another change is that .total_bounds is now used instead of .bounds from the original lesson. This is because the new datasets contain thousands of shapes, so bounds lists the extents of every single one while total_bounds gives you the overall extent.

Possible issue is the very long URLs to the datasets are a bit ugly. Also not sure if they will suffer from link rot.

raar1 commented 2 years ago

Thanks for the nice reviews @fnattino @rogerkuou ! I will work on this again today :)

raar1 commented 2 years ago

Thanks again @rogerkuou and @fnattino - I have now tried to address your suggestions/comments. Please have a look when you have time :)

rogerkuou commented 2 years ago

Hi @raar1, thanks a lot for the good work! I do not have further comments.