This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to divide a certain country into grids?

0

I want to divide a certain country into grids 1,2,3,..., then, I want to know into which grid a point coordinate will fall. For example, if I have points a,b,c, I need to put these points into the grids according to their coordinates. Accuracy is not an issue. I prefer a way that does not require any paid or rate limited services if possible. My application programming languages are Python and JavaScript.

I'm totally new to GIS systems and maps. I need something to start with. Any suggestion is appreciated.

asked 21 Feb '13, 14:48

Rami's gravatar image

Rami
2113
accept rate: 0%


2 Answers:

2

The question is not specific to OpenStreetMap, so it would be better if you asked it over at http://gis.stackexchange.com .

Quantum GIS is a free GIS solution.

To get you started: there is a "vector grid" tool in qgis.

answered 21 Feb '13, 16:40

gormo's gravatar image

gormo
2.9k32660
accept rate: 13%

2

Have a look at QuantumGIS ... they also have a user community where your question may find an answer

answered 21 Feb '13, 16:47

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Source code available on GitHub .