Vector Format Conversion Using ogr2ogr: Difference between revisions
Content deleted Content added
Ellis Symons (talk | contribs) No edit summary |
Ellis Symons (talk | contribs) No edit summary |
||
Line 3:
===Basic Format Conversion===
Format conversion can be done using "<tt>-f <format_name></tt>" then specifying the "<tt><destination_filename> <source_filename></tt>".<br>
'''SHP to GPKG'''<Br>
<pre>ogr2ogr.exe -f GPKG 2d_code_M01_R.gpkg 2d_code_M01_R.shp</pre>
| |||