On 09/06/2013 03:51 PM, Matthew Scotch wrote:
> Hi,
> 
> I am new to geodjango and was wondering if it has an API for kriging?
> So far I have not been able to find anything.
> Thanks,
> Matthew
> 

Not really, but you can tie into plenty of backends that give you
kriging ability (Pass data from geodjango and return the results).
Postgis 2.x is going towards having such tools but isn't quite there.
Looking online I see some methods purely in python with Scipy, or you
could use R or GRASS via python, or SAGA via sextant python(QGIS). I
believe gdal even has some interpolation methods built for IDW but not
kriging.

Enjoy,
Alex


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to