#23804: Add a RasterField to GeoDjango
-----------------------------+-------------------------------------
     Reporter:  yellowcap    |                    Owner:  yellowcap
         Type:  New feature  |                   Status:  assigned
    Component:  GIS          |                  Version:  master
     Severity:  Normal       |               Resolution:
     Keywords:  raster gdal  |             Triage Stage:  Accepted
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+-------------------------------------

Comment (by yellowcap):

 I have made good process in creating some basic raster functionality,
 including gdal bindings, a GDALRaster object, a RasterField and a Tiler
 engine to create tiles from GDALRasters, and tests for most of it.

 For now I have kept all new code in a submodule of contrib/gis/gdal, see

 
https://github.com/geodesign/django/tree/gdalraster/django/contrib/gis/gdal/raster

 Now I was thinking of moving the module to master and starting to write
 the documentation for it. But I am not sure if it would be better to
 integrate it directly into the contrib.gis.gdal module. In the gdal.raster
 module, I have mimicked the structure of that module (for instance by
 creating a prototypes/ds.py file with the ctypes gdal bindings).

 Does anyone have time to give me some advice or discuss how to proceed
 from here?

 Note: I branched off the ''stable/1.7.x'' branch because like this I am
 able to use the code in one of my projects and play with it in a full
 project development environment.

--
Ticket URL: <https://code.djangoproject.com/ticket/23804#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.d9b4509bfe876a5dcde82de40643e642%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to