Re: [gdal-dev] Write dataset to web output

2013-10-01 Thread Guillaume Sueur
Hi Even, Sorry, I'm only noticing your reply now. My use case is weird as I am using GDAL to reproject a WMS source which doesn't offer web mercator (French Cadastral Parcels WMS) and needs some computation on the URL (city code, CRS depending on location). If I understand your solution, I

Re: [gdal-dev] Write dataset to web output

2013-10-01 Thread Jean-Claude Repetto
Le 01/10/2013 16:21, Guillaume Sueur a écrit : My use case is weird as I am using GDAL to reproject a WMS source which doesn't offer web mercator (French Cadastral Parcels WMS) and needs some computation on the URL (city code, CRS depending on location). If I understand your solution, I can't

[gdal-dev] Write dataset to web output

2013-09-25 Thread Guillaume Sueur
Hi list, I've build a python gdal script which retrieves WMS images from a remote layer. I'd like to send the image back to the browser, but I can't figure out how to do that... Once I've got a correct gdal dataset, how to read it into the server response ? Thanks Guillaume

Re: [gdal-dev] Write dataset to web output

2013-09-25 Thread Even Rouault
Le mercredi 25 septembre 2013 10:48:00, Guillaume Sueur a écrit : Hi list, I've build a python gdal script which retrieves WMS images from a remote layer. I'd like to send the image back to the browser, but I can't figure out how to do that... Once I've got a correct gdal dataset, how to