Sean Gillies

Results 507 comments of Sean Gillies
trafficstars

@MelnykAndriy search the repo for "google cloud": https://github.com/mapbox/rasterio/search?q=google+cloud&type=Issues&utf8=%E2%9C%93.

@yellowcap I have also noticed poor performance with the same JP2 files. I think they're not optimized for remote access with GDAL like the Landsat PDS GeoTIFFs are. Can you...

@caspervdw this feels a bit like the issue reported in https://github.com/OSGeo/gdal/issues/4098. But since that's closed and since I can reproduce what you see with the latest GDAL, there must be...

Right, that's the best usage. Thanks @vincentsarago ! I think we can still eliminate the error, so I'll tag this as a bug.

@underchemist unless that particular GDAL error is special in a way that rasterio doesn't expect, the only way the error can get to the screen is if we currently have...

This is no longer a problem with rasterio 1.3.2. ``` $ python issue2339.py Python: 3.8.10 (default, Jun 22 2022, 20:18:18) [GCC 9.4.0] rasterio: 1.3.2 rasterio.gdal: 3.5.1 Genarating in-memory PNG read...

It's true, rio-convert lacks features of gdal_translate. It may be worth thinking about a rewrite to use https://gdal.org/api/gdal_utils.html#gdal__utils_8h_1a1cf5b30de14ccaf847ae7a77bb546b28.

Are you suggesting that overviews could be created when a dataset is opened in 'r' mode? I can't get behind that. Or is about creating external overviews in 'r+' mode...

@mwtoews I'm :-1: on writing auxiliary files for datasets opened in 'r' mode. Let's figure out a different way to do it.

I think we can have our cake (no writing on read) and eat it too (auxiliary metadata) if we make the PAM proxy support more explicit and in the open...