@wmfs/gml-import
v1.5.1
Published
Tools for importing AddressBase and Vision3 data, syncing with Tymly, extract for Vision4
Downloads
3
Readme
An open source low-code platform - that's built for collaboration
gml-import
gml-import
is a command-line tool for importing AddressBase Premium
GML files into the WMFS Gazetteer, and then generating an export for
feeding into Vision.
Build
Checkout out the repository then run
npm install
npm run bootstrap
Run
After building you can run gml-import
using npm
npm run import
- import AddressBase Premium GML filesnpm run vision3-import
- import Vision3 csv filesnpm run sync
- sync AddressBase Premium with Tymly Gazetteernpm run extract
- generate a gazetteer extract for transferring to Vision4
| Parameter | | | -------------|---| | -i,--input | AddressBase Premium GML files to import, either a directory of GML files or a single GML file | | -o,--output | Vision output filename, defaults to ./vision.csv | | -p,--pg-connect <pg-connection_string> | Database connection string, defaults to PG_CONNECTION_STRING env variable | | -v,--verbose | Show Tymly boot messages |