Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# dataset-api-docs

> :exclamation: The Geosphere Austria data API has moved to https://dataset.api.hub.geosphere.at.
> Requests to https://dataset.api.hub.zamg.ac.at are redirected to https://dataset.api.hub.geosphere.at but we recommend to update the URL if you still use https://dataset.api.hub.zamg.ac.at. For more details see
> [the documentations changelog](https://dataset.api.hub.geosphere.at/v1/docs/changelog.html#release-of-https-dataset-api-hub-geosphere-at).
> :exclamation: The Geosphere Austria data API has moved to https://dataset.api.hub.geosphere.at. Redirects from `*.hub.zamg.ac.at` to `*.hub.geosphere.at` will end by the year of 2025.
> If you are still using the `*.hub.zamg.ac.at` you must update the URL latest by 2025-12-31. Fore more details see the [documentations changelog](https://dataset.api.hub.geosphere.at/v1/docs/changelog.html#changelog-eol-redirects

This is the [documentation](https://dataset.api.hub.geosphere.at/v1/docs) for the
[data-api](https://dataset.api.hub.geosphere.at/v1) provided by [Geosphere Austria](https://geosphere.at).
Expand Down
19 changes: 17 additions & 2 deletions src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
(changelog)=
# Changelog

(changelog-upcoming)=
## Upcoming changes

(changelog-eol-redirects)=
### End of redirects from `*.hub.zamg.ac.at` to `*.hub.geosphere.at` at the end of 2025

Redirects from `hub.zamg.ac.at` and all its subdomains to `hub.geosphere.at` are planed to stop at the end of the year 2025 after which requests to `hub.zamg.ac.at` result in a 404 Not Found.

If your URL still contains `hub.zamg.ac.at` make sure to change it to `hub.geosphere.at` latest by 2025-12-31. All other parts of the URL should be unaffected.

Examples:
`https://data.hub.zamg.ac.at` -> `https://data.hub.geosphere.at`
`https://dataset.api.hub.zamg.ac.at` -> `https://dataset.api.hub.geosphere.at`
`https://dataset.api.hub.zamg.ac.at/v1/grid/historical/inca-v1-1h-1km/metadata` -> `https://dataset.api.hub.geosphere.at/v1/grid/historical/inca-v1-1h-1km/metadata`

No action is required if you are using `hub.geosphere.at` already.

(changelog-2025-06-05)=
## 2025-06-05
Expand Down Expand Up @@ -167,7 +183,6 @@ The new datasets bring a few improvements over the old `klima-v1` datasets:
* **Do not treat `end_time` as a reliable source for the last update time.** In `klima-v1` data was only updated once a day and the delayed ingestion, made `end_time` a quite reliable indicator for available data.
Since we now update datasets continuously and process each station individually, there can be quite some difference between `end_time` and the station(s) you are interested in.



### tawes-v1-10min

Expand Down Expand Up @@ -218,7 +233,7 @@ Make sure you follow updates on the changelog and give us feedback on the endpoi

### Redirecting requests to {{"[{}]({})".format(BASE_URL, BASE_URL)}}

Requests to {{"`{}`".format(LEGACY_BASE_URL)}} are now fowarded to {{"`{}`".format(BASE_URL)}} with a HTTP 301 redirect.
Requests to {{"`{}`".format(LEGACY_BASE_URL)}} are now forwarded to {{"`{}`".format(BASE_URL)}} with a HTTP 301 redirect.
Make sure to update your code, to point to the new domain.
Check this changelog or the [Github Repository](https://github.com/Geosphere-Austria/dataset-api-docs) for updates regarding end-of-life
of this redirect.
Expand Down
4 changes: 3 additions & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
```{attention}
## Got redirected?
Requests to `https://dataset.api.hub.zamg.ac.at/v1/docs` redirect here.
Please read the information about changes in regards to this new URL in the [Changelog](changelog-20230718-geosphere).
Please read the information about changes in regards to this new URL in the [release note](changelog-20230718-geosphere).

If you are still using `*.hub.zamg.ac.at` make sure to update the URL to `*.hub.geosphere.at` by the end of the year 2025. More information is available in the [changelog announcement](changelog-eol-redirects).
```

This is the documentation for the API that provides access to several datasets of GeoSphere Austria.
Expand Down