From 6ac99cdb031694d923d81c1d3f60b55920ec0c3d Mon Sep 17 00:00:00 2001 From: q-wertz Date: Mon, 9 Oct 2023 10:49:33 +0200 Subject: [PATCH 1/2] (Mini)fix underline in heading --- docs/free/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/free/index.rst b/docs/free/index.rst index 67ca62f..d221fad 100644 --- a/docs/free/index.rst +++ b/docs/free/index.rst @@ -13,7 +13,7 @@ Please note that the API does not provide commmercial flight data such as airpor Information is generally provided in the form of *State Vectors* (see below). The following paragraphs will help you understand how we represent an aircraft's state and how to use it. There is also a little more specific documentation available for our :doc:`REST API `. We provide a :doc:`Python ` language binding and a :doc:`Java ` language binding for the REST API. Citation and Terms of Use ---------------- +------------------------- If you create a publication (including web pages, papers published by a third party, and publicly available presentations) using data from the OpenSky Network data set, you should cite the original OpenSky paper as follows:: From e24e30bdc9f269ca22b408fb47336cc3d6f86a7e Mon Sep 17 00:00:00 2001 From: q-wertz Date: Mon, 9 Oct 2023 11:01:19 +0200 Subject: [PATCH 2/2] Fix cross-reference Not 100% sure if this shoult be the reference target or another reference. --- docs/free/java.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/free/java.rst b/docs/free/java.rst index c720e6c..acb1887 100644 --- a/docs/free/java.rst +++ b/docs/free/java.rst @@ -49,7 +49,7 @@ Retrieve all state vectors, i.e. the current global view of the network:: OpenSkyApi api = new OpenSkyApi(USERNAME, PASSWORD); OpenSkyStates os = api.getStates(0, null); -Keep in mind that there are :ref:`rate limitiations ` for the global view! +Keep in mind that there are :ref:`rate limitiations ` for the global view! It is also possible to retrieve state vectors for a certain area. For this purpose, you need to provide a bounding box. It is defined by lower and upper bounds for longitude and latitude. The following example shows how to retrieve data for a bounding box which encompasses Switzerland::