https://github.com/conterra/mapapps-weather-visualization
The Weather Visualization Bundle offers a possibility to visualize differenct weather conditions in your 3D applications such as rain, snow and fog.
https://github.com/conterra/mapapps-weather-visualization
3d 4x mapapps
Last synced: 28 days ago
JSON representation
The Weather Visualization Bundle offers a possibility to visualize differenct weather conditions in your 3D applications such as rain, snow and fog.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-weather-visualization
- Owner: conterra
- License: apache-2.0
- Created: 2024-12-13T10:24:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-17T15:36:01.000Z (4 months ago)
- Last Synced: 2025-11-17T17:27:55.673Z (4 months ago)
- Topics: 3d, 4x, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_weathervisualization/index.html
- Size: 11.3 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-weather-visualization/actions/workflows/devnet-bundle-snapshot.yml)


# Weather Visualization
The Weather Visualization Bundle offers a possibility to visualize differenct weather conditions in your 3D applications such as rain, snow and fog.

## Sample app
https://demos.conterra.de/mapapps/resources/apps/public_demo_weathervisualization/index.html
## Installation guide
1. Add the bundle `dn_weathervisualization` to your app.
## Development guide
Run the following commands from the project root directory to start a local development server:
```bash
# install all required node modules
$ mvn initialize
# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps
# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps
```