Skip to content
Draft
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: 5 additions & 0 deletions docs/autodocs.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't you want to put this in the header instead of copying it multiple times?

We should use a URL which shows the migration before merging this.


Autogenerated Documentation
===========================

Expand Down
5 changes: 5 additions & 0 deletions docs/boundaries.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Boundaries
==========

Expand Down
5 changes: 5 additions & 0 deletions docs/endpoint-visualisation.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

API Endpoints Visualisations
============================

Expand Down
5 changes: 5 additions & 0 deletions docs/endpoints.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

API Endpoints
=============

Expand Down
5 changes: 5 additions & 0 deletions docs/filter.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Filter
======

Expand Down
5 changes: 5 additions & 0 deletions docs/group-by.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Grouping
========
The grouping end points are available for every aggregation resource (count, length, perimeter,
Expand Down
5 changes: 5 additions & 0 deletions docs/http-response-status.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

HTTP Response Status
====================

Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

.. image:: https://heigit.org/wp-content/uploads/2018/08/ohsome.png
:width: 75%
:align: center
Expand Down
5 changes: 5 additions & 0 deletions docs/response-parameters.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Response Parameters
===================

Expand Down
7 changes: 6 additions & 1 deletion docs/time.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. attention::

With the release of the ohsome API v2 the ohsome API v1 is reaching end-of-life in September 2026.
To migrate to ohsome API v2, refer to the `official documentation <https://docs.ohsome.org/ohsome-api/>`_.

Time
====

Expand Down Expand Up @@ -31,4 +36,4 @@ detailed information on timestamp formats and how to use the earliest/latest tim
.. note:: If you use the time interval syntax and use an end timestamp that does not perfectly align with the given start
timestamp and period, you will get a response where the last result has as an end timestamp value which is the
start timestamp plus a multiple of the period, and not one equal to the given end time. For example, if you
use ``2010-01-01/2012-02-01/P1Y``, the actually used final timestamp will be ``2012-01-01``.
use ``2010-01-01/2012-02-01/P1Y``, the actually used final timestamp will be ``2012-01-01``.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?