hysds / pele

REST API for HySDS Datasets
Apache License 2.0
0 stars 0 forks source link

HC-377 #16

Closed jimmie closed 3 years ago

jimmie commented 3 years ago

From NSDS-1427 (Pele mods for Cal/Val use cases).

Used osgeo.ogr package instead of rasterio since the former supports layered files. Added optional parameter to identify named layer in the event the file contains > 1 (default is to use the first layer in file). Returns polygon in Pele/ES geospatial friendly format.

DustinKLo commented 3 years ago

should we add the osgeo library to setup.py or requirements.txt

pymonger commented 3 years ago

@jimmie: can you run pip freeze --exclude-editable > requirements.txt and add it to this repo?

jimmie commented 3 years ago

With HC-378 (separate pele client repo), I am going to close this PR and clobber the branch. The client.py change will be placed in the new client repo.