NAME
v.external.all  - Links all OGR layers available in given OGR datasource.
KEYWORDS
vector, 
external
SYNOPSIS
v.external.all
v.external.all --help
v.external.all [-l] input=string  [--overwrite]  [--help]  [--verbose]  [--quiet]  [--ui] 
Flags:
- -l
 
- List available layers in data source and exit
 
- --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=string [required]
 
- Name of input OGR or PostGIS data source
 
 
v.external.all creates
(using 
v.external) in the
current mapset new pseudo-vector maps for all OGR layers from given
OGR datasource (
input option).
List available feature tables in given PostGIS database
v.external.all -l input=PG:dbname=pgis_nc
PostGIS database contains 55 feature table(s):
boundary_county
boundary_municp
bridges
busroute1
busroute11
busroute6
busroute_a
busroutesall
busstopsall
censusblk_swwake
census_wake2000
...
Create links (ie. pseudo-vector maps) in the current mapset for all
PostGIS feature tables
v.external.all input=PG:dbname=pgis_nc
 
v.external.all -l input=~/geodata/ncshape/
Data source (format 'ESRI Shapefile')
contains 44 layers:
poi_names_wake
schools_wake
urbanarea
geodetic_swwake_pts
usgsgages
busroute_a
busroute6
hospitals
...
 
v.external.all -l input=~/geodata/ncshape/
 
Martin Landa, Czech Technical University in Prague
Last changed: $Date: 2014-12-04 22:52:06 +0100 (Thu, 04 Dec 2014) $
SOURCE CODE
Available at: v.external.all source code (history)
Main index |
Vector index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2018
GRASS Development Team,
GRASS GIS 7.4.1svn Reference Manual