GRASS logo

NAME

v.out.geojson - Exports vector map to GeoJSON format into projection with given EPSG code.

KEYWORDS

vector, export, projection

SYNOPSIS

v.out.geojson
v.out.geojson --help
v.out.geojson input=name output=name [epsg=integer] [--overwrite] [--help] [--verbose] [--quiet] [--ui]

Flags:

--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog

Parameters:

input=name [required]
Name of input vector map
Input vector map
output=name [required]
Output GeoJSON file. "-" to write to stdout
epsg=integer
Output EPSG code
Default: 4326

Table of contents

DESCRIPTION

v.out.geojson exports GRASS GIS vector map to GeoJSON format into projection with given EPSG code.

EXAMPLES

Export vector map as GeoJSON in EPSG:4326

v.out.geojson input=vhr output=- epsg=4326

SEE ALSO

v.out.ogr

AUTHOR

Anika Weinmann, mundialis

SOURCE CODE

Available at: v.out.geojson source code (history)

Accessed: Wednesday Jul 17 09:11:35 2024


Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2024 GRASS Development Team, GRASS GIS 8.5.0dev Reference Manual