Extract points from very large girds

56 views Asked by At

I have 10 grids (currently stored as ascii grids from a GIS), each of them with about 4.5GB uncompressed. In addition I have about 100,000 location with an x and y coordinate. I need to extract the grid value at each of this location. I am currently doing it with GRASS GIS which works, but is very slow. Can anyone recommend me a library or a programming language most suitable for such a task?

Thanks in advance!

1

There are 1 answers

0
skaffman On BEST ANSWER

Sounds like the classic use-case for Hadoop MapReduce.

Hadoop MapReduce is a programming model and software framework for writing applications that rapidly process vast amounts of data in parallel on large clusters of compute nodes.