Changes between Version 14 and Version 15 of Grass7/VectorLib/OGRInterface
- Timestamp:
- 07/28/11 08:39:56 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Grass7/VectorLib/OGRInterface
v14 v15 40 40 Use `v.external.out` 41 41 42 {{{ 43 # input: GRASS data 44 # output: PostGIS database 45 v.external.out dsn=PG:dbname=gisdb format=PostgreSQL 46 v.extract map=obce where="NAZEV = Solany" output=obce 47 48 # input: PostGIS layer, ESRI Shapefile 49 # output: PostGIS database 50 v.select ainput=PG:dbname=gisdb@OGR alayer=zeleznice \ 51 binput=shps@OGR blayer=obce operator=intersects \ 52 output=obce_zelez 53 }}} 54 42 55 '''Status:''' implemented [source:grass/trunk/vector/v.external.out] 43 56 === Tasks ===