-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Brest, FR elevation data sources #32
Comments
Happy to use the A/B Street S3 bucket; we do it for other large files with similar hosting / reproducibility problems. I'll upload a copy hopefully tonight when I'm in a spot with a faster connection and post the URL here |
Thank you, both! @dabreegster much appreciated on the storage. @XioNoX :
In the long run, between this and #31 (comment) I am seeing a need to add the ability to use a real dataset boundary instead of a bbox as appropriate. |
https://play.abstreet.org/dev/data/input/shared/elevation/brest.geojson.gz only 200MB compressed, FWIW |
Thanks for your feedback. I made a tentative with the linked PR but I'm a bit lost on what are the next steps to have it show up in ABStreet (my goal eventually :) ). |
I noticed that my city's public ESRI can't be reached from outside of France. They're looking at removing that restriction but it makes the "pyesridump" option less straightforward. |
Opening this ticket to start a conversation.
My urban community (https://en.wikipedia.org/wiki/Brest_M%C3%A9tropole) have elevation data as contour data exposed in their open data portal: https://geo.brest-metropole.fr/arcgis/rest/services/public/GPB_REF/MapServer/2210001
I used pyesridump to "scrape" all of it as GeoJSON. I temporarily hosted the file for 30 days in https://transfert.free.fr/NhszRPT
For the
datasources.json
file:I'm thinking something like:
url
:crs
: the page says "Spatial Reference: 102110 (2154)", https://spatialreference.org/ref/esri/102110/bbox
: later on we can probably enlage the box to include the whole metro area, unless you think it's better to do it now.Let me know what you think,
Thanks
The text was updated successfully, but these errors were encountered: