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

19 support ot folders #20

Closed rosepearson closed 2 years ago

rosepearson commented 2 years ago

cAdd support for downloading openTopography datasets with nested file structures:

rosepearson commented 2 years ago

@Pooja3894 ready to be reviewed when you're ready. This contains two sets of changes:

  1. Improvement/Fix so that lidar.OpenTopography can download datasets with a nested file structure
  2. Added flexibility to lidar.OpenTopography so that datasets can be downloaded by name Tests added for both changes. Note - you will have to change the order of inputs to the OpenTopography constructor - or refer to them by name after this change.