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

Separated out the reusable content into an abstract class and pulled … #14

Closed rosepearson closed 2 years ago

rosepearson commented 2 years ago

Add support for the LRIS data service.

rosepearson commented 2 years ago

Once the tests are passing and the base class extends ABC I will approve this. Looks like some good changes to add new features while improving the code

Cool! Changes made.