geogig-geojson-export documentation¶
SYNOPSIS¶
geogig geojson export <refspec>:<path> <geojson> [-o]
DESCRIPTION¶
This command exports features from a feature type into a GeoJSON file.
The feature type can be defined using the <refspec>:<path> notation, so a feature type from a different tree can be exported.
If no origin tree is specified and just a feature type name is used, the working tree will be used, so mypath
is equivalent to WORK_TREE:mypath
.
If the output file already exists, it will not be overwritten, unless the -o
modifier is used.
OPTIONS¶
-o | Overwrite the output file in case it already exists. |
BUGS¶
Discussion is still open.