@wmfs/gml-import

Tools for importing AddressBase and Vision3 data, syncing with Tymly, extract for Vision4

Usage no npm install needed!

<script type="module">
  import wmfsGmlImport from 'https://cdn.skypack.dev/@wmfs/gml-import';
</script>

README

Tymly Logo

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 files
  • npm run vision3-import - import Vision3 csv files
  • npm run sync - sync AddressBase Premium with Tymly Gazetteer
  • npm 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