mbloch/mapshaper

convert Point Geometry into Polygon Grid

Opened this issue · 0 comments

I have a GeoJSON of points distributed according to a lat-lon grid with a 0.01-degree cell size. I would like to transform this point geometry into polygon geometry to obtain a grid of pixel with 0.01-degree sides, with the point representing the coordinates of the top-left corner of each cell. In the console, I tried using the 'symbols' command, but I couldn't achieve the desired result. Do you have any tips?
Attached the lal lon points in a csv file:
grid_points.csv

Regards