You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried gdal.ogr.Open to read the *.gdbtable files?
see noashark.raster for an example -- it is a work in progress.
I also found geopandas good for these files.
I just pushed out some changes that were lingering my end and updated README.
I downloaded the zip file, unzipped and the good news is my code seems to be reading it fine.
There's a fair bit of remaining work to turn this into something where you can just give a lat/lon and get a bunch of relevant tiles.
The raster code is still trying to figure out the right way to interpret the four bytes of data it gets for each grid point, but that should resolve itself in due course.
Hi @swfiua
I was hoping you could give me some guidance for reading in NOAA SLR depth data (e.g. https://coast.noaa.gov/htdata/Inundation/SLR/SLRdata/FL/ALFL_MOB_TLH_slr_raster_data_dist.zip) using fiona/geopandas.
Currently,
fiona.listlayers(path)
returns an empty list.The text was updated successfully, but these errors were encountered: