Re: [gdal-dev] WKB Representation of Raster Data

2015-01-14 Thread Mateusz Loskot
On 14 Jan 2015 19:51, "Even Rouault" wrote: > > Selon Daniel Wiesmann : > > Do you happen to know where PostGIS Raster is documented? I understand > > how it is constructed, but I had to piece it together from the source > > code and the user documentattion. > > This is documented there : > http:

Re: [gdal-dev] WKB Representation of Raster Data

2015-01-14 Thread Even Rouault
Selon Daniel Wiesmann : > Hello Everyone > > I am working on integration of Raster data into the Django web-framework > leveraging GDAL. For this I have written some GDAL C-Bindings through > ctypes in python. > > https://github.com/django/django/blob/master/django/contrib/gis/gdal/prototypes/rast

[gdal-dev] WKB Representation of Raster Data

2015-01-14 Thread Daniel Wiesmann
Hello Everyone I am working on integration of Raster data into the Django web-framework leveraging GDAL. For this I have written some GDAL C-Bindings through ctypes in python. https://github.com/django/django/blob/master/django/contrib/gis/gdal/prototypes/raster.py For reading and storing da