<div dir="ltr">Hello everybody,<div><br></div><div>Which is the prefered method of reprojecting a large number of maps and converting them to e.g. GeoJSON files?</div><div><br></div><div>I think that there are two options:</div><div><br></div><div>1. (<a href="https://grasswiki.osgeo.org/wiki/Map_Reprojection">According to the wiki</a>), you should create a new location with the export projection you want to export, import the maps using <font face="monospace, monospace">{v,r}.proj</font> and then export the maps (e.g. using <font face="monospace, monospace">v.out.ogr/r.out.gdal</font>.</div><div><br></div><div>2. Export the maps directly using <font face="monospace, monospace">v.out.ogr/r.out.gdal</font> and then reproject them using GDAL/OGR.</div><div><br></div><div>So, </div><div><br></div><div>1. So are there any significant differences between the two methods? AFAIK the underlying algorithms should be the same. </div><div><br></div><div>The first method seems to have higher disk space requirements, while the second one seems to be easier to implement. </div><div><br></div><div>2. How can I handle vertex densification in the second approach? </div><div><br></div><div>3. Are there any other caveats that I need to be aware of? </div><div><br></div><div>best regards,</div><div>Panos</div></div>