Changes between Version 13 and Version 14 of SOSI


Ignore:
Timestamp:
Dec 7, 2014, 9:46:41 AM (9 years ago)
Author:
sbl
Comment:

SOSI to SQLite

Legend:

Unmodified
Added
Removed
Modified
  • SOSI

    v13 v14  
    122122}}}
    123123
     124Or - even simpler - convert SOSI to SQLite format. SQLite is more similar to SOSI as it allows for several layers and it is less limiting regarding column names:
     125
     126{{{
     127dir=$(pwd)
     128for s in $(ls ${dir}/*.sos)
     129do
     130        name=$(echo $s | cut -f1 -d'.')
     131        ogr2ogr -f SQLite ${name}.sqlite $s
     132done
     133}}}
     134
    124135== Open Tickets ==
    125136[[TicketQuery(status=new|assigned|reopened|enhancement|patch&keywords~=SOSI&order=priority)]]