Even Rouault

Results 1301 comments of Even Rouault

@a4lamber Thanks! Would you be willing contributing a autotest/utilities/test_gdalenhance.py file to test the functionality of the utility? I'm a bit nervous having public documentation of a utility that has no...

@a4lamber any intent in doing further work on this?

/vsicurl/ doesn't work with all HTTP servers, and in particular generally not with ones generated dynamic content. They need to support arbitrary Range requests and report the file size in...

closing as I don't foresee any further action on this

closing for now. It is linked for https://gdal.org/development/rfc/rfc95_standard_int_types.html

https://stackoverflow.com/a/3604099/23076275 mentions "Things that are usually not pickable are, for example, sockets, file(handler)s, database connections, and so on". A GDALDataset is a (complicated) file, hence I don't think it is...

> which would be the right way to use datasets from multiprocessing? don't do that. That's forbidden by the C++ side of things. A given GDALDataset must be used from...

You can do multiprocessing, but you need to be careful on how to do it. If you had a file with fixed length records and would want to split its...

> Maybe is related to https://github.com/OSGeo/gdal/issues/8448? Yes, this is totally related > what do you think to support parallel on c++? do you think could be worth talking about it?...

> I wonder if it affects only vsi* systems or would it work also with the drivers which are using curl Ah, good catch that can indeed work: ``` $...