Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Kontur Platform API Gateway

License

NotificationsYou must be signed in to change notification settings

konturio/disaster-ninja-be

 
 

Repository files navigation

The back end ofhttps://disaster.ninja/ website.

Full details of the API endpoints is available at:https://disaster.ninja/active/api/doc

About the project

Disaster Ninja is a tool specifically designed for humanitarian mappers. It is complete critical event management solution that visualizes mapping gaps, provides information about recent natural disasters, and helps connect with local mappers for ground truth verification.

Improving and updating OpenStreetMap data has proven to be an effective way to help international response efforts when disasters strike. An active contributor to the OpenStreetMap community, Kontur partnered withthe Humanitarian OpenStreetMap Team (HOT) to create a tool to support the rapid deployment of emergency mapping campaigns.

The initial purpose of Disaster Ninja was to gather all necessary data to automate the Disaster Size-Up preparation by HOT, provide instant mapping insights, and free up time to maximize the efficiency of volunteer mappers’ work.

The tool’s functionality is much broader nowadays: it can be used whenever insights from correlating OpenStreetMap data and population density might be helpful. Users can also get analytics for areas affected by disasters, freehand polygons, administrative boundaries, add their own layers, and much more.

More info ==>

Usage

To run Disaster Ninja BE you will need to have Java 17+ installed.

Then you will need to build the service from source code

  • gradlew check - runs tests
  • gradlew build - builds application jar file

For Windows users:

  • .\gradlew.bat check - runs tests
  • .\gradlew.bat build - builds application jar file

Then runjava -jar build/libs/disaster-ninja-be-{version}.jar to start the service.The service will connect to Kontur's services. Openhttp://localhost:8627/active/api/doc to view Swagger page in the browser.

One would need to register Kontur's account to be able to search for events.Ask Kontur team to do that.Account credentials can be set in application.yaml file, supply in System variables asjava -Dkontur.platform.keycloak.username={username} -Dkontur.platform.keycloak.password={password} -jar build/libs/disaster-ninja-be-{version}.jar, or in environment variableskontur.platform.keycloak.username={username} andkontur.platform.keycloak.password={password}.

Running in Docker

Docker image is available inGitHub Packages

To start Disaster Ninja BE in your Docker environment rundocker run -d -p 8627:8627 -e "kontur.platform.keycloak.username={username}" -e "kontur.platform.keycloak.password={password}" ghcr.io/konturio/disaster-ninja-be:latest Change{username} and{password} to credentials provided to you by Kontur team.

Once it has started, openhttp://localhost:8627/active/api/doc to view Swagger page in the browser.

About

Kontur Platform API Gateway

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors24

Languages


[8]ページ先頭

©2009-2025 Movatter.jp