Skip to content

knearneigh() computing efficiency on large datasets

2 messages · Pierre Roudier, Edzer Pebesma

#
Dear Edzer and Robert,

Thank you for your replies.
Yes, I thought about that, as I want to process both regularly and
irregularly gridded data. Unfortunately, my C experience is a bit
short for that. I'll keep looking for something - if I don't find
anything I'd try to code that myself.
Thanks Robert (and congrats for such a great package BTW), I installed
the last version and will certainly test it, but as I said I would
like to process also ungridded data, so I'm still thinking about a
more general solution.

I was wondering if it could be a solution to use RSAGA or spgrass6 to
do that. Feedback, anyone ?

Cheers,

Pierre



2010/1/29 Edzer Pebesma <edzer.pebesma at uni-muenster.de>:
#
Pierre Roudier wrote:
PostGIS uses a spatial index; if you provide it with a bounding box, it 
should be able to select features (points/lines/polygons) within it. I 
don't know how this relates to grids, and  haven't tried to exploit 
this. rgdal with postgis support seems to be hard to get to work on 
windows; another interface could be RODBC.