Re: [gdal-dev] osgeo/gdal Docker Container

2021-10-01 Thread Even Rouault
This error message suggests that you're using a not super recent Docker image. "docker pull osgeo/gdal" to refresh it Le 01/10/2021 à 19:19, Nicholas Olsen a écrit : Hello, I'm trying to use the osgeo/gdal docker container and when I'm in the container I'm unable to successfully run gdalwarp t

[gdal-dev] osgeo/gdal Docker Container

2021-10-01 Thread Nicholas Olsen
Hello, I'm trying to use the osgeo/gdal docker container and when I'm in the container I'm unable to successfully run gdalwarp the way I would if I were running it through OSGEO4Win or conda. It's returning this error: gdalwarp -multi -wo NUM_THREADS=val/ALL_CPUS -t_srs EPSG:4326 DEM.tif warped.ti

Re: [gdal-dev] Problem accessing NASA Cloud Optimized GeoTIFF data

2021-10-01 Thread Aaron Friesz
Hey Even, Sorry, yeah, the cookies warning goes away if I add the full path. The rest of the log stays the same though. -Aaron On Fri, Oct 1, 2021 at 6:09 AM Even Rouault wrote: > Aaron, > > I see a suspicious "* WARNING: failed to save cookies in ~/cookies.txt: > Failed writing received data

Re: [gdal-dev] Problem accessing NASA Cloud Optimized GeoTIFF data

2021-10-01 Thread Even Rouault
Aaron, I see a suspicious "* WARNING: failed to save cookies in ~/cookies.txt: Failed writing received data to disk/application" that comes from curl. I'm not sure if it is due to the ~/ not being expanded or something else. This might be dependent of your curl version. Using --config CPL_VS