Are rasters on the GeoDjango roadmap?

2014-11-12 Thread Daniel Wiesmann
Hi All I am wondering if integration of Raster data is on the roadmap of GeoDjango. I am asking because I have started to work on a package to include Rasters into Django (see link below). This is still very early stage, but I already use the package in a Django project I am working on. For tha

Spatial lookups for RasterField

2016-01-28 Thread Daniel Wiesmann
Hello Everyone I have been working on adding spatial lookups for the RasterField in the GIS module. https://github.com/django/django/pull/5460#issuecomment-152606283 I would like to get feedback regarding API design for the lookups. The challenge is that one needs to specify two parameters for

Re: GeoDjango OffdbRasterField

2016-12-29 Thread Daniel Wiesmann
/raster_file_field An ideal solution would be a mixture of the two, but I am not sure if PostGIS can handle remote storages. On Tuesday, December 20, 2016 at 4:33:21 PM UTC, Tim Graham wrote: > > Daniel Wiesmann did all the work for RasterField. I'm not sure if he > follows this li

Re: GeoDjango OffdbRasterField

2017-01-06 Thread Daniel Wiesmann
issues depending on the type of network > mapping used. > > If this addition is too problematic to be added in core, I could just > isolate the code and release it as a plugin, with some documentation > about the limits of the approach. > > On Thursday, December 29, 20