Sean Gillies
Sean Gillies
@vincentsarago that's not rasterio's choice. Unless you specify a driver, GDALOpenEx tries them all in turn and stops when one "works". It tries HDF5 before netCDF. netCDF is a profile...
I see something different @rbavery. Specifically `curl error msg=URL rejected: Malformed input to a URL function`. ``` DEBUG:rasterio._env:CPLE_None in CURL_INFO_TEXT: URL rejected: Malformed input to a URL function DEBUG:rasterio._env:CPLE_None in...
Let's fix this bug after 1.4.0 if we can. I'm sure there's a problem between Rasterio's understanding of URIs and GDAL's gruesome `DRIVER:/vsicurl/https:...` syntax. Another issue is this, which I...
@emmanuelmathot @snowman2 @vincentsarago I'm super late to the party, and I apologize. I appreciate the thought that's been put into this. GDAL has a vast configuration space which is hard...
@snowman2 the code here is basically correct! The XML produced by `virtual_merge(glob("tests/data/rgb?.tif"))` becomes  What do you think? I want Rasterio to aim high when it comes to API design....
@gboeing in the meanwhile, you have the option of copying the new virtual_merge function into osmnx if you want. I don't imagine the interface or functionality will change much between...
@snowman2 @groutr (adding you since you're a key merge contributor) if we have a virtual merging method like this one, what would you think about it returning a "Virtual Dataset"...
Thanks for all the suggestions @groutr @snowman2 ! I'm going to accept them as soon as I'm back from my Wisconsin trail running vacation 😆
Deferring until 1.5.0. There's a lot to this and it's not ready.
After more reflection, a new (attrs) class would eliminate confusion between elements of the extent triple. Which is a real problem and solving this problem is ~half the purpose of...