This has been out on a branch for several weeks now, there are a couple of low-hanging todos but let's merge things and tick a new version. Here are several improvements to EPT Tools, many of which were driven by support from ANU and Spatialised (with thanks to @adamsteer).
General improvements:
Port to Typescript (since this was a full re-write, the diff in this PR is not useful)
Add support for every EPSG code via fatproj (closes #5, closes #9, and closes #12)
A programmatic API for consumers providing EPT static types, translations, and utilities
Lots of tests, although there is still room for coverage improvement there
For 3D Tiles translation:
Dynamic support for additional dimensions in the Batch Table, e.g. ?dimensions=Z,Intensity,Classification
Dynamic support for applying a Z offset to the data, e.g. ?z-offset=50
Support for remote sources like HTTP, S3, and Dropbox in addition to normal filesystem support
CORS and HTTPS controls
The command line tile and serve commands are quite similar to before, but with some new options reflecting the above. See the doc/ directory or use the --help options to see the details.
This has been out on a branch for several weeks now, there are a couple of low-hanging todos but let's merge things and tick a new version. Here are several improvements to EPT Tools, many of which were driven by support from ANU and Spatialised (with thanks to @adamsteer).
General improvements:
For 3D Tiles translation:
?dimensions=Z,Intensity,Classification
?z-offset=50
The command line
tile
andserve
commands are quite similar to before, but with some new options reflecting the above. See thedoc/
directory or use the--help
options to see the details.