https://github.com/conterra/mapapps-geoprocessing
This bundle enables the execution of Geoprocessing services.
https://github.com/conterra/mapapps-geoprocessing
4x analysis mapapps
Last synced: 28 days ago
JSON representation
This bundle enables the execution of Geoprocessing services.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-geoprocessing
- Owner: conterra
- License: apache-2.0
- Created: 2022-03-10T07:45:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-04T08:23:09.000Z (about 1 month ago)
- Last Synced: 2026-02-04T20:25:38.029Z (about 1 month ago)
- Topics: 4x, analysis, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_geoprocessing/index.html
- Size: 2.17 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-geoprocessing/actions/workflows/devnet-bundle-snapshot.yml)


# Geoprocessing Bundle
This bundle enables the user to trigger the execution of Geoprocessing services.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_geoprocessing/index.html
[dn_geoprocessing Documentation](https://github.com/conterra/mapapps-geoprocessing/tree/master/src/main/js/bundles/dn_geoprocessing)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then 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
```