diff --git a/src/routes/en/docs/+page.svelte b/src/routes/en/docs/+page.svelte index 634485a1..12601a15 100644 --- a/src/routes/en/docs/+page.svelte +++ b/src/routes/en/docs/+page.svelte @@ -815,7 +815,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -829,7 +834,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -910,7 +915,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/air-quality-api/+page.svelte b/src/routes/en/docs/air-quality-api/+page.svelte index b9853ad9..88be1daa 100644 --- a/src/routes/en/docs/air-quality-api/+page.svelte +++ b/src/routes/en/docs/air-quality-api/+page.svelte @@ -644,7 +644,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. hourly @@ -692,7 +697,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/climate-api/+page.svelte b/src/routes/en/docs/climate-api/+page.svelte index 2ac0e4cd..2bac0e32 100644 --- a/src/routes/en/docs/climate-api/+page.svelte +++ b/src/routes/en/docs/climate-api/+page.svelte @@ -10,7 +10,6 @@ import AccordionItem from '$lib/Elements/AccordionItem.svelte'; import SveltyPicker from 'svelty-picker'; import { slide } from 'svelte/transition'; - import { onMount } from 'svelte'; import { PlusLg, Trash } from 'svelte-bootstrap-icons'; const defaultParameter = { @@ -646,7 +645,10 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. start_date
end_date @@ -773,7 +775,7 @@

Daily Parameter Definition

The climate data in this API is presented as daily aggregations. Multiple weather variables can - be retrieved at once. The parameter &daily= accepts the following values as coma separated + be retrieved at once. The parameter &daily= accepts the following values as comma separated list:

diff --git a/src/routes/en/docs/dwd-api/+page.svelte b/src/routes/en/docs/dwd-api/+page.svelte index 81b4a733..751c60c8 100644 --- a/src/routes/en/docs/dwd-api/+page.svelte +++ b/src/routes/en/docs/dwd-api/+page.svelte @@ -763,7 +763,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -777,7 +782,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -869,7 +874,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/ecmwf-api/+page.svelte b/src/routes/en/docs/ecmwf-api/+page.svelte index 154472b4..27f75403 100644 --- a/src/routes/en/docs/ecmwf-api/+page.svelte +++ b/src/routes/en/docs/ecmwf-api/+page.svelte @@ -477,7 +477,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -491,7 +496,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. diff --git a/src/routes/en/docs/elevation-api/+page.svelte b/src/routes/en/docs/elevation-api/+page.svelte index c5281799..2e726814 100644 --- a/src/routes/en/docs/elevation-api/+page.svelte +++ b/src/routes/en/docs/elevation-api/+page.svelte @@ -183,7 +183,7 @@ Yes - Geographical WGS84 coordinates of the location. Multiple coordinates can be coma , separated. Up to 100 coordinates can be requested at once. Example for diff --git a/src/routes/en/docs/ensemble-api/+page.svelte b/src/routes/en/docs/ensemble-api/+page.svelte index cf60102e..3886b4b7 100644 --- a/src/routes/en/docs/ensemble-api/+page.svelte +++ b/src/routes/en/docs/ensemble-api/+page.svelte @@ -849,7 +849,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. models @@ -870,7 +875,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -942,7 +947,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/flood-api/+page.svelte b/src/routes/en/docs/flood-api/+page.svelte index c61d69c1..77259d37 100644 --- a/src/routes/en/docs/flood-api/+page.svelte +++ b/src/routes/en/docs/flood-api/+page.svelte @@ -465,7 +465,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. daily diff --git a/src/routes/en/docs/gem-api/+page.svelte b/src/routes/en/docs/gem-api/+page.svelte index ca36f367..2f7c370f 100644 --- a/src/routes/en/docs/gem-api/+page.svelte +++ b/src/routes/en/docs/gem-api/+page.svelte @@ -679,7 +679,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -693,7 +698,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -774,7 +779,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/gfs-api/+page.svelte b/src/routes/en/docs/gfs-api/+page.svelte index e03427ff..434085a7 100644 --- a/src/routes/en/docs/gfs-api/+page.svelte +++ b/src/routes/en/docs/gfs-api/+page.svelte @@ -728,7 +728,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -823,7 +828,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/historical-weather-api/+page.svelte b/src/routes/en/docs/historical-weather-api/+page.svelte index 542bfd45..f33e19a6 100644 --- a/src/routes/en/docs/historical-weather-api/+page.svelte +++ b/src/routes/en/docs/historical-weather-api/+page.svelte @@ -675,7 +675,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -689,7 +694,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -773,7 +778,8 @@ >time zone database is supported If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone.. diff --git a/src/routes/en/docs/jma-api/+page.svelte b/src/routes/en/docs/jma-api/+page.svelte index cf6e5726..5b010604 100644 --- a/src/routes/en/docs/jma-api/+page.svelte +++ b/src/routes/en/docs/jma-api/+page.svelte @@ -638,7 +638,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -652,7 +657,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -733,7 +738,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/marine-weather-api/+page.svelte b/src/routes/en/docs/marine-weather-api/+page.svelte index 116a1f4c..6169ddb8 100644 --- a/src/routes/en/docs/marine-weather-api/+page.svelte +++ b/src/routes/en/docs/marine-weather-api/+page.svelte @@ -367,7 +367,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. hourly @@ -415,7 +420,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/meteofrance-api/+page.svelte b/src/routes/en/docs/meteofrance-api/+page.svelte index 669480b2..d340b622 100644 --- a/src/routes/en/docs/meteofrance-api/+page.svelte +++ b/src/routes/en/docs/meteofrance-api/+page.svelte @@ -755,7 +755,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -769,7 +774,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -850,7 +855,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/metno-api/+page.svelte b/src/routes/en/docs/metno-api/+page.svelte index 16a0804e..79fead56 100644 --- a/src/routes/en/docs/metno-api/+page.svelte +++ b/src/routes/en/docs/metno-api/+page.svelte @@ -506,7 +506,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -520,7 +525,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height. @@ -590,7 +595,8 @@ >time zone database is supported. If auto is set as a time zone, the coordinates will be automatically - resolved to the local time zone. diff --git a/src/routes/en/docs/seasonal-forecast-api/+page.svelte b/src/routes/en/docs/seasonal-forecast-api/+page.svelte index 79711b06..ab261b79 100644 --- a/src/routes/en/docs/seasonal-forecast-api/+page.svelte +++ b/src/routes/en/docs/seasonal-forecast-api/+page.svelte @@ -388,7 +388,12 @@ Floating point Yes - Geographical WGS84 coordinate of the location + Geographical WGS84 coordinates of the location. Multiple coordinates can be comma + separated. E.g. &latitude=52.52,48.85&longitude=13.41,2.35. To return data + for multiple locations the JSON output changes to a list of structures. CSV and XLSX + formats add a column location_id. elevation @@ -402,7 +407,7 @@ >90 meter digital elevation model is used. You can manually set the elevation to correctly match mountain peaks. If &elevation=nan is specified, downscaling will be disabled and the API uses the - average grid-cell height.