Skip to content

pierromond/lasso

 
 

Repository files navigation

Lasso: urban soundscape cartography

Access Lasso's maps: (https://ouestware.github.io/lasso/)[https://ouestware.github.io/lasso/]

Edit projects data

Projects data are listed in the data folder. One folder for each project.

Deploy

The project is deployed automatically on github pages.

If you need to deploy the project elsewhere, the easiest way to deploy Lasso cartography is to use docker.

cd docker
docker compose -p Lasso -f docker-compose.yml up

Development

For enhancing the code, one can also use docker to run the stack locally:

 docker compose -p lasso up

The override open access to the client port if needs be to bypass the nginx configuration.

Notes

I18N: FR / EN même pour les contenus dans data

Lorient data

Pas de temps (12 derniers mois):

"meanGenG": 3.0, // gêne
"meanCal": 4.0, // calme
"meanSti": 5.0, // stimulant
"meanAni": 5.0, // animé
"meanAgr": 6.0, // agreable
"meanExV": 4.0, // expressive voice
"meanCaV": 3.0, //calm voices
"meanTra": 4.0, // traffic
"meanBrd": 2.0 // birds

Config layer examples

{
  "id": "culture-max",
  "layer": "./layers/culture.geo.json",
  "variable":"meanBrd",
  "style":"birds",
  "colors":[],
},

http://cense.noise-planet.org/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.1%
  • SCSS 3.6%
  • HTML 2.2%
  • Shell 1.7%
  • Dockerfile 0.4%