niwa / geoapis

A Python package for simply downloading publicly available web-hosted geo-spatial data. View API docs at: https://niwa.github.io/geoapis/
MIT License
9 stars 3 forks source link

minor improvements #23

Open Pooja3894 opened 2 years ago

Pooja3894 commented 2 years ago
rosepearson commented 1 year ago

Assertions are good but in general used enforce some invariants (eg. a condition that should never be reached if the code is properly used). Here this is more like a test so an exception looks, to me, more appropriate. From Maxime

rosepearson commented 1 year ago

image