Giter Site home page Giter Site logo

fh-potsdam / digenti-apps Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 0.0 10.8 MB

Open-source web-based tool for area accessibility assessment in the context of disaster management – based on satellite data and geovisualization.

Home Page: https://idl.fh-potsdam.de/de/projects/digenti/

HTML 61.11% CSS 3.67% JavaScript 34.75% SCSS 0.46%
accessibility-analysis d3-js disaster-management emergency-response geovisualization mapbox-gl-js remote-sensing javascript

digenti-apps's People

Contributors

fabianehmel avatar jorditost avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

digenti-apps's Issues

Isotimes for each settlement

This should give an overview about the accessibility by road (by car / truck / feed) for each settlement in the area.

Missing infrastructure: use HERE API

Now this is calculating the nearest street using the OSM dataset.

Maybe a solution would be to calculate routes also for:

  • Bike
  • Walk

Since the OSM roads are paths, tracks, etc. not accessible by car.

Change settlement coordinates to nearby street

The coordinates of some settlements are located just a few (<50) meters away from a street. We should move these settlements to the next available street location given by our routing api. This would prevent a visual representation as seen in the screenshot.

bildschirmfoto 2016-09-09 um 15 20 54

Isonline and Route View

By clicking on a settlement, the isoline and route of the settlement should be shown on the map. The route should not be shown in the microviz-sidebar.

Add new "risk mode"

Given a route, it should give an overview of risk indexes across the route.

We need to implement an API call (digenti-api) for this.

Make places (circles) interactive

Needed for: #21

Since we have more than one village circle showing at the same time (for each mode), when hovering or clicking on a village element we don't get to the event handler.

An approach could be:

  • Remove all javascript fadein/fadeouts (setting opacity to 0 and 1) and using a class ".active" or ".disabled"
  • The class sets opacity and pointer-events

Example:

.map-features {
    & > g {
        opacity: 1;
        pointer-events: all;

        transition: opacity 0.6s;

        &.disabled {
            opacity: 0;
            pointer-events: none;
        }
    }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.