Convert Esri PE text files to minified JSON format
Convert Esri Projection Engine text files to minified JSON format using node.js.
This initial version is a bit inflexible. Here’s how it works:
Receive 4 TXT files from the Esri PE Team:
Put those TXT files in the data folder.
Rename those files to the 4 file names used by this conversion process:
Only if required (because something changed), open index.js
and update the fileList
array with:
Be sure to run npm install
To run the conversion, npm run process
The converted files are placed in the data
folder with the same file name and a .min.json
extension.