[gdal-dev] advice on python style - get file/dataset as bytes

2024-04-14 Thread Michael Sumner via gdal-dev
Hi, I'm getting some pushback on my code style. I just want the raw bytes in-memory of a file in Python, for a manageable tiny dataset. Is there anything especially wrong with the following? It's essentially the same as the answer here: https://lists.osgeo.org/pipermail/gdal-dev/2016-August/045

Re: [gdal-dev] How do I add a projection to proj 8?

2024-04-14 Thread Even Rouault via gdal-dev
Stephen, there are 2 possiblities: - you may reuse your modified /usr/share/proj/epsg file from PROJ.4. But in this case, the EPSG entries of proj.db will not be used, so you will use only legacy CRS and transformations - or you add a custom entry in proj.db For the later, the following wil

[gdal-dev] Is there a GDAL way to use a WPS service?

2024-04-14 Thread andy via gdal-dev
Hi, I would like to test a WPS to run coordinate conversion, And I don't know if there is a way to do it with GDAL. If there is not, is there a cli tool with which to do it? Thank you, Andrea P.S. if there's no cli, I will use owslib via python -- ___ Andrea Borruso website: