This project was bootstrapped with ViteJs. Build a way to visualize and display results from our image processing workflow.
First, ensure you have installed the following tools locally
- aws cli
- node
- docker
- osml model runner service is running in your aws account
- Then pull in the
cesium-globe
package:or if you don't have a GitHub SSH key configured:git clone https://github.com/aws-solutions-library-samples/osml-cesium-globe.git
git clone https://github.com/aws-solutions-library-samples/osml-cesium-globe.git
- Install all the packages that is listed in
package.json
(or anytime you make changes topackage.json
file)npm install
- Pull
tumgis/ctb-quantized-mesh:alpine
Docker container for Cesium Terrain Builder with quantized-mesh format support.docker pull tumgis/ctb-quantized-mesh:alpine
- Load up your AWS credentials into your terminal by using this guide
- To deploy, execute:
npm run dev
Note If you want to clean up the builds, node_modules, etc... execute:
npm run clean
OSML Cesium Globe is maintained by AWS Solution Architects. It is not part of an AWS service and support is provided best-effort by the OSML community.
To post feedback, submit feature ideas, or report bugs, please use the Issues section of this GitHub repo.
If you are interested in contributing to OSML Cesium Globe, see the CONTRIBUTING guide.
MIT No Attribution Licensed. See LICENSE.