Skip to content
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

How to keep up to date with different releases? #8

Open
jwass opened this issue Apr 10, 2024 · 1 comment
Open

How to keep up to date with different releases? #8

jwass opened this issue Apr 10, 2024 · 1 comment

Comments

@jwass
Copy link
Collaborator

jwass commented Apr 10, 2024

Currently the Overture s3 path is hard-coded. It would be nice if the path of the latest release could be easily known or derived.

One way:

  • Scan overturemaps-us-west-2/release/ and parse to get the latest date
  • Add a file in /release/ like LATEST that has the latest version. This may be useful for others as well.
@jenningsanderson
Copy link
Contributor

It's a hacky start — but: https://github.com/OvertureMaps/data/blob/main/utils/fetch-releases-from-s3.py

This publishes a JSON file daily to https://labs.overturemaps.org/data/releases.json.

(It does exactly what you describe: scans the release path to get the latest date)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants