Sean Gillies
Sean Gillies
@recursix thanks for the response! This needs to be fixed upstream. Rasterio can't afford to be in the business of papering over GDAL bugs unless they have no workarounds. Would...
@snowman2 I think I remember seeing some recent gdal-dev or GitHub discussion of a gdal-config (or equivalent) for Windows.
Blocked by a feature missing from GDALWarp. See #2437.
I'm out of good ideas here and am going to remove this from the 1.3.0 milestone.
@drnextgis did this get resolved in GDAL?
@arthur-e It looks to me that your operations are producing values that overflow. Could you please try the following? It produces a result that looks good to me. `rio calc...
I'm marking this as a documentation bug and will leave it open. I hope you won't mind if I retitle it.
Taking this off the 1.2.0 milestone. Explanation at the end of #2051 .
Confirmed. I'm not quite sure how to fix this one yet. When I do ``` $ rio info netcdf:/vsicurl/ftp://ftp.cdc.noaa.gov/Projects/RefET/global/Gen-0/fine_resolution/data_v2/2019/ETrs_fine_20191201.nc ``` I see ``` ... rasterio.errors.RasterioIOError: Missing url parameter ``` I've...
@d-diaz yes, the reported issue is specific to netcdf and still persists with the manylinux1 wheels for rasterio 1.1.5. Either netcdf and FTP don't work together with GDAL 2.4.4, or...