Giter Club home page Giter Club logo

arlas-wui-toolkit's Introduction

Gisaïa

Gisaïa develops ARLAS, an open source platform for exploring geo-analytically huge volumes of spatio-temporal data.

To begin with ARLAS Exploration, you can start the full software stack on your computer with the ARLAS Exploration stack project. Also, three tutorials are available for loading data in ARLAS. You can try a tutorial with bird tracking data, another one with vessel tracking data (also called AIS data) and finally a last one with polluant data.

In case you are interested in massively processing geotracked asset data, then our open source library ARLAS PROC ML can be very useful.

arlas-wui-toolkit's People

Contributors

angular-cli avatar dependabot[bot] avatar elouankeryell-even avatar maudelgisaia avatar mbarbet avatar mohamedhamougisaia avatar qucmgisaia avatar sebbousquet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nilismith

arlas-wui-toolkit's Issues

Check Browser version and redirect on error page if not supported

In the startup service, check whether the browser/version is supported. If not, then redirect on a configurable page provided in the assets of the project (ARLAS-WUI).

Browserstack is a good entry point for deciding whether the browser/version is supported or not.

Apply new format for contributors configuration

The main change is that arlas.web.contributors is no longer an object containing keys that define contributors but a list of contributors.

{
   "arlas.web.contributors": {
     "type$identifier": {  }
   }
}

is replaced with

{
   "arlas.web.contributors: [
       {
           type: string,
           identifier: string
       }
   ]
}

Add a check to zoomToPrecisionCluster configuration properties

If the contributor is configured with zoomToPrecisionCluster that has more than 2 levels of difference in the geohash (e.g. http://.../_geoaggregate/gb?agg=geohash:location:interval-5:...), then the aggregation will not be complete; some buckets will be missing. Indeed, an aggregation has at most 10 000 buckets by default. A difference of three level in the geohash has 32 768 buckets:

First level: 32 buckets
Second level: 32x32=1024
Third level: 32x32x32=32768
Therefore, the contributor must request as many buckets as needed.

A configuration validation function need to check that the difference between the two levels is not greater than 2.

Impossible to combine dataset

Error in function combineBookmarkFromIds when you try to create dataset or view dataset union witht dataset from id

Add a Time period component

Add a time period component that let the user select a period of interest: Now (last 10 min), last hour, today, this week, this month, this year, etc.

It could be good to have those predefined period configured in the configuration as a map of period name->ARLAS filter

This component interact with a time contributor (but not the same as the one of the timeline).

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.