Open XioNoX opened 1 year ago
Where can I host that ~1Gb file long term?
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 :
pyesridump
or something like it is a great idea, because I can imagine many situations in which temporary storage for one region at a time is easy to arrange, but long term storage for everywhere is cost-prohibitive. I don't think I'll have the time to do that in the near future, but if you do then I would love a PR for it. And if not, then I'm happy to write an issue and see if anyone else comes forward.ESRI:
namespace so it should work. I suggest testing it empirically: if that reference gets you sensible results then keep it, and if not then it may be worth trying EPSG:2154
or EPSG:102110
to see if either of those do.In the long run, between this and https://github.com/eldang/elevation_lookups/pull/31#discussion_r1014166244 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 don't have time to incorporate pyesridump
(even though it doesn't seem too hard). Opening a separate task about it makes sens to me.
For the CRS
, noted. Let's see if that one works as expected.
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