
ogrmerge.py
List of commands for ogrmerge.py:
-
ogrmerge.py:tldr:1b869 ogrmerge.py: Create a GeoPackage with a layer for each input Shapefile.$ ogrmerge.py -f ${GPKG} -o ${path-to-output-gpkg} ${path-to-input1-shp path-to-input2-shp ---}try on your machineexplain this command
-
ogrmerge.py:tldr:8e0aa ogrmerge.py: Concatenate two vector datasets and store source name of dataset in attribute 'source_name'.$ ogrmerge.py -single -f ${GeoJSON} -o ${path-to-output-geojson} -src_layer_field_name country ${source_name} ${path-to-input1-shp path-to-input2-shp ---}try on your machineexplain this command