SlideRuleEarth / sliderule-python

SlideRule Earth Example Notebooks: On-demand, cloud-based processing of satellite mission data (NASA ICESat-2, GEDI, ArcticDEM/REMA, HLS)
https://slideruleearth.io/rtd/
BSD 3-Clause "New" or "Revised" License
41 stars 21 forks source link

io: verify crs from files are strings #82

Closed tsutterley closed 2 years ago

tsutterley commented 2 years ago

apparently the pytables HDF5 reader now inputs the unicode attributes as numpy._str which geopandas did not like

jpswinski commented 2 years ago

@tsutterley Right now the server side code does not support selecting multiple surface types. Is that something we need to be able to do? The only place it is used is when selecting the confidence value to compare against. I am not sure what it would mean to select multiple values.

tsutterley commented 2 years ago

you're right @jpswinski. i trimmed this pr to just fix the crs bits