DatAtlas allows you to create a map of the territory on the fly by embedding data from different sources: open sourced data but also crowdsourced data
All infos about the front and the back are stored here
React Front using kepler.gl
The easiest way to launch datAtlas can be by using docker-compose
https://github.com/datatlas-erasme/front.git
docker-compose up
Now you can access the server trough http://localhost:5007
Requirements
https://github.com/datatlas-erasme/front.git
[WIP TODO]
npm install npm start
Datatlas is made of a front and a back
The front is a keplergl surcharged with a styling and theme management [WIP]
The back is here to give the front the styling,dataset configuration and urls He is also able to handle notion tables he converts into a readable keplergl json format (and soon other unconventionnal data sources / unconventionnal => no geojson )
The front needs the back server to know :
two API routes are used for it :
GET api/
more infos on routes here
DatAtlas is not ready for production yet