Created
August 20, 2020 11:01
-
-
Save smellman/a3dc7bcc41d7dbf0c7fb1b55250e58fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# shizuoka data convert to cesium data | |
docker run -it -v $(pwd):/entwine connormanning/entwine build -i /entwine/kakegawa.las -o /entwine/entwine -r EPSG:2444 EPSG:4978 | |
ept tile -i entwine -o cesium/ | |
cd cesium/kakegawa | |
npx serve -C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment