eldang / elevation_lookups

Takes an input file of paths described as series of points, outputs a file of data about the elevation changes along those paths.
Apache License 2.0
3 stars 2 forks source link

Add Brest, FR 50cm contours #35

Open XioNoX opened 1 year ago

XioNoX commented 1 year ago

Original data source: https://geo.brest-metropole.fr/portal/home/item.html?id=c0e498ab9b2547659b5a76509c99bc00

The bbox currently roughly matches https://github.com/a-b-street/abstreet/blob/main/importer/config/fr/brest/city.geojson We can enlarge it later on once larger zones of the metro area make it to abstreet.

I'm not much familiar with how elevation_lookups and abstreet interact together so feel free to modify this commit or guide me on what needs to change.

Fixes #32