Changes between Version 14 and Version 15 of Grass7/VectorLib/OGRInterface


Ignore:
Timestamp:
Jul 28, 2011, 8:39:56 AM (13 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/VectorLib/OGRInterface

    v14 v15  
    4040Use `v.external.out`
    4141
     42{{{
     43# input: GRASS data
     44# output: PostGIS database
     45v.external.out dsn=PG:dbname=gisdb format=PostgreSQL
     46v.extract map=obce where="NAZEV = Solany" output=obce
     47
     48# input: PostGIS layer, ESRI Shapefile
     49# output: PostGIS database
     50v.select ainput=PG:dbname=gisdb@OGR alayer=zeleznice \
     51 binput=shps@OGR blayer=obce operator=intersects \
     52 output=obce_zelez
     53}}}
     54
    4255'''Status:''' implemented [source:grass/trunk/vector/v.external.out]
    4356=== Tasks ===