The script in this directory can be used to update lib/constants/Datum.js with data from a proj.db file placed in the root of the repository.

After running the script, the formatting needs to be fixed.

A complete command sequence (issued from the root of the repository) would look like this:

npm install sqlite3
node scripts/updateDatums.mjs
npm uninstall sqlite3
npm run format