Comment
Contributor II

@mitchelh -- I'm currently building an automated pipeline which I will run weekly to download Overture data. To know if there has been a new release there is this JSON file you can check: http://labs.overturemaps.org/data/releases.json 

{
    "latest": "2024-09-18.0",
    "releases": [
        "2024-09-18.0",
        "2024-08-20.0",
        "2024-07-22.0",
        "2024-06-13-beta.1",
        "2024-06-13-beta.0",
        "2024-05-16-beta.0",
        "2024-04-16-beta.0",
        "2024-03-12-alpha.0",
        "2024-02-15-alpha.0",
        "2024-01-17-alpha.0",
        "2023-12-14-alpha.0",
        "2023-11-14-alpha.0",
        "2023-10-19-alpha.0",
        "2023-07-26-alpha.0",
        "2023-04-02-alpha"
    ]
}

. I compare the 'latest' field with whatever version we have in our Lake, and then download the new one if they don't match.