1.5.1 • Published 7 years ago
@wmfs/gml-import v1.5.1

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 installnpm 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 |