Introduktion
Adgang til tjenester
Authentication - Adgang med Token
Benyttes i webapplikationer og GIS systemer, når du kalder API’er og webservices. Dataforsyningen er stateless, derfor skal token altid sendes med hver forespørgsel til Dataforsyningen, undtagen alle DAWA og Inspire OGC-tjenesterne.
Du skal være oprettet som bruger på Dataforsyningen og være logget ind, for at oprette og administrere dine tokens på Dataforsyningen.:
- Klik på brugerikonet øverst i højre hjørne
- Gå til "Administrer token til webservices og API’er"
- Klik på ”Opret ny token”
Der bliver generet en token bestående af tilfældige tal og har et navn af tilfældige bogstaver og tal. Du kan ændre navnet på dine tokens, det anbefales hvis du bruger dine tokens til fx et fagsystem eller en specifik webløsning. Du kan også definere udløbsdata for tokens.
Token benyttes til at identificere sig overfor Dataforsyningen uden risiko for at afsløre brugernavn og adgangskode. Det kan f.eks. være relevant, hvis Dataforsyningens webservices er implementeret i webapplikationer tilgængelige for alle på internettet.
Token skal angives på én af følgende måder i requesten:
Som header parameteren
token(anbefaler vi at bruge, da det er den mest sikre måde) ``` https://api.dataforsyningen.dk/{servicenavnet på tjenesten}token: {DinToken} ```
Som queryparameter
tokeni URL'enhttps://api.dataforsyningen.dk/{servicenavnet på tjenesten}?token={DinToken}
En gyldig URL med query parameter vil f.eks. se således ud:
Alle kald til Dataforsyningens API'erne og webservices skal bruge HTTPS, da der ikke understøttes HTTP, og token skal være angivet (undtagen alle DAWA og Inspire OGC-tjenesterne). Kald uden token angivet eller med ugyldig token vil fejle.
Bearer token
Token er den mest benyttet authentikations metode på Dataforsyningen. I nogle kald er det dog nødvendigt at bruge en bearer token i stedet. Denne virker som token men bliver autogenereret af Dataforsyningen og er kun gyldig i 24 timer. I fremtiden forventes det dog at det bliver muligt at benytte token for disse API'er.
Arkivmeta v3.0.2
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
APIet Arkivmeta giver adgang til at søge i metadata for en større samling historiske kort, dokumenter og benytte resultatet til at fremvise det skannede materiale.
Til adgang benyttes Dataforsyningens brugeradgang som ved andre tjenester.
Stier til kortfiler følger IIIF specifikationen og kan vises med en viser, der understøtter dette.
Base URLs:
Authentication
API Key (HeaderToken)
- Parameter Name: token, in: header.
API Key (QueryToken)
- Parameter Name: token, in: query.
KortApi
Kort metadata API
getKort
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/kort HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /kort
Liste af kort der matcher søgekriterierne
Hvis gaeldendeperiode_gaeldendefra og gaeldendeperiode_gaeldendetil bliver brugt samtidig, er det alle kort, der er indenfor gyldighedsperioden eller har været gældende fra eller gældende til, i perioden
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| daekningsomraade | query | array[string] | false | Dækningsområde, se /metadata/daekningsomraader. Hvis der ønskes at søge på flere dækningsområde på en gang, skal man adskille hvert søgekriterie ved at bruge ,. Eksempel: daekningsomraade=Slesvig,Danmark |
| direction | query | string | false | Sorteringsretning, asc for stigende, desc for faldende |
| fritekstsoegning | query | string | false | Fritekstsøgning |
| gaeldendeperiode_gaeldendefra | query | integer(int32) | false | Starttid for kortets gyldighedsperiode. Angives i hele år, eksempel 1966. Gyldighedsperiodens starttid er et korts trykke-, tegne-, optage- eller opmålingsår – dvs. det år hvor kortet kan siges at være nyeste kort. |
| gaeldendeperiode_gaeldendetil | query | integer(int32) | false | Sluttid for kortets gyldighedsperiode. Angives i hele år, eksempel 1966. Typisk fordi kortet erstattes af et nyere. Hvis der ikke er fundet en specifik gældende til periode angives et årstal der ligger 50 år efter gældende fra. |
| geometri | query | string | false | Geometri angives som WKT med SRS = EPSG:4326. Det geografiske område, ofte en polygon, som kortet ligger indenfor. |
| kortbladnummer | query | string | false | Angivelse af geografisk område, f.eks. indenfor kortbladsinddelingen eller ejerlav. For topografiske kort er inddelingen et overordnet grid hvorimod matrikelkort er inddelt efter ejerlav. Kan også være f.eks. administrative inddelinger. |
| kortgruppe | query | array[string] | false | Kortgruppe. Hvis der ønskes at søge på flere kortgrupper på en gang, skal man adskille hvert søgekriterie ved at bruge komma ,. Eksempel: kortgruppe=matrikelkort,centimeterkort. |
| limit | query | integer(int32) | false | Sidestørrelse, dvs. hvor mange poster pr. side |
| maalestok | query | array[string] | false | Målestoksforhold. Hvis der ønskes at søge på flere målestoksforhold på en gang, skal man adskille hvert søgekriterie ved at bruge ,. Eksempel: maalestok=1:40000,1:180000 |
| offset | query | integer(int32) | false | Offset, dvs. fra hvilken post |
| sort | query | string | false | Sorteringsfelt, kan sortere på følgende typer: kortgruppe, gaeldendeperiode_gaeldendefra, gaeldendeperiode_gaeldendetil, kortvaerk, maalestok, titel |
| tegner | query | string | false | Tegner på kortet. |
| titel | query | string | false | Titlen på kortet. |
| kortvaerk | query | array[string] | false | Kortværk. Hvis der ønskes at søge på flere kortværker på en gang, skal man angive kortvaerk query parameteren for hvert eneste en kortværk man vil søge efter.Eksempel: kortvaerk=Trap, tegnede kort&kortvaerk=Mejer |
Example responses
200 Response
{
"total": 0,
"kort": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kortgruppe": "string",
"titel": "string",
"alternativtitel": "string",
"originalkortprojektion": "string",
"bemaerkning": "string",
"gaeldendeperiode_gaeldendefra": 0,
"gaeldendeperiode_gaeldendetil": 0,
"geometri": "string",
"maalestok": "string",
"kortbladnummer": "string",
"kortvaerk": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"aarfordata": 0,
"aarforenkeltrettelser": [
0
],
"aarforfotografering": 0,
"aarforfotogrametriskudtegning": 0,
"aarforhenlaeggelse": 0,
"aarforkompleteteretimarken": 0,
"aarforkortproeve": 0,
"aarforlineaerrettelse": 0,
"aarformaalt": 0,
"aarforopmaalingsluttet": 0,
"aarforpunktgrundlag": 0,
"aarforrettelse": [
0
],
"aarfortopografi": 0,
"aarforudarbejdelse": 0,
"aarforudarbejdetmateriale": 0,
"aarforudgivelse": 0,
"aarforudskiftning": 0,
"aarforudtegning": 0,
"aarforvejdata": 0,
"daasenummer": "string",
"farveskalatype": "string",
"flyvehoejde": 0.1,
"flyverute": "string",
"fotonummer": "string",
"fototid": "2019-08-24T14:15:22Z",
"fotovinkel": "string",
"kameraid": "string",
"kortart": "string",
"opmaaltaf": "string",
"plannr": "string",
"producent": "string",
"tegner": "string",
"udgiver": "string",
"udskiftetaf": "string",
"version": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | KortResult |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
postKort
Code samples
POST https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/kort HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
POST /kort
Liste af kort der matcher søgekriterierne
Hvis gaeldendeperiode_gaeldendefra og gaeldendeperiode_gaeldendetil bliver brugt samtidig, er det alle kort, der er indenfor gyldighedsperioden eller har været gældende fra eller gældende til, i perioden
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| daekningsomraade | query | array[string] | false | Dækningsområde, se /metadata/daekningsomraader. Hvis der ønskes at søge på flere dækningsområde på en gang, skal man adskille hvert søgekriterie ved at bruge ,. Eksempel: daekningsomraade=Slesvig,Danmark |
| direction | query | string | false | Sorteringsretning, asc for stigende, desc for faldende |
| fritekstsoegning | query | string | false | Fritekstsøgning |
| gaeldendeperiode_gaeldendefra | query | integer(int32) | false | Starttid for kortets gyldighedsperiode. Angives i hele år, eksempel 1966. Gyldighedsperiodens starttid er et korts trykke-, tegne-, optage- eller opmålingsår – dvs. det år hvor kortet kan siges at være nyeste kort. |
| gaeldendeperiode_gaeldendetil | query | integer(int32) | false | Sluttid for kortets gyldighedsperiode. Angives i hele år, eksempel 1966. Typisk fordi kortet erstattes af et nyere. Hvis der ikke er fundet en specifik gældende til periode angives et årstal der ligger 50 år efter gældende fra. |
| geometri | query | string | false | Geometri angives som WKT med SRS = EPSG:4326. Det geografiske område, ofte en polygon, som kortet ligger indenfor. |
| kortbladnummer | query | string | false | Angivelse af geografisk område, f.eks. indenfor kortbladsinddelingen eller ejerlav. For topografiske kort er inddelingen et overordnet grid hvorimod matrikelkort er inddelt efter ejerlav. Kan også være f.eks. administrative inddelinger. |
| kortgruppe | query | array[string] | false | Kortgruppe. Hvis der ønskes at søge på flere kortgrupper på en gang, skal man adskille hvert søgekriterie ved at bruge komma ,. Eksempel: kortgruppe=matrikelkort,centimeterkort. |
| limit | query | integer(int32) | false | Sidestørrelse, dvs. hvor mange poster pr. side |
| maalestok | query | array[string] | false | Målestoksforhold. Hvis der ønskes at søge på flere målestoksforhold på en gang, skal man adskille hvert søgekriterie ved at bruge ,. Eksempel: maalestok=1:40000,1:180000 |
| offset | query | integer(int32) | false | Offset, dvs. fra hvilken post |
| sort | query | string | false | Sorteringsfelt, kan sortere på følgende typer: kortgruppe, gaeldendeperiode_gaeldendefra, gaeldendeperiode_gaeldendetil, kortvaerk, maalestok, titel |
| tegner | query | string | false | Tegner på kortet. |
| titel | query | string | false | Titlen på kortet. |
| kortvaerk | query | array[string] | false | Kortværk. Hvis der ønskes at søge på flere kortværker på en gang, skal man angive kortvaerk query parameteren for hvert eneste en kortværk man vil søge efter.Eksempel: kortvaerk=Trap, tegnede kort&kortvaerk=Mejer |
Example responses
200 Response
{
"total": 0,
"kort": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kortgruppe": "string",
"titel": "string",
"alternativtitel": "string",
"originalkortprojektion": "string",
"bemaerkning": "string",
"gaeldendeperiode_gaeldendefra": 0,
"gaeldendeperiode_gaeldendetil": 0,
"geometri": "string",
"maalestok": "string",
"kortbladnummer": "string",
"kortvaerk": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"aarfordata": 0,
"aarforenkeltrettelser": [
0
],
"aarforfotografering": 0,
"aarforfotogrametriskudtegning": 0,
"aarforhenlaeggelse": 0,
"aarforkompleteteretimarken": 0,
"aarforkortproeve": 0,
"aarforlineaerrettelse": 0,
"aarformaalt": 0,
"aarforopmaalingsluttet": 0,
"aarforpunktgrundlag": 0,
"aarforrettelse": [
0
],
"aarfortopografi": 0,
"aarforudarbejdelse": 0,
"aarforudarbejdetmateriale": 0,
"aarforudgivelse": 0,
"aarforudskiftning": 0,
"aarforudtegning": 0,
"aarforvejdata": 0,
"daasenummer": "string",
"farveskalatype": "string",
"flyvehoejde": 0.1,
"flyverute": "string",
"fotonummer": "string",
"fototid": "2019-08-24T14:15:22Z",
"fotovinkel": "string",
"kameraid": "string",
"kortart": "string",
"opmaaltaf": "string",
"plannr": "string",
"producent": "string",
"tegner": "string",
"udgiver": "string",
"udskiftetaf": "string",
"version": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | KortResult |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
maalestok
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/maalestok HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/maalestok
Hent målestoksforhold
Leverer en liste af målestoksforhold
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| maalestok | query | string | false | Filtrer med søgestreng |
Example responses
200 Response
[
"string"
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
kortgrupperWithKortvaerker
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/kortgrupper/kortvaerker HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/kortgrupper/kortvaerker
Hent kortgrupper med underliggende kortværker
Leverer en liste af tilgængelige kortgrupper, med deres tilhørende kortværker
Example responses
200 Response
[
{
"kortgruppe": "string",
"kortvaerker": [
"string"
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [KortgruppeWithKortvaerkerDto] | false | none | none |
| » kortgruppe | string | false | none | Kortgruppe. |
| » kortvaerker | [string] | false | none | Liste af logiske samlinger af skannede kort som tilhører kortgruppen. |
daekningsomraade
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/daekningsomraader HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/daekningsomraader
Hent dækningsområder
Leverer en liste af dækningsområder
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| daekningsomraade | query | string | false | Filtrer med søgestreng |
Example responses
200 Response
[
"string"
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
kortById
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/kort/{id} HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /kort/{id}
Vis kort ud fra unik id
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string(uuid) | true | id |
Example responses
200 Response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kortgruppe": "string",
"titel": "string",
"alternativtitel": "string",
"originalkortprojektion": "string",
"bemaerkning": "string",
"gaeldendeperiode_gaeldendefra": 0,
"gaeldendeperiode_gaeldendetil": 0,
"geometri": "string",
"maalestok": "string",
"kortbladnummer": "string",
"kortvaerk": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"aarfordata": 0,
"aarforenkeltrettelser": [
0
],
"aarforfotografering": 0,
"aarforfotogrametriskudtegning": 0,
"aarforhenlaeggelse": 0,
"aarforkompleteteretimarken": 0,
"aarforkortproeve": 0,
"aarforlineaerrettelse": 0,
"aarformaalt": 0,
"aarforopmaalingsluttet": 0,
"aarforpunktgrundlag": 0,
"aarforrettelse": [
0
],
"aarfortopografi": 0,
"aarforudarbejdelse": 0,
"aarforudarbejdetmateriale": 0,
"aarforudgivelse": 0,
"aarforudskiftning": 0,
"aarforudtegning": 0,
"aarforvejdata": 0,
"daasenummer": "string",
"farveskalatype": "string",
"flyvehoejde": 0.1,
"flyverute": "string",
"fotonummer": "string",
"fototid": "2019-08-24T14:15:22Z",
"fotovinkel": "string",
"kameraid": "string",
"kortart": "string",
"opmaaltaf": "string",
"plannr": "string",
"producent": "string",
"tegner": "string",
"udgiver": "string",
"udskiftetaf": "string",
"version": "string"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | KortDto |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
DokumentApi
Dokument metadata API
getDokument
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/dokument HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /dokument
Liste af dokumenter der matcher søgekriterierne
Disse er parametrerne i DokumentParam
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| direction | query | string | false | Sorteringsretning, asc for stigende, desc for faldende |
| fritekstsoegning | query | string | false | Fritekstsøgning |
| geometri | query | string | false | Geometri angives som WKT med SRS = EPSG:4326. Det geografiske område, ofte en polygon, som kortet ligger indenfor. |
| herredsnavn | query | string | false | Herredets navn. |
| herredsnummer | query | integer(int32) | false | Herredets nummer. |
| dokumentsamling | query | array[string] | false | none |
| limit | query | integer(int32) | false | Sidestørrelse, dvs. hvor mange poster pr. side |
| offset | query | integer(int32) | false | Offset, dvs. fra hvilken post |
| sogneid | query | integer(int32) | false | Sogneid. |
| sognenavn | query | string | false | Sognenavn. |
| sort | query | string | false | Sorteringsfelt, kan sortere på følgende typer: dokumentsamling, herredsnavn, herredsnummer, sogneid, sognenavn, titel |
| titel | query | string | false | Titel på dokumentet. |
Example responses
200 Response
{
"total": 0,
"dokumenter": [
{
"id": "string",
"titel": "string",
"alternativtitel": "string",
"bemaerkning": "string",
"geometri": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"datatype": "string",
"filtype": "string",
"dokumentsamling": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"protokoltype": "string",
"sogneid": [
0
],
"sognenavn": [
"string"
]
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | DokumentResult |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
postDokument
Code samples
POST https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/dokument HTTP/1.1
Host: api.dataforsyningen.dk
Content-Type: application/json
Accept: application/json
POST /dokument
Liste af dokumenter der matcher søgekriterierne
Disse er parametrerne i DokumentParam
Body parameter
{
"direction": "asc",
"fritekstsoegning": "string",
"geometri": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"dokumentsamling": [
"string"
],
"limit": 100,
"offset": 0,
"sogneid": 0,
"sognenavn": "string",
"sort": "string",
"titel": "string"
}
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| body | body | DokumentParam | true | none |
Example responses
200 Response
{
"total": 0,
"dokumenter": [
{
"id": "string",
"titel": "string",
"alternativtitel": "string",
"bemaerkning": "string",
"geometri": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"datatype": "string",
"filtype": "string",
"dokumentsamling": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"protokoltype": "string",
"sogneid": [
0
],
"sognenavn": [
"string"
]
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | DokumentResult |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
getSognenavn
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/sognenavn HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/sognenavn
Hent sognenavne
Leverer en liste af sognenavne
Example responses
200 Response
[
"string"
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
getHerredsnavn
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/herredsnavn HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/herredsnavn
Hent herredsnavne
Leverer en liste af herredsnavne
Example responses
200 Response
[
"string"
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
getDokumentSamling
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/metadata/dokumentsamling HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /metadata/dokumentsamling
Hent dokumentsamlinger
Leverer en liste af dokumentsamlinger
Example responses
200 Response
[
"string"
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
dokumentById
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/dokument/{id} HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /dokument/{id}
Find dokument ud fra unik id
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string(uuid) | true | id |
Example responses
200 Response
{
"id": "string",
"titel": "string",
"alternativtitel": "string",
"bemaerkning": "string",
"geometri": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"datatype": "string",
"filtype": "string",
"dokumentsamling": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"protokoltype": "string",
"sogneid": [
0
],
"sognenavn": [
"string"
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | DokumentDto |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Liveliness/Readiness
ping
Code samples
GET https://api.dataforsyningen.dk/rest/arkivmeta_test/v3/ping HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /ping
ping
Liveliness/readiness probe.
Example responses
200 Response
"string"
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | string |
Schemas
KortDto
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kortgruppe": "string",
"titel": "string",
"alternativtitel": "string",
"originalkortprojektion": "string",
"bemaerkning": "string",
"gaeldendeperiode_gaeldendefra": 0,
"gaeldendeperiode_gaeldendetil": 0,
"geometri": "string",
"maalestok": "string",
"kortbladnummer": "string",
"kortvaerk": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"aarfordata": 0,
"aarforenkeltrettelser": [
0
],
"aarforfotografering": 0,
"aarforfotogrametriskudtegning": 0,
"aarforhenlaeggelse": 0,
"aarforkompleteteretimarken": 0,
"aarforkortproeve": 0,
"aarforlineaerrettelse": 0,
"aarformaalt": 0,
"aarforopmaalingsluttet": 0,
"aarforpunktgrundlag": 0,
"aarforrettelse": [
0
],
"aarfortopografi": 0,
"aarforudarbejdelse": 0,
"aarforudarbejdetmateriale": 0,
"aarforudgivelse": 0,
"aarforudskiftning": 0,
"aarforudtegning": 0,
"aarforvejdata": 0,
"daasenummer": "string",
"farveskalatype": "string",
"flyvehoejde": 0.1,
"flyverute": "string",
"fotonummer": "string",
"fototid": "2019-08-24T14:15:22Z",
"fotovinkel": "string",
"kameraid": "string",
"kortart": "string",
"opmaaltaf": "string",
"plannr": "string",
"producent": "string",
"tegner": "string",
"udgiver": "string",
"udskiftetaf": "string",
"version": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string(uuid) | false | Unik id for kortet. |
| kortgruppe | string | false | Kortets kortgruppe. |
| titel | string | false | Titlen på kortet. |
| alternativtitel | string | false | En eventuel anden titel kortet kan have. |
| originalkortprojektion | string | false | Den projektion (afbildning af jorden på en plan flade) det oprindelige kort blev defineret i, f.eks. GS for Generalstabens projektion. |
| bemaerkning | string | false | Yderligere kommentarer, f.eks. vedr. fremstilling eller placering ved kendt gods eller lign. |
| gaeldendeperiode_gaeldendefra | number | false | Starttid for kortets gyldighedsperiode. Angives i hele år. Gyldighedsperiodens starttid er et korts trykke-, tegne-, optage- eller opmålingsår – dvs. det år hvor kortet kan siges at være nyeste kort. |
| gaeldendeperiode_gaeldendetil | number | false | Sluttid for kortets gyldighedsperiode. Angives i hele år. Typisk fordi kortet erstattes af et nyere. Hvis der ikke er fundet en specifik gældende til periode angives et årstal der ligger 50 år efter gældende fra. |
| geometri | string | false | Det geografiske område, ofte en polygon, som kortet ligger indenfor. WKT med SRS = EPSG:4326 |
| maalestok | string | false | Størrelsesforholdet mellem landskabet og kortets repræsentation heraf. |
| kortbladnummer | string | false | Angivelse af geografisk område, f.eks. indenfor kortbladsinddelingen eller ejerlav. For topografiske kort er inddelingen et overordnet grid hvorimod matrikelkort er indelt efter ejerlav. Kan også være f.eks. administrative inddelinger. |
| kortvaerk | string | false | Navnet på en logisk samling af skannede kort som kortet hører til, f.eks. atlasblade. |
| daekningsomraade | [string] | false | En liste af geografisk områder, som kortet dækker helt eller delvist. For eksempel Danmark, Grønland. Et kort kan have flere dækningsområder.For prøvekort og lignende vil dækningsområdet kunne angives som intet. |
| filer | [string] | false | En liste af URL-stier til kortfiler efter IIIF-specifikationen. |
| aarfordata | number | false | Kort udarbejdet på grundlag af data fra dette år eller data sammenstillet i dette år. |
| aarforenkeltrettelser | [number] | false | En liste af år for opdatering af kortet med enkelte rettelser, f.eks. en ny bro. |
| aarforfotografering | number | false | År for optagelse af flyfoto til brug for produktion af kortet. |
| aarforfotogrametriskudtegning | number | false | År hvor kortet er lavet på basis af flyfoto. |
| aarforhenlaeggelse | number | false | Arkivteknisk betegnelse for kort der er gået i arkiv. 9999 anvendes for ukendt år. |
| aarforkompleteteretimarken | number | false | År, hvor kortet er opdateret efter opmåling i marken. |
| aarforkortproeve | number | false | Anvendes pt ikke. |
| aarforlineaerrettelse | number | false | År for rettelser på grundlag af lodret fotografering. |
| aarformaalt | number | false | Det år den oprindelige opmåling til kortet blev afsluttet. Kortet kan senere være nymålt eller rettet. |
| aarforopmaalingsluttet | number | false | År for opmåling af matrikelkortet. Hvis kortet er opmålt i flere etaper, er det afslutningen på sidste etape. |
| aarforpunktgrundlag | number | false | År hvor kortets punktgrundlag er skabt eller opdateret. |
| aarforrettelse | [number] | false | En liste af år for opdatering af kortet med rettelser, typisk efter at kontrolmålinger er udført. |
| aarfortopografi | number | false | År hvor kortets topografiske elementer er kortlagt eller opdateret. |
| aarforudarbejdelse | number | false | Året hvor udarbejdelsen blev afsluttet første gang. |
| aarforudarbejdetmateriale | number | false | Året hvor kortet blev færdigtegnet. |
| aarforudgivelse | number | false | Det år kortet blev udgivet eller trykt. Kortene er udgivet efter deres opmåling og eventuelt genudgivet som følge af rettelser eller at kortet blev udsolgt. |
| aarforudskiftning | number | false | År for udskiftningen af den pågældende landsby eller ejerlav. |
| aarforudtegning | number | false | År for udtegning i 1:200000 på grundlag af skråfotografering. |
| aarforvejdata | number | false | År hvor kortet er opdateret med vejdata. |
| daasenummer | string | false | Nummeret på dåsen, som indeholder billedets originalnegativ. |
| farveskalatype | string | false | Farveskema anvendt i det digitale billede, f.eks. sort/hvid 8 bit. |
| flyvehoejde | number(double) | false | Flyvehøjden ved optagelsen af billedet. |
| flyverute | string | false | Navnet på flyets flyverute. Der er optaget ét eller flere fotos pr flyverute. |
| fotonummer | string | false | Fortløbende nummerering af flyfotos. Nummeret er unikt indenfor en flyverute eller evt. kun indenfor et flyfotograferingsprojekt bestående af flere flyveruter. |
| fototid | string(date-time) | false | Tidspunkt for optagelse af flyvefotoet. Tiden består typisk af år, måned, dag og tidspunkt. |
| fotovinkel | string | false | Beskrivelse af vinkel mod jordoverfladen for flyfotografiet, f.eks. lodfoto eller skråfoto. |
| kameraid | string | false | Kameratype eller identifikation af kameraet, der er anvendt til flyfotograferingen. |
| kortart | string | false | Oplysninger vedr. produktionen af kortet, f.eks. om det er aktivt, henlagt el.lign. |
| opmaaltaf | string | false | Navn på person der har opmålt og/eller tegnet kortet. |
| plannr | string | false | Plannummer for matrikelkortet. Plannummer anvendes hvis kort over et ejerlav er fordelt på flere kortblade. |
| producent | string | false | Navn på den organisation der har forestået flyfotograferingen. |
| tegner | string | false | Navn på personen der har tegnet kortet, kortet kan være opmålt af en eller flere opmålere, evt. også af tegneren. |
| udgiver | string | false | Navn på den organisation der har produceret kortet. |
| udskiftetaf | string | false | Navn på person der har forestået udskiftningen af en landsby eller ejerlav. |
| version | string | false | Versionsnummer for kortet. Et kort kan være udgivet i flere versioner. |
KortResult
{
"total": 0,
"kort": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kortgruppe": "string",
"titel": "string",
"alternativtitel": "string",
"originalkortprojektion": "string",
"bemaerkning": "string",
"gaeldendeperiode_gaeldendefra": 0,
"gaeldendeperiode_gaeldendetil": 0,
"geometri": "string",
"maalestok": "string",
"kortbladnummer": "string",
"kortvaerk": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"aarfordata": 0,
"aarforenkeltrettelser": [
0
],
"aarforfotografering": 0,
"aarforfotogrametriskudtegning": 0,
"aarforhenlaeggelse": 0,
"aarforkompleteteretimarken": 0,
"aarforkortproeve": 0,
"aarforlineaerrettelse": 0,
"aarformaalt": 0,
"aarforopmaalingsluttet": 0,
"aarforpunktgrundlag": 0,
"aarforrettelse": [
0
],
"aarfortopografi": 0,
"aarforudarbejdelse": 0,
"aarforudarbejdetmateriale": 0,
"aarforudgivelse": 0,
"aarforudskiftning": 0,
"aarforudtegning": 0,
"aarforvejdata": 0,
"daasenummer": "string",
"farveskalatype": "string",
"flyvehoejde": 0.1,
"flyverute": "string",
"fotonummer": "string",
"fototid": "2019-08-24T14:15:22Z",
"fotovinkel": "string",
"kameraid": "string",
"kortart": "string",
"opmaaltaf": "string",
"plannr": "string",
"producent": "string",
"tegner": "string",
"udgiver": "string",
"udskiftetaf": "string",
"version": "string"
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| total | integer(int64) | false | Totalt antal af kort i listen. |
| kort | [KortDto] | false | Liste med kort. |
DokumentDto
{
"id": "string",
"titel": "string",
"alternativtitel": "string",
"bemaerkning": "string",
"geometri": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"datatype": "string",
"filtype": "string",
"dokumentsamling": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"protokoltype": "string",
"sogneid": [
0
],
"sognenavn": [
"string"
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | false | Unik id for dokumentet. |
| titel | string | false | Dokumenters titel. |
| alternativtitel | string | false | Typisk på formen sp+nummer |
| bemaerkning | string | false | Bemærkning til dokumentet |
| geometri | string | false | Det geografiske område, ofte en polygon, som kortet ligger indenfor. WKT med SRS = EPSG:4326 |
| daekningsomraade | [string] | false | En liste af geografisk områder, som dokumentet dækker helt eller delvist. For eksempel Danmark, Slesvig. |
| filer | [string] | false | En liste af URL-stier til kortfiler efter IIIF-specifikationen. |
| datatype | string | false | Hvilket data format dokumentet er i |
| filtype | string | false | fortegnelse |
| dokumentsamling | string | false | Typen af dokumenterne. |
| herredsnavn | string | false | Navn på herredet |
| herredsnummer | integer(int64) | false | Nummeret på herredet |
| protokoltype | string | false | Gældende eller fra før udskiftning |
| sogneid | [integer] | false | En liste af numre på sogne dokumentet tilhører |
| sognenavn | [string] | false | En liste af navne på sogne dokumentet tilhører |
DokumentResult
{
"total": 0,
"dokumenter": [
{
"id": "string",
"titel": "string",
"alternativtitel": "string",
"bemaerkning": "string",
"geometri": "string",
"daekningsomraade": [
"string"
],
"filer": [
"string"
],
"datatype": "string",
"filtype": "string",
"dokumentsamling": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"protokoltype": "string",
"sogneid": [
0
],
"sognenavn": [
"string"
]
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| total | integer(int64) | false | Totalt antal af dokumenter i listen. |
| dokumenter | [DokumentDto] | false | Liste med dokumenter. |
DokumentParam
{
"direction": "asc",
"fritekstsoegning": "string",
"geometri": "string",
"herredsnavn": "string",
"herredsnummer": 0,
"dokumentsamling": [
"string"
],
"limit": 100,
"offset": 0,
"sogneid": 0,
"sognenavn": "string",
"sort": "string",
"titel": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| direction | string | false | Sorteringsretning, asc for stigende, desc for faldende |
| fritekstsoegning | string | false | Fritekstsøgning |
| geometri | string | false | Geometri angives som WKT med SRS = EPSG:4326. Det geografiske område, ofte en polygon, som kortet ligger indenfor. |
| herredsnavn | string | false | Herredets navn. |
| herredsnummer | integer(int32) | false | Herredets nummer. |
| dokumentsamling | [string] | false | De dokumenttyper, der skal vises. En kommasepareret liste af typer. Eksempel: sogneprotokoller,hartkornsekstrakter`. |
| limit | integer(int32) | false | Sidestørrelse, dvs. hvor mange poster pr. side |
| offset | integer(int32) | false | Offset, dvs. fra hvilken post |
| sogneid | integer(int32) | false | Sogneid. |
| sognenavn | string | false | Sognenavn. |
| sort | string | false | Sorteringsfelt, kan sortere på følgende typer: dokumentsamling, herredsnavn, herredsnummer, sogneid, sognenavn, titel |
| titel | string | false | Titel på dokumentet. |
KortgruppeWithKortvaerkerDto
{
"kortgruppe": "string",
"kortvaerker": [
"string"
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| kortgruppe | string | false | Kortgruppe. |
| kortvaerker | [string] | false | Liste af logiske samlinger af skannede kort som tilhører kortgruppen. |
DAWA
DAWA lukker 1. oktober 2026
Du kan følge med i udfasningsplanerne her: https://dataforsyningen.dk/data/4924
Download_Manager v1.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Base URLs:
Authentication
- HTTP Authentication, scheme: bearer
Prædefineret download
getOrder
Code samples
GET https://api.dataforsyningen.dk/rest/download_manager/v1.0/order HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
GET /order
Prædefineret download
Liste af alle prædefineret ordre en bruger har haft oprettet de sidste 7 dage
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
Example responses
200 Response
[
{
"orderId": 0,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": 0,
"title": "string",
"subtitle": "string",
"epsg": 0,
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | Inline |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GetOrderDto] | false | none | none |
| » orderId | integer(int32) | false | none | Id på ordren |
| » filePath | string | false | none | Stien til filen |
| » files | [FileDto] | false | none | none |
| »» filename | string | false | none | Filnavnet |
| »» fileExists | boolean | false | none | Om filen eksisterer |
| »» fileSize | integer(int64) | false | none | Filstørrelsen |
| »» fileUrl | string | false | none | URL til at downloade filen |
| » fileFormat | integer(int32) | false | none | Filformattet |
| » title | string | false | none | Titel på datasættet |
| » subtitle | string | false | none | Undertitel på datasættet |
| » epsg | integer(int32) | false | none | Hvilken EPSG kode geometrierne i filen/filerne er i |
| » createdAt | string(date-time) | false | none | Hvornår er ordren oprettet |
| » expiresAt | string(date-time) | false | none | Hvornår er ordren udløber |
postOrder
Code samples
POST https://api.dataforsyningen.dk/rest/download_manager/v1.0/order?filePath=string&filenames=string&title=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
POST /order
Prædefineret download
Opretter en prædefineret order
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
| filePath | query | string | true | Stien til filen |
| filenames | query | array[string] | true | Liste af filer |
| fileFormat | query | integer(int32) | false | Filformattet |
| title | query | string | true | Titel på datasættet |
| subtitle | query | string | false | Undertitel på datasættet |
| epsg | query | integer(int32) | false | Hvilken EPSG kode geometrierne i filen/filerne er i |
Example responses
200 Response
{
"orderId": 0,
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | PostOrderDto |
getSpecificOrder
Code samples
GET https://api.dataforsyningen.dk/rest/download_manager/v1.0/order/{orderId} HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
GET /order/{orderId}
Prædefineret download
Returnerer en specifik prædefineret ordre, for en bruger, der er blevet oprettet de sidste 7 dage
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
| orderId | path | integer(int32) | true | none |
Example responses
200 Response
[
{
"orderId": 0,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": 0,
"title": "string",
"subtitle": "string",
"epsg": 0,
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | Inline |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GetOrderDto] | false | none | none |
| » orderId | integer(int32) | false | none | Id på ordren |
| » filePath | string | false | none | Stien til filen |
| » files | [FileDto] | false | none | none |
| »» filename | string | false | none | Filnavnet |
| »» fileExists | boolean | false | none | Om filen eksisterer |
| »» fileSize | integer(int64) | false | none | Filstørrelsen |
| »» fileUrl | string | false | none | URL til at downloade filen |
| » fileFormat | integer(int32) | false | none | Filformattet |
| » title | string | false | none | Titel på datasættet |
| » subtitle | string | false | none | Undertitel på datasættet |
| » epsg | integer(int32) | false | none | Hvilken EPSG kode geometrierne i filen/filerne er i |
| » createdAt | string(date-time) | false | none | Hvornår er ordren oprettet |
| » expiresAt | string(date-time) | false | none | Hvornår er ordren udløber |
Brugerdefineret download
getCustomOrder
Code samples
GET https://api.dataforsyningen.dk/rest/download_manager/v1.0/custom-order HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
GET /custom-order
Brugerdefineret download
Liste af alle brugerdefineret ordre en bruger har haft oprettet de sidste 7 dage
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
Example responses
200 Response
[
{
"orderId": 0,
"datasetName": "string",
"bbox": "string",
"bboxEpsg": 0,
"bboxArea": 0.1,
"fileReady": true,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": "string",
"outputEpsg": 0,
"title": "string",
"subtitle": "string",
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | Inline |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GetCustomOrderDto] | false | none | none |
| » orderId | integer(int32) | false | none | Id på ordren |
| » datasetName | string | false | none | Navnet på datasættet |
| » bbox | string | false | none | BBOX af området |
| » bboxEpsg | integer(int32) | false | none | Hvilken EPSG kode BBOX er i |
| » bboxArea | number(double) | false | none | Størrelsen på arealet af den angivet BBOX |
| » fileReady | boolean | false | none | none |
| » filePath | string | false | none | Stien til filen |
| » files | [FileDto] | false | none | Liste af filer |
| »» filename | string | false | none | Filnavnet |
| »» fileExists | boolean | false | none | Om filen eksisterer |
| »» fileSize | integer(int64) | false | none | Filstørrelsen |
| »» fileUrl | string | false | none | URL til at downloade filen |
| » fileFormat | string | false | none | Filformattet |
| » outputEpsg | integer(int32) | false | none | Hvilken EPSG kode geometrierne i den/de brugerdefineret filer skal være i |
| » title | string | false | none | Titel på datasættet |
| » subtitle | string | false | none | Undertitel på datasættet |
| » createdAt | string(date-time) | false | none | Hvornår er ordren oprettet |
| » expiresAt | string(date-time) | false | none | Hvornår er ordren udløber |
postCustomOrder
Code samples
POST https://api.dataforsyningen.dk/rest/download_manager/v1.0/custom-order?datasetName=string&bbox=string&bboxEpsg=1&clip=string&fileFormat=string&outputEpsg=1&title=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
POST /custom-order
Brugerdefineret download
Opretter en brugerdefineret order
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
| datasetName | query | string | true | Navnet på datasættet |
| bbox | query | string | true | BBOX af området |
| bboxEpsg | query | integer(int32) | true | Hvilken EPSG kode BBOX er i |
| clip | query | string | true | Om datasættet skal klippe igennem elementer eller inkludere dem |
| fileFormat | query | string | true | Filformattet |
| outputEpsg | query | integer(int32) | true | Hvilken EPSG kode geometrierne i den/de brugerdefineret filer skal være i |
| title | query | string | true | Titel på datasættet |
| subtitle | query | string | false | Undertitel på datasættet |
Example responses
200 Response
"string"
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | string |
getSpecificCustomOrder
Code samples
GET https://api.dataforsyningen.dk/rest/download_manager/v1.0/custom-order/{orderId} HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Authorization: string
GET /custom-order/{orderId}
Specifik brugerdefineret download
Returnerer en specifik brugerdefineret ordre, for en bruger, der er blevet oprettet de sidste 7 dage
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | true | none |
| orderId | path | integer(int32) | true | none |
Example responses
200 Response
[
{
"orderId": 0,
"datasetName": "string",
"bbox": "string",
"bboxEpsg": 0,
"bboxArea": 0.1,
"fileReady": true,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": "string",
"outputEpsg": 0,
"title": "string",
"subtitle": "string",
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | Inline |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GetCustomOrderDto] | false | none | none |
| » orderId | integer(int32) | false | none | Id på ordren |
| » datasetName | string | false | none | Navnet på datasættet |
| » bbox | string | false | none | BBOX af området |
| » bboxEpsg | integer(int32) | false | none | Hvilken EPSG kode BBOX er i |
| » bboxArea | number(double) | false | none | Størrelsen på arealet af den angivet BBOX |
| » fileReady | boolean | false | none | none |
| » filePath | string | false | none | Stien til filen |
| » files | [FileDto] | false | none | Liste af filer |
| »» filename | string | false | none | Filnavnet |
| »» fileExists | boolean | false | none | Om filen eksisterer |
| »» fileSize | integer(int64) | false | none | Filstørrelsen |
| »» fileUrl | string | false | none | URL til at downloade filen |
| » fileFormat | string | false | none | Filformattet |
| » outputEpsg | integer(int32) | false | none | Hvilken EPSG kode geometrierne i den/de brugerdefineret filer skal være i |
| » title | string | false | none | Titel på datasættet |
| » subtitle | string | false | none | Undertitel på datasættet |
| » createdAt | string(date-time) | false | none | Hvornår er ordren oprettet |
| » expiresAt | string(date-time) | false | none | Hvornår er ordren udløber |
Liveliness/Readiness
ping
Code samples
GET https://api.dataforsyningen.dk/rest/download_manager/v1.0/ping HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /ping
ping
Liveliness/readiness probe.
Example responses
200 Response
"string"
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | string |
Schemas
FileDto
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| filename | string | false | Filnavnet |
| fileExists | boolean | false | Om filen eksisterer |
| fileSize | integer(int64) | false | Filstørrelsen |
| fileUrl | string | false | URL til at downloade filen |
PostOrderDto
{
"orderId": 0,
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| orderId | integer(int32) | false | Id på ordren |
| files | [FileDto] | false | Liste af filer |
GetOrderDto
{
"orderId": 0,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": 0,
"title": "string",
"subtitle": "string",
"epsg": 0,
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| orderId | integer(int32) | false | Id på ordren |
| filePath | string | false | Stien til filen |
| files | [FileDto] | false | none |
| fileFormat | integer(int32) | false | Filformattet |
| title | string | false | Titel på datasættet |
| subtitle | string | false | Undertitel på datasættet |
| epsg | integer(int32) | false | Hvilken EPSG kode geometrierne i filen/filerne er i |
| createdAt | string(date-time) | false | Hvornår er ordren oprettet |
| expiresAt | string(date-time) | false | Hvornår er ordren udløber |
GetCustomOrderDto
{
"orderId": 0,
"datasetName": "string",
"bbox": "string",
"bboxEpsg": 0,
"bboxArea": 0.1,
"fileReady": true,
"filePath": "string",
"files": [
{
"filename": "string",
"fileExists": true,
"fileSize": 0,
"fileUrl": "string"
}
],
"fileFormat": "string",
"outputEpsg": 0,
"title": "string",
"subtitle": "string",
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| orderId | integer(int32) | false | Id på ordren |
| datasetName | string | false | Navnet på datasættet |
| bbox | string | false | BBOX af området |
| bboxEpsg | integer(int32) | false | Hvilken EPSG kode BBOX er i |
| bboxArea | number(double) | false | Størrelsen på arealet af den angivet BBOX |
| fileReady | boolean | false | none |
| filePath | string | false | Stien til filen |
| files | [FileDto] | false | Liste af filer |
| fileFormat | string | false | Filformattet |
| outputEpsg | integer(int32) | false | Hvilken EPSG kode geometrierne i den/de brugerdefineret filer skal være i |
| title | string | false | Titel på datasættet |
| subtitle | string | false | Undertitel på datasættet |
| createdAt | string(date-time) | false | Hvornår er ordren oprettet |
| expiresAt | string(date-time) | false | Hvornår er ordren udløber |
FilDownloads v1.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Downloader en fil fra Dataforsyningen.
Man skal autentificere med en form for token. Der findes to slags tokens. En bearer-token, eller en bruger-token.
user-token: Har som udgangspunkt ikke en udløbsdato. Bliver oprettet af brugeren selv, efter man har logget ind på dataforsyningen.dk. Er en token på 32 tegn i karakter-sættet: 0-9a-f.
bearer-token: Gælder kun i 24 timer, og fås ved at logge ind på Dataforsyningen. Bliver brugt i frontenden på dataforsyningen.dk, og er ikke tiltænkt automatisering.
Base URLs:
Authentication
HTTP Authentication, scheme: bearer
API Key (APIKeyHeader)
- Parameter Name: token, in: header.
API Key (APIKeyQuery)
- Parameter Name: token, in: query.
Default
getFile
Code samples
GET https://api.dataforsyningen.dk/rest/fildownload/v1.0/{path} HTTP/1.1
Host: api.dataforsyningen.dk
bearertoken: string
GET /{path}
Download a file
Download a file
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| path | path | string | true | Path of file to download |
| bearertoken | header | string | true | Bearer token from login-session on Dataforsyningen.dk |
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful operation | None |
| 400 | Bad Request | Requesting directory in stead of file | None |
| 404 | Not Found | File not found | None |
| 405 | Method Not Allowed | Validation exception | None |
GSearch dokumentation
GSearch er et REST-api som udstiller forskellige endpoints til at søge i adresser, matrikelnumre og Danmarks Administrative Geografiske Inddeling og Danske Stednavne. API'et tilbyder funktionalitet, som kan implementeres i en brugerapplikation i form af et søgefelt med autocomplete/typeahead funktion. Der kan ses en demo af sådan en implementation her GSearch-UI. Hvordan GSearch-UI kan installeres som en NPM pakke, kan læses mere om på dets Github repository.
GSearch tekstsøgning håndterer typiske stave- og skrivevarianter og fonetiske ligheder i de navne der søges i, som fx Ågade/Aagade, Gl. Byvej/Gammel Byvej, Vester/Vestre, Ringkøbing/Ringkjøbing, Kathrine/Cathrine og lignende.
Generelt
Data opdateres på ugentligt (hver weekenden) eller daglig basis (hver nat).
Der er daglige opdateringer paa adresse, husnummer, matrikel_udgaaet, matrikel og navngivenvej,
Der er ugentlige opdateringer paa kommune, opstillingskreds, politikreds, postnummer, region, retskreds,
sogn og stednavn.
(Se også issue 92 )
Bemærk særligt at data fra DAR ikke har samme høje opdateringsfrekvens som i andre sammenhænge.
GSearch kan søge i de ressourcer listet nedenfor.
Datakilder for ressourcerne er de fire autoritative grunddataregistre: Danmarks Adresseregister (DAR), Danmarks Administrative Geografiske Inddeling (DAGI), Matriklen (MAT) og Danske Stednavne, som udstilles via Datafordeler.dk.
I hvert endpoint søges der efter bedst mulig match i et eller flere felter/attributter som følger:
- Adresse: Der søges i DAR adresse
- Husnummer: Der søges i DAR husnummer
- Kommune: Der søges i DAGI kommuneinddeling
- Matrikel: Der søges i MAT matrikelnummer
- Matrikel udgået: Der søges i MAT udgaaet matrikelnummer
- Navngiven vej: Der søges i DAR navngivenvej
- Opstillingskreds: Der søges i DAGI opstillingskreds
- Politikreds: Der søges i DAGI politikreds
- Postnummer: Der søges i DAGI postnummerinddeling
- Region: Der søges i DAGI regionsinddeling
- Retskreds: Der søges i DAGI retskreds
- Sogn: Der søges i DAGI sogneinddeling
- Stednavn: Der søges i danske stednavne
Følgende tegn i q parameteren bliver anset som mellemrum; -,(,),!
Request syntax
URL til GSearch er https://api.dataforsyningen.dk/rest/gsearch/v2.0/{resource}
Søgning: Den centrale inputparameter er q, der er en tekststreng som angiver hvad der skal søges efter.
Eksempel: Søges efter navngivne veje med lærke.
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/navngivenvej?q=Lærke HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Supplerende request parametre kan anvendes til at målrette søgningen hhv. begrænse antallet af svar i response:
Parametren limit begrænser det mulige antal svar i response. Maksimum er 100; default værdi er 10.
Eksempel: Søges efter navngivne veje med 'vinkel' og en limit=90.
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/navngivenvej?q=vinkel&limit=90 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Filter
Parametren filter angiver hvilken del af data-ressourcen, der søges i.
Filter skal defineres i syntaksen ECQL, som er en GeoServer extension af Open Geospatial
Consortiums https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html.
Et ECQL filterudtryk kan anvende værdier fra en eller flere af de attributter, der optræder i den pågældende
data-ressources retursvar, herunder geometrien i attributterne fx bbox og geometri.
NB Det er vigtigt at ECQL-udtrykket anvender fuld URL-encoding så f.eks ' encodes til %27, % encodes til %25
og at udtrykket er defineret som tekst.
Eksempel: Simpelt filter på husnummer: kommunekode '0461', dvs. Odense, bemærk brugen af %27 som erstatning for '
og %25 som erstatning for %.
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/husnummer?q=lærke&filter=kommunekode%20like%20%27%250461%25%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Brug af geometri som filter vil være relevant, når man ønsker at begrænse søgningen inden for en polygon, der fx kan repræsentere et kortudsnit i brugerapplikationen.
Det spatiale referencesystem i et geometrifilter skal angives i EPSG:25832 (ETRS89 UTM Zone 32).
Adresser og husnumre har ikke geometri i bbox, de har dog en ekstra vejpunkt_geometri udover geometri (indeholder
geometrien fra adgangspunkt_geometri), som begge kan anvendes i et geografisk filter.
Matrikel og matrikel udgået har hellere ikke geometri i bbox, men de har to ekstra centroid_x og centroid_y udover
geometri, som alle tre kan anvendes i et geografisk filter.
Eksempel: Filter med geometri (POLYGON) for stednavne inden for et område i Sønderjylland.
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=Benedikte&filter=INTERSECTS(geometri,POLYGON((515000.1%206074200.2,%20515000.3%206104200.4,%20555000.5%206104200.6,%20555000.7%206074200.8,%20515000.1%206074200.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Eksempel: Filter med geometri (BBOX) for stednavne inden for et område i Sønderjylland.
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=Benedikte&filter=BBOX(geometri,%20515000.1,6074200.2,%20555000.5,6104200.6,%20%27epsg:25832%27) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Response
Resultatet af en forespørgsel indeholder de forekomster, som matcher forespørgslen bedst muligt. Antallet af forekomster
begrænses af parameteren limit (se ovenfor). Response er formateret som JSON.
Indhold: Response indeholder altid det fundne objekts autoritative id samt en tekststreng visningstekst, der
fungerer som visuel repræsentation af objektet og som eksempelvis kan implementeres i en liste med søgeresultater,
efterhånden som brugeren føjer tegn til søgestrengen.
Objektgeometri: Objektgeometri er inkluderet i response som GeoJSON i referencesystemet EPSG:25832 (ETRS89 UTM Zone 32).
For adresse- og husnummer ressourcerne indeholder response geometrier i attributterne geometri (indeholder geometrien
fra adgangspunkt_geometri) og vejpunkt_geometri.
For matrikel og matrikel udgået indeholder response geomtrier i attributterne centroid_x, centroid_y og geometri.
Øvrige data-ressourcer har to sæt geometrier: bbox, der er en beregnet bounding box, og geometri der er
basisregisterets objektgeometri.
For DAGI-objekterne; Postnummer bliver returneret i skala 1:10.000 (referenceskala). Kommune, opstillingskreds, politikreds, region, retskreds, sogn returneres i skala 1:500.000 (generaliseret version).
Attributter i øvrigt: Det øvrige indhold af objekt-attributter i response afhænger i øvrigt af data-ressourcen, som det fremgår af eksemplerne herunder. Output for hver ressource er i øvrigt dokumenteret under schemas.
Hvis en request tager længere tid end 10 sekunder, bliver requesten afbrudt og returnerer en 504 Gateway Timeout.
Eksempler
adresse
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/adresse?q=flens HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'flens':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/adresse?limit=30&q=fle&filter=kommunekode%20like%20%27%250360%25%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'fle' med med limit=30 og filter på kommunekode '0360', dvs. Lolland Kommune:
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/adresse?limit=100&q=skanse&filter=INTERSECTS(vejpunkt_geometri,POLYGON((515000.1%206074200.2,%20515000.3%206104200.4,%20555000.5%206104200.6,%20555000.7%206074200.8,%20515000.1%206074200.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'skanse' med limit=100 og filter på vejpunkt_geometri - et område i Sønderjylland:
husnummer
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/husnummer?q=genvej HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'genvej':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/husnummer?limit=30&q=fl&filter=kommunekode%20like%20%27%250376%25%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'fl' med med limit=30 og filter på kommunekode '0376', dvs. Guldborgsund Kommune:
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/husnummer?limit=100&q=fjordbak&filter=INTERSECTS(geometri,POLYGON((615000.1%206049000.2,%20615000.3%206111000.4,%20735000.5%206111000.6,%20735000.7%206049000.8,%20615000.1%206049000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'fjordbak' med limit=100 og filter på geometri - Lolland-Falster:
kommune
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/kommune?q=a HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'a':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/kommune?q=a&filter=kommunekode%20like%20%27%250851%25%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'a' med filter på kommunekode '0851', dvs. Aalborg Kommune:
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/kommune?q=l&filter=INTERSECTS(geometri,POLYGON((615000.1%206049000.2%2C%20615000.3%206111000.4%2C%20735000.5%206111000.6%2C%20735000.7%206049000.8%2C%20615000.1%206049000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'l' med filter på geometri - Lolland-Falster:
matrikel
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=123ab HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '123ab':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=123ab&filter=ejerlavskode=%27130653%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '123ab' med filter på ejerlavskode '130653':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=9738473 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter bfenummer '9738473' :
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=u&filter=bfenummer=%276022115%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'a' med filter på bfenummer '1406344':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=2&filter=INTERSECTS(geometri,POLYGON((530000.1%206085450.2,%20530000.3%206092950.4,%20540000.5%206092950.6,%20540000.7%206085450.8,%20530000.1%206085450.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '2' med filter på geometri - Sønderjylland:
matrikel udgået
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=11a HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '11a':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=11a&filter=ejerlavskode=%2770854%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '11a' med filter på ejerlavskode '70854':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=5202120 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter bfebummer '5202120':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=e&filter=bfenummer=%275290287%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'e' med filter på bfenummer '5290287':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=1&filter=INTERSECTS(geometri,POLYGON((530000.1%206085450.2,%20530000.3%206092950.4,%20540000.5%206092950.6,%20540000.7%206085450.8,%20530000.1%206085450.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter '1' med filter på geometri - Sønderjylland:
navngivenvej
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/navngivenvej?limit=100&q=krin HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks-eksempel som søger efter 'krin' med limit=100 (>100 resultater):
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/navngivenvej?q=birk&filter=INTERSECTS(geometri,POLYGON((515000.1%206074200.2,%20515000.3%206104200.4,%20555000.5%206104200.6,%20555000.7%206074200.8,%20515000.1%206074200.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'birk' med filter på geometri - et område i Sønderjylland:
opstillingskreds
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/opstillingskreds?q=vest HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'vest':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/opstillingskreds?q=vest&filter=storkredsnummer=%276%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'vest' med filter på storkreds '6':
politikred
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/politikreds?q=vest HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'vest':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/politikreds?q=ø&filter=INTERSECTS(geometri,POLYGON((440000.1%206190000.2,%20440000.3%206410000.4,%20620000.5%206410000.6,%20620000.7%206190000.8,%20440000.1%206190000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'ø' med filter på geometri - Nørrejylland:
postnummer
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/postnummer?limit=60&q=b HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'b' og limit=60:
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/postnummer?q=mari HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'mari':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/postnummer?q=mari&filter=INTERSECTS(geometri,POLYGON((615000.1%206049000.2,%20615000.3%206111000.4,%20735000.5%206111000.6,%20735000.7%206049000.8,%20615000.1%206049000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'mar'og filter på geometri - Lolland-Falster:
region
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/region?q=mid HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'mid':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/region?q=regi HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'regi':
retskreds
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/retskreds?q=ros HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'ros':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/retskreds?q=a HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'a':
sogn
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/sogn?q=bis HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'bis:
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/sogn?q=skal HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'skal':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/sogn?q=r&filter=INTERSECTS(geometri,POLYGON((625000.1%206165000.2,%20625000.3%206215000.4,%20677000.5%206215000.6,%20677000.7%206165000.8,%20625000.1%206165000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'r' og med filter på geometri - Odsherred:
stednavn
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=kattebj HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'kattebj':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?limit=40&q=kratg HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'kratg':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=katte&filter=stednavn_type=%27bebyggelse%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'katte' og med filter på type af stednavn 'bebyggelse':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=katte&filter=stednavn_subtype=%27moseSump%27 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'katte' og med filter på type af stednavn 'moseSump':
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=steng&filter=INTERSECTS(geometri,POLYGON((625000.1%206165000.2,%20625000.3%206215000.4,%20677000.5%206215000.6,%20677000.7%206165000.8,%20625000.1%206165000.2))) HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
Syntaks eksempel som søger efter 'steng' og med filter på geometri - Odsherred:
Gsearch v2.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Base URLs:
Authentication
API Key (HeaderToken)
- Parameter Name: token, in: header.
API Key (QueryToken)
- Parameter Name: token, in: query.
Gsearch
adresse
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/adresse?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /adresse
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"doerbetegnelse": "string",
"etagebetegnelse": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"husnummer": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"kommunenavn": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejkode": "string",
"vejnavn": "string",
"vejpunkt_geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Adresse] | false | none | none |
| » doerbetegnelse | string | false | none | Dørbetegnelse for adresse |
| » etagebetegnelse | string | false | none | Etagebetegnelse for adresse |
| » geometri | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » husnummer | string | false | none | Husnummer på adresse |
| » id | string(uuid) | false | none | UUID på adresse |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil en adresse |
| » kommunenavn | string | false | none | Kommunenavn for adresse |
| » postnummer | string | false | none | Postnummer på adresse |
| » postnummernavn | string | false | none | Postnummernavn på adresse |
| » supplerendebynavn | string | false | none | Supplerende bynavn(e) for adresse |
| » vejkode | string | false | none | Vejkode for adresse |
| » vejnavn | string | false | none | Vejnavn for adresse |
| » vejpunkt_geometri | Geometry | false | none | none |
| » visningstekst | string | false | none | Fulde adresse |
husnummer
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/husnummer?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /husnummer
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"husnummertekst": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"kommunenavn": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejkode": "string",
"vejnavn": "string",
"vejpunkt_geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Husnummer] | false | none | none |
| » geometri | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » husnummertekst | string | false | none | Husnummertekst evt. med bogstavsbetegnelse |
| » id | string(uuid) | false | none | UUID på husnummer |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil et husnummer |
| » kommunenavn | string | false | none | Kommunenavn for husnummer |
| » postnummer | string | false | none | Postnummer på husnummer |
| » postnummernavn | string | false | none | Postnummernavn på husnummer |
| » supplerendebynavn | string | false | none | Supplerende bynavn(e) for husnummer |
| » vejkode | string | false | none | Vejkode for husnummer |
| » vejnavn | string | false | none | Vejnavn for husnummer |
| » vejpunkt_geometri | Geometry | false | none | none |
| » visningstekst | string | false | none | Adgangsadresse for husnummer |
kommune
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/kommune?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /kommune
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"kommunenavn": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Kommune] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode |
| » kommunenavn | string | false | none | Navn på kommune |
| » visningstekst | string | false | none | Præsentationsform for en kommune |
matrikel
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /matrikel
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bfenummer": 0,
"centroid_x": 0,
"centroid_y": 0,
"ejerlavskode": 0,
"ejerlavsnavn": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"jordstykke_id": 0,
"kommunekode": "string",
"kommunenavn": "string",
"matrikelnummer": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Matrikel] | false | none | none |
| » bfenummer | integer(int32) | false | none | BFE-nummer for matrikel |
| » centroid_x | number | false | none | Centroide X for matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| » centroid_y | number | false | none | Centroide Y for matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| » ejerlavskode | integer(int32) | false | none | Ejerlavskode for matrikel |
| » ejerlavsnavn | string | false | none | Ejerlavsnavn for matrikel |
| » geometri | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » jordstykke_id | integer(int32) | false | none | Jordstykke lokalid |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil matrikel |
| » kommunenavn | string | false | none | Kommunenavn for matrikel |
| » matrikelnummer | string | false | none | Matrikelnummer |
| » visningstekst | string | false | none | Præsentationsform for et matrikel |
matrikel_udgaaet
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/matrikel_udgaaet?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /matrikel_udgaaet
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bfenummer": 0,
"centroid_x": 0,
"centroid_y": 0,
"ejerlavskode": 0,
"ejerlavsnavn": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"jordstykke_id": 0,
"kommunekode": "string",
"kommunenavn": "string",
"matrikelnummer": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [MatrikelUdgaaet] | false | none | none |
| » bfenummer | integer(int32) | false | none | BFE-nummer for udgået matrikel |
| » centroid_x | number | false | none | Centroide X for udgået matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| » centroid_y | number | false | none | Centroide Y for udgået matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| » ejerlavskode | integer(int32) | false | none | Ejerlavskode for udgået matrikel |
| » ejerlavsnavn | string | false | none | Ejerlavsnavn for udgået matrikel |
| » geometri | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » jordstykke_id | integer(int32) | false | none | Jordstykke lokalid |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil udgået matrikel |
| » kommunenavn | string | false | none | Kommunenavn for udgået matrikel |
| » matrikelnummer | string | false | none | Matrikelnummer udgået |
| » visningstekst | string | false | none | Præsentationsform for et udgået matrikel |
navngivenvej
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/navngivenvej?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /navngivenvej
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejnavn": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Navngivenvej] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » id | string(uuid) | false | none | UUID på navngiven vej |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil navngiven vej |
| » postnummer | string | false | none | Postnummer(postnumre) for navngiven vej |
| » postnummernavn | string | false | none | Postnummernavn(e) for navngiven vej |
| » supplerendebynavn | string | false | none | Supplerende bynavn(e) for navngiven vej |
| » vejnavn | string | false | none | Navn på vej |
| » visningstekst | string | false | none | Præsentationsform for navngiven vej |
opstillingskreds
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/opstillingskreds?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /opstillingskreds
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"opstillingskredsnavn": "string",
"opstillingskredsnummer": 0,
"storkredsnavn": "string",
"storkredsnummer": 0,
"valgkredsnummer": 0,
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Opstillingskreds] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil opstillingskredsen |
| » opstillingskredsnavn | string | false | none | Navn på opstillingskreds |
| » opstillingskredsnummer | integer(int32) | false | none | Opstillingskredsnummer |
| » storkredsnavn | string | false | none | Storkredsens unikke navn |
| » storkredsnummer | integer(int32) | false | none | Unik nummer for storkreds, som opstillingskredsen tilhører |
| » valgkredsnummer | integer(int32) | false | none | Unik nummer indenfor storkredsen |
| » visningstekst | string | false | none | Præsentationsform for en opstillingskreds |
politikreds
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/politikreds?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /politikreds
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"myndighedskode": "string",
"navn": "string",
"politikredsnummer": 0,
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Politikreds] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil politikreds |
| » myndighedskode | string | false | none | Politikredsens myndighedskode. Er unik for hver politikreds. 4 cifre. |
| » navn | string | false | none | Navn på politikreds |
| » politikredsnummer | integer(int32) | false | none | Politikredsnummer |
| » visningstekst | string | false | none | Præsentationsform for en politikreds |
postnummer
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/postnummer?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /postnummer
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"gadepostnummer": true,
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"postnummer": "string",
"postnummernavn": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Postnummer] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » gadepostnummer | boolean | false | none | Om postnummeret kun dækker en gade |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil postnummeret |
| » postnummer | string | false | none | Postnummer |
| » postnummernavn | string | false | none | Navn på postnummernavn |
| » visningstekst | string | false | none | Præsentationsform for et postnummernavn |
region
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/region?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /region
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"regionskode": "string",
"regionsnavn": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Region] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil region |
| » regionskode | string | false | none | Regionskode |
| » regionsnavn | string | false | none | Navn på region |
| » visningstekst | string | false | none | Præsentationsform for en region |
retskreds
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/retskreds?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /retskreds
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"myndighedskode": "string",
"retkredsnavn": "string",
"retskredsnummer": 0,
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Retskreds] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil retskredsen |
| » myndighedskode | string | false | none | Retskredsens myndighedskode. Er unik for hver retskreds. 4 cifre. |
| » retkredsnavn | string | false | none | Navn på retskreds |
| » retskredsnummer | integer(int32) | false | none | Retskredsnummer |
| » visningstekst | string | false | none | Præsentationsform for en retskreds |
sogn
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/sogn?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /sogn
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"sognekode": "string",
"sognenavn": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Sogn] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil sogn |
| » sognekode | string | false | none | Sognekode |
| » sognenavn | string | false | none | Navn på sogn |
| » visningstekst | string | false | none | Præsentationsform for et sogn |
stednavn
Code samples
GET https://api.dataforsyningen.dk/rest/gsearch/v2.0/stednavn?q=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /stednavn
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| q | query | string | true | Søgestreng |
| filter | query | string | false | Angives med ECQL-text. Er kun kompatibelt med én resource angivet i requesten. Mulige atribut filtreringer er forskellige fra resource til resource. Se de mulige atribut filteringer i 'Schemas'. ECQL Dokumentation: https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-expr. Vejledning ECQL: https://docs.geoserver.org/stable/en/user/tutorials/cql/cql_tutorial.html |
| limit | query | integer(int32) | false | Maksantallet af returneret data elementer. Maks = 100 |
| srid | query | integer(int32) | false | Koordinatsystem for returnerede geometrier som ESPG kode Default: 25832. Tilladte koder: 2196, 2197, 2198, 3857, 4093, 4094, 4095, 4096, 4326, 25832, 25833 |
Example responses
200 Response
[
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"skrivemaade": "string",
"skrivemaade_officiel": "string",
"skrivemaade_uofficiel": "string",
"stednavn_subtype": "string",
"stednavn_type": "string",
"visningstekst": "string"
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [Stednavn] | false | none | none |
| » bbox | Geometry | false | none | none |
| »» area | number(double) | false | none | none |
| »» boundary | Geometry | false | none | none |
| »» boundaryDimension | integer(int32) | false | none | none |
| »» centroid | Point | false | none | none |
| »»» area | number(double) | false | none | none |
| »»» boundary | Geometry | false | none | none |
| »»» boundaryDimension | integer(int32) | false | none | none |
| »»» centroid | Point | false | none | none |
| »»» coordinate | Coordinate | false | none | none |
| »»»» coordinate | Coordinate | false | none | none |
| »»»» m | number(double) | false | none | none |
| »»»» valid | boolean | false | none | none |
| »»»» x | number(double) | false | none | none |
| »»»» y | number(double) | false | none | none |
| »»»» z | number(double) | false | none | none |
| »»» coordinateSequence | CoordinateSequence | false | none | none |
| »»»» dimension | integer(int32) | false | none | none |
| »»»» measures | integer(int32) | false | none | none |
| »»» coordinates | [Coordinate] | false | none | none |
| »»» dimension | integer(int32) | false | none | none |
| »»» empty | boolean | false | none | none |
| »»» envelope | any | false | none | none |
| »»» envelopeInternal | Envelope | false | none | none |
| »»»» area | number(double) | false | none | none |
| »»»» diameter | number(double) | false | none | none |
| »»»» height | number(double) | false | none | none |
| »»»» maxX | number(double) | false | none | none |
| »»»» maxY | number(double) | false | none | none |
| »»»» minX | number(double) | false | none | none |
| »»»» minY | number(double) | false | none | none |
| »»»» null | boolean | false | none | none |
| »»»» width | number(double) | false | none | none |
| »»» factory | GeometryFactory | false | none | none |
| »»»» coordinateSequenceFactory | any | false | none | none |
| »»»» precisionModel | PrecisionModel | false | none | none |
| »»»»» floating | boolean | false | none | none |
| »»»»» maximumSignificantDigits | integer(int32) | false | none | none |
| »»»»» offsetX | number(double) | false | none | none |
| »»»»» offsetY | number(double) | false | none | none |
| »»»»» scale | number(double) | false | none | none |
| »»»»» type | any | false | none | none |
| »»»» srid | integer(int32) | false | none | none |
| »»» geometryType | string | false | none | none |
| »»» interiorPoint | any | false | none | none |
| »»» length | number(double) | false | none | none |
| »»» numGeometries | integer(int32) | false | none | none |
| »»» numPoints | integer(int32) | false | none | none |
| »»» precisionModel | PrecisionModel | false | none | none |
| »»» rectangle | boolean | false | none | none |
| »»» simple | boolean | false | none | none |
| »»» srid | integer(int32) | false | none | none |
| »»» userData | any | false | none | none |
| »»» valid | boolean | false | none | none |
| »»» x | number(double) | false | none | none |
| »»» y | number(double) | false | none | none |
| »» coordinate | Coordinate | false | none | none |
| »» coordinates | [Coordinate] | false | none | none |
| »» dimension | integer(int32) | false | none | none |
| »» empty | boolean | false | none | none |
| »» envelope | Geometry | false | none | none |
| »» envelopeInternal | Envelope | false | none | none |
| »» factory | GeometryFactory | false | none | none |
| »» geometryType | string | false | none | none |
| »» interiorPoint | Point | false | none | none |
| »» length | number(double) | false | none | none |
| »» numGeometries | integer(int32) | false | none | none |
| »» numPoints | integer(int32) | false | none | none |
| »» precisionModel | PrecisionModel | false | none | none |
| »» rectangle | boolean | false | none | none |
| »» simple | boolean | false | none | none |
| »» srid | integer(int32) | false | none | none |
| »» userData | any | false | none | none |
| »» valid | boolean | false | none | none |
| » geometri | Geometry | false | none | none |
| » id | string(uuid) | false | none | UUID for stednavn |
| » kommunekode | string | false | none | Kommunekode(r) for kommune(r) der ligger i eller optil stednavn |
| » skrivemaade | string | false | none | Skrivemåde for stednavn |
| » skrivemaade_officiel | string | false | none | Officiel skrivemåde for stednavn |
| » skrivemaade_uofficiel | string | false | none | Uofficiel skrivemåde for stednavn |
| » stednavn_subtype | string | false | none | Topografitype på stednavn |
| » stednavn_type | string | false | none | Featuretype på stednavn |
| » visningstekst | string | false | none | Præsentationsform for et stednavn |
Schemas
Adresse
{
"doerbetegnelse": "string",
"etagebetegnelse": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"husnummer": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"kommunenavn": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejkode": "string",
"vejnavn": "string",
"vejpunkt_geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| doerbetegnelse | string | false | Dørbetegnelse for adresse |
| etagebetegnelse | string | false | Etagebetegnelse for adresse |
| geometri | Geometry | false | Geometri for adgangspunkt i den valgte EPSG kode, default EPSG:25832 |
| husnummer | string | false | Husnummer på adresse |
| id | string(uuid) | false | UUID på adresse |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil en adresse |
| kommunenavn | string | false | Kommunenavn for adresse |
| postnummer | string | false | Postnummer på adresse |
| postnummernavn | string | false | Postnummernavn på adresse |
| supplerendebynavn | string | false | Supplerende bynavn(e) for adresse |
| vejkode | string | false | Vejkode for adresse |
| vejnavn | string | false | Vejnavn for adresse |
| vejpunkt_geometri | Geometry | false | Geometri for vejpunkt i den valgte EPSG kode, default EPSG:25832 |
| visningstekst | string | false | Fulde adresse |
Coordinate
{
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| coordinate | Coordinate | false | none |
| m | number(double) | false | none |
| valid | boolean | false | none |
| x | number(double) | false | none |
| y | number(double) | false | none |
| z | number(double) | false | none |
CoordinateSequence
{
"dimension": 0,
"measures": 0
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| dimension | integer(int32) | false | none |
| measures | integer(int32) | false | none |
CoordinateSequenceFactory
null
Properties
None
Envelope
{
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| area | number(double) | false | none |
| diameter | number(double) | false | none |
| height | number(double) | false | none |
| maxX | number(double) | false | none |
| maxY | number(double) | false | none |
| minX | number(double) | false | none |
| minY | number(double) | false | none |
| null | boolean | false | none |
| width | number(double) | false | none |
Geometry
{
"area": 0.1,
"boundary": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| area | number(double) | false | none |
| boundary | Geometry | false | none |
| boundaryDimension | integer(int32) | false | none |
| centroid | Point | false | none |
| coordinate | Coordinate | false | none |
| coordinates | [Coordinate] | false | none |
| dimension | integer(int32) | false | none |
| empty | boolean | false | none |
| envelope | Geometry | false | none |
| envelopeInternal | Envelope | false | none |
| factory | GeometryFactory | false | none |
| geometryType | string | false | none |
| interiorPoint | Point | false | none |
| length | number(double) | false | none |
| numGeometries | integer(int32) | false | none |
| numPoints | integer(int32) | false | none |
| precisionModel | PrecisionModel | false | none |
| rectangle | boolean | false | none |
| simple | boolean | false | none |
| srid | integer(int32) | false | none |
| userData | any | false | none |
| valid | boolean | false | none |
GeometryFactory
{
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| coordinateSequenceFactory | CoordinateSequenceFactory | false | none |
| precisionModel | PrecisionModel | false | none |
| srid | integer(int32) | false | none |
Husnummer
{
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"husnummertekst": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"kommunenavn": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejkode": "string",
"vejnavn": "string",
"vejpunkt_geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| geometri | Geometry | false | Geometri for adgangspunkt i den valgte EPSG kode, default EPSG:25832 |
| husnummertekst | string | false | Husnummertekst evt. med bogstavsbetegnelse |
| id | string(uuid) | false | UUID på husnummer |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil et husnummer |
| kommunenavn | string | false | Kommunenavn for husnummer |
| postnummer | string | false | Postnummer på husnummer |
| postnummernavn | string | false | Postnummernavn på husnummer |
| supplerendebynavn | string | false | Supplerende bynavn(e) for husnummer |
| vejkode | string | false | Vejkode for husnummer |
| vejnavn | string | false | Vejnavn for husnummer |
| vejpunkt_geometri | Geometry | false | Geometri for vejpunkt i den valgte EPSG kode, default EPSG:25832 |
| visningstekst | string | false | Adgangsadresse for husnummer |
Kommune
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"kommunenavn": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode |
| kommunenavn | string | false | Navn på kommune |
| visningstekst | string | false | Præsentationsform for en kommune |
Matrikel
{
"bfenummer": 0,
"centroid_x": 0,
"centroid_y": 0,
"ejerlavskode": 0,
"ejerlavsnavn": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"jordstykke_id": 0,
"kommunekode": "string",
"kommunenavn": "string",
"matrikelnummer": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bfenummer | integer(int32) | false | BFE-nummer for matrikel |
| centroid_x | number | false | Centroide X for matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| centroid_y | number | false | Centroide Y for matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| ejerlavskode | integer(int32) | false | Ejerlavskode for matrikel |
| ejerlavsnavn | string | false | Ejerlavsnavn for matrikel |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| jordstykke_id | integer(int32) | false | Jordstykke lokalid |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil matrikel |
| kommunenavn | string | false | Kommunenavn for matrikel |
| matrikelnummer | string | false | Matrikelnummer |
| visningstekst | string | false | Præsentationsform for et matrikel |
MatrikelUdgaaet
{
"bfenummer": 0,
"centroid_x": 0,
"centroid_y": 0,
"ejerlavskode": 0,
"ejerlavsnavn": "string",
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"jordstykke_id": 0,
"kommunekode": "string",
"kommunenavn": "string",
"matrikelnummer": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bfenummer | integer(int32) | false | BFE-nummer for udgået matrikel |
| centroid_x | number | false | Centroide X for udgået matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| centroid_y | number | false | Centroide Y for udgået matriklens geometri i den valgte EPSG kode, default EPSG:25832 |
| ejerlavskode | integer(int32) | false | Ejerlavskode for udgået matrikel |
| ejerlavsnavn | string | false | Ejerlavsnavn for udgået matrikel |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| jordstykke_id | integer(int32) | false | Jordstykke lokalid |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil udgået matrikel |
| kommunenavn | string | false | Kommunenavn for udgået matrikel |
| matrikelnummer | string | false | Matrikelnummer udgået |
| visningstekst | string | false | Præsentationsform for et udgået matrikel |
Navngivenvej
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"postnummer": "string",
"postnummernavn": "string",
"supplerendebynavn": "string",
"vejnavn": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri for navngivne vej i den valgte EPSG kode, default EPSG:25832 |
| id | string(uuid) | false | UUID på navngiven vej |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil navngiven vej |
| postnummer | string | false | Postnummer(postnumre) for navngiven vej |
| postnummernavn | string | false | Postnummernavn(e) for navngiven vej |
| supplerendebynavn | string | false | Supplerende bynavn(e) for navngiven vej |
| vejnavn | string | false | Navn på vej |
| visningstekst | string | false | Præsentationsform for navngiven vej |
Opstillingskreds
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"opstillingskredsnavn": "string",
"opstillingskredsnummer": 0,
"storkredsnavn": "string",
"storkredsnummer": 0,
"valgkredsnummer": 0,
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil opstillingskredsen |
| opstillingskredsnavn | string | false | Navn på opstillingskreds |
| opstillingskredsnummer | integer(int32) | false | Opstillingskredsnummer |
| storkredsnavn | string | false | Storkredsens unikke navn |
| storkredsnummer | integer(int32) | false | Unik nummer for storkreds, som opstillingskredsen tilhører |
| valgkredsnummer | integer(int32) | false | Unik nummer indenfor storkredsen |
| visningstekst | string | false | Præsentationsform for en opstillingskreds |
Point
{
"area": 0.1,
"boundary": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| area | number(double) | false | none |
| boundary | Geometry | false | none |
| boundaryDimension | integer(int32) | false | none |
| centroid | Point | false | none |
| coordinate | Coordinate | false | none |
| coordinateSequence | CoordinateSequence | false | none |
| coordinates | [Coordinate] | false | none |
| dimension | integer(int32) | false | none |
| empty | boolean | false | none |
| envelope | any | false | none |
| envelopeInternal | Envelope | false | none |
| factory | GeometryFactory | false | none |
| geometryType | string | false | none |
| interiorPoint | any | false | none |
| length | number(double) | false | none |
| numGeometries | integer(int32) | false | none |
| numPoints | integer(int32) | false | none |
| precisionModel | PrecisionModel | false | none |
| rectangle | boolean | false | none |
| simple | boolean | false | none |
| srid | integer(int32) | false | none |
| userData | any | false | none |
| valid | boolean | false | none |
| x | number(double) | false | none |
| y | number(double) | false | none |
Politikreds
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"myndighedskode": "string",
"navn": "string",
"politikredsnummer": 0,
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil politikreds |
| myndighedskode | string | false | Politikredsens myndighedskode. Er unik for hver politikreds. 4 cifre. |
| navn | string | false | Navn på politikreds |
| politikredsnummer | integer(int32) | false | Politikredsnummer |
| visningstekst | string | false | Præsentationsform for en politikreds |
Postnummer
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"gadepostnummer": true,
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"postnummer": "string",
"postnummernavn": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| gadepostnummer | boolean | false | Om postnummeret kun dækker en gade |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil postnummeret |
| postnummer | string | false | Postnummer |
| postnummernavn | string | false | Navn på postnummernavn |
| visningstekst | string | false | Præsentationsform for et postnummernavn |
PrecisionModel
{
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| floating | boolean | false | none |
| maximumSignificantDigits | integer(int32) | false | none |
| offsetX | number(double) | false | none |
| offsetY | number(double) | false | none |
| scale | number(double) | false | none |
| type | Type | false | none |
Region
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"regionskode": "string",
"regionsnavn": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil region |
| regionskode | string | false | Regionskode |
| regionsnavn | string | false | Navn på region |
| visningstekst | string | false | Præsentationsform for en region |
Retskreds
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"myndighedskode": "string",
"retkredsnavn": "string",
"retskredsnummer": 0,
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil retskredsen |
| myndighedskode | string | false | Retskredsens myndighedskode. Er unik for hver retskreds. 4 cifre. |
| retkredsnavn | string | false | Navn på retskreds |
| retskredsnummer | integer(int32) | false | Retskredsnummer |
| visningstekst | string | false | Præsentationsform for en retskreds |
Sogn
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"kommunekode": "string",
"sognekode": "string",
"sognenavn": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil sogn |
| sognekode | string | false | Sognekode |
| sognenavn | string | false | Navn på sogn |
| visningstekst | string | false | Præsentationsform for et sogn |
Stednavn
{
"bbox": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"geometri": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": {},
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": {
"area": 0.1,
"boundary": {},
"boundaryDimension": 0,
"centroid": {},
"coordinate": {
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
},
"coordinateSequence": {
"dimension": 0,
"measures": 0
},
"coordinates": [
{
"coordinate": {},
"m": 0.1,
"valid": true,
"x": 0.1,
"y": 0.1,
"z": 0.1
}
],
"dimension": 0,
"empty": true,
"envelope": null,
"envelopeInternal": {
"area": 0.1,
"diameter": 0.1,
"height": 0.1,
"maxX": 0.1,
"maxY": 0.1,
"minX": 0.1,
"minY": 0.1,
"null": true,
"width": 0.1
},
"factory": {
"coordinateSequenceFactory": null,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"srid": 0
},
"geometryType": "string",
"interiorPoint": null,
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true,
"x": 0.1,
"y": 0.1
},
"length": 0.1,
"numGeometries": 0,
"numPoints": 0,
"precisionModel": {
"floating": true,
"maximumSignificantDigits": 0,
"offsetX": 0.1,
"offsetY": 0.1,
"scale": 0.1,
"type": null
},
"rectangle": true,
"simple": true,
"srid": 0,
"userData": null,
"valid": true
},
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"kommunekode": "string",
"skrivemaade": "string",
"skrivemaade_officiel": "string",
"skrivemaade_uofficiel": "string",
"stednavn_subtype": "string",
"stednavn_type": "string",
"visningstekst": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | Geometry | false | Geometriens boundingbox i den valgte EPSG kode, default EPSG:25832 |
| geometri | Geometry | false | Geometri i den valgte EPSG kode, default EPSG:25832 |
| id | string(uuid) | false | UUID for stednavn |
| kommunekode | string | false | Kommunekode(r) for kommune(r) der ligger i eller optil stednavn |
| skrivemaade | string | false | Skrivemåde for stednavn |
| skrivemaade_officiel | string | false | Officiel skrivemåde for stednavn |
| skrivemaade_uofficiel | string | false | Uofficiel skrivemåde for stednavn |
| stednavn_subtype | string | false | Topografitype på stednavn |
| stednavn_type | string | false | Featuretype på stednavn |
| visningstekst | string | false | Præsentationsform for et stednavn |
Type
null
Properties
None
Hydrometry GraphQL API
Udstiller vanda, sea_level statistics, stream_discharge statistics og SaV ved brug af GraphQL.
Forespørgslerne kan sammensætte data fra flere typer via typernes relationer.
Forespørgslerne understøtter filtrering via parameteren where
med de operationer Hasura stiller til rådighed.
Mange spatiale prædikater fra Simple Features Specification understøttes. Geometrier angives i geoJSON. Se Hasura API referencen.
I et interaktivt miljø kan forespørgsler opbygges og afprøves med kontekstafhængig hjælp og skemadokumentation.
Service endpoint
Man kan kun bruge HTTP POST og husk at bruge token i header, som nævnt Authentication - Login med Token.
HTTP request template
POST https://api.dataforsyningen.dk/graphql/hydrometry HTTP/2
token: {{token}}
accept: application/json
content-type: application/json
content-length: <size-of-body>
{
"query": "<your-GraphQL-query>"
}
Sea Level Statistics
Udstiller 30 års statistikker for sea level med følgende queries:
- seaLevelStatisticsAnnual
- seaLevelStatisticsDaily
- seaLevelStatisticsExtremeEvents
- seaLevelStatisticsMonthly
- seaLevelStatisticsSeasonal
- seaLevelStatisticsStation
Eksempler
Stationer der har measurements for geografisk område
query GetSeaLevelStation {
seaLevelStatisticsStation(where: {geometry: {_stWithin: {
type: "Polygon",
coordinates: [[
[550000, 6100000],
[625000, 6100000],
[625000, 6200000],
[550000, 6200000],
[550000, 6100000]
]],
crs: {
type: "name",
properties: {
name: "urn:ogc:def:crs:EPSG::25832"
}
}}}}) {
stationId
geometry
name
}
}
Response
{
"data": {
"seaLevelStatisticsStation": [
{
"stationId": "28233",
"geometry": {
"type": "Point",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG::25832"
}
},
"coordinates": [
616012.3014,
6128361.0418
]
},
"name": "Slipshavn"
},
{
"stationId": "9020402",
"geometry": {
"type": "Point",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG::25832"
}
},
"coordinates": [
605311.1936,
6146218.3816
]
},
"name": "Kerteminde Havn II"
}
]
}
}
Sæsonstatistikker for en bestemt station
query GetSeaLevelStatisticsSeasonal {
seaLevelStatisticsSeasonal(where: {stationId: {_eq: "31573"}}) {
season
p1
p5
p10
p25
p50
p75
p90
p95
p99
max
avg
min
stdDev
}
}
Response
{
"data": {
"seaLevelStatisticsSeasonal": [
{
"season": "autumn",
"p1": -62,
"p5": -35,
"p10": -22,
"p25": -6,
"p50": 10,
"p75": 24,
"p90": 38,
"p95": 48,
"p99": 72,
"max": 152,
"avg": 8.7,
"min": -142,
"stdDev": 25.6
},
{
"season": "winter",
"p1": -76,
"p5": -43,
"p10": -30,
"p25": -12,
"p50": 6,
"p75": 23,
"p90": 40,
"p95": 50,
"p99": 78,
"max": 168,
"avg": 5.2,
"min": -199,
"stdDev": 29.4
},
{
"season": "spring",
"p1": -47,
"p5": -28,
"p10": -20,
"p25": -10,
"p50": 2,
"p75": 14,
"p90": 27,
"p95": 36,
"p99": 58,
"max": 121,
"avg": 2.8,
"min": -106,
"stdDev": 20.1
},
{
"season": "summer",
"p1": -33,
"p5": -17,
"p10": -10,
"p25": -1,
"p50": 9,
"p75": 19,
"p90": 27,
"p95": 32,
"p99": 43,
"max": 99,
"avg": 8.5,
"min": -103,
"stdDev": 15.5
}
]
}
}
Stream Discharge Statistics
Udstiller 30 års statistikker for stream discharge med følgende queries:
- streamDischargeStatisticsAnnual
- streamDischargeStatisticsMonthly
- streamDischargeStatisticsSeasonal
Eksempler
Stationer der har measurements i bestemt geometri, for statistisks periode 1990-2019 i april
{
streamDischargeStatisticsMonthly(where: {statisticalPeriod: {_eq: "1990-2019"}, month: {_eq: "april"}, station: {geometry: {_stWithin: {
type: "Polygon",
coordinates: [[
[550000, 6100000],
[625000, 6100000],
[625000, 6200000],
[550000, 6200000],
[550000, 6100000]
]],
crs: {
type: "name",
properties: {
name: "urn:ogc:def:crs:EPSG::25832"
}
}
}}}}) {
numberOfObservations
month
stationId
avg
catchmentArea
max
min
p1
p10
p25
p5
p50
p75
p90
p95
p99
stdDev
}
}
Response
{
"data": {
"streamDischargeStatisticsMonthly": [
{
"numberOfObservations": 900,
"month": "april",
"stationId": "48000402",
"avg": 1.047804536,
"catchmentArea": 128.19,
"max": 2.3503847122,
"min": 0.3267929852,
"p1": 0.3782615066,
"p10": 0.5682668686,
"p25": 0.7010739744,
"p5": 0.4785818905,
"p50": 0.9430520236,
"p75": 1.3413719535,
"p90": 1.6866272688,
"p95": 1.8279815316,
"p99": 2.0631172657,
"stdDev": 0.424130534
},
{
"numberObservations": 900,
"month": "april",
"stationId": "48000404",
"avg": 0.2229677849,
"catchmentArea": 36.31,
"max": 1.0454039574,
"min": 0.0669939369,
"p1": 0.0715534016,
"p10": 0.096129749,
"p25": 0.1277527735,
"p5": 0.083463002,
"p50": 0.1777663827,
"p75": 0.2809323221,
"p90": 0.4039415717,
"p95": 0.5050423145,
"p99": 0.7599340677,
"stdDev": 0.1409283915
}
]
}
}
Stationer der har measurements for bestemt statistisks periode 1990-2019 for vinter
{
streamDischargeStatisticsSeasonal(where: {statisticalPeriod: {_eq: "1990-2019"}, season: {_eq: "winter"}}) {
season
stationId
avg
catchmentArea
}
}
Response
{
"data": {
"streamDischargeStatisticsSeasonal": [
{
"season": "winter",
"stationId": "21006870",
"avg": 0.1205391126,
"catchmentArea": 3.14
},
{
"season": "winter",
"stationId": "21006871",
"avg": 3.9111642163,
"catchmentArea": 230.13
}
]
}
}
Stationer for statistisk periode 1990-2019 med collected stats
query {
streamDischargeStatisticsAnnual(where: {statisticalPeriod: {_eq: "1990-2019"}}) {
stationId
avg
catchmentArea
t100
t100Lower
t100Upper
t20Upper
p1
year
}
}
Response
{
"data": {
"streamDischargeStatisticsAnnual": [
{
"stationId": "29000561",
"avg": 1.1631619701,
"catchmentArea": 97.64,
"t100": 7.2227540395,
"t100lower": 6.6269021192,
"t100upper": 7.8186059597,
"t20upper": 7.1898334874,
"p1": 0.3027561605
},
{
"stationId": null,
"avg": 2.1186654774,
"catchmentArea": 130.98,
"t100": 9.0633596905,
"t100Lower": 7.9408302328,
"t100Upper": 10.185889148,
"t20Upper": 8.971943033,
"p1": 0.945900023
}
]
}
}
Vanda Hydrometry Data
Udstiller vores lokale data hentet fra DMP Dmp.Hydro.Api. Repoet der henter data fra DMP kan man se her vanda_hydrometry_data.
GraphQL strukturen for vanda er defineret i Hasura metadata, som gælder alle filer der starter med vanda_.
Der er også vigtige hjælpe funktioner i metadata som kan bruges i queries f.eks vanda_get_daily_means.
De originale PostgreSQL functioner er defineret i vanda_hydrometry_data/hydrometry.sql.
Eksempler
Stationer der har measurements for geografisk område
vandaStation(where: {measurements: {isCurrent: {_eq: true}, measurement_type: {examinationTypeSc: {_eq: 25}}, measurementDateTime: {_lte: "2024-01-01", _gte: "2023-06-01"}}, geometry: {_stWithin: {
type: "Polygon",
coordinates: [[
[550000, 6100000],
[625000, 6100000],
[625000, 6200000],
[550000, 6200000],
[550000, 6100000]
]],
crs: {
type: "name",
properties: {
name: "urn:ogc:def:crs:EPSG::25832"
}
}
}}}) {
stationId
geometry
name
}
Response
{
"data": {
"hydrometryStation": [
{
"stationId": "09001191",
"geometry": {
"type": "Point",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG::25832"
}
},
"coordinates": [
538840.2041,
6327794.4912
]
},
"name": "Nr. Økse Kanal, Ulvedybet/ Pumpestation Undvendig"
},
{
"stationId": "15001100",
"geometry": {
"type": "Point",
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:EPSG::25832"
}
},
"coordinates": [
544581.4986,
6274788.5337
]
},
"name": "Onsild Å, Os Motorvej"
}
]
}
}
Mean measurements
Det er muligt at få mean measurements for en bestemt tidsperiode – daily, monthly, seasonal and yearly – for en bestemt station.
Mean measurements for dates
{
vandaGetDailyMeans(args: {p_station_id: "70000498", p_examination_type_sc: 25, p_start_date: "2024-05-20", p_end_date: "2024-05-22"}) {
date
mean
}
}
Response
{
"data": {
"vandaGetDailyMeans": [
{
"date": "2024-05-20",
"mean": 708.579020979021
},
{
"date": "2024-05-21",
"mean": 707.6657342657343
},
{
"date": "2024-05-22",
"mean": 707.8
}
]
}
}
Mean measurements for months
{
vandaGetMonthlyMeans(args: {p_station_id: "70000498", p_examination_type_sc: 25, p_start_date: "2024-07-01", p_end_date: "2024-10-30"}) {
month
year
mean
}
}
Response
{
"data": {
"vandaGetMonthlyMeans": [
{
"month": 7,
"year": 2024,
"mean": 751.3290087463548
},
{
"month": 8,
"year": 2024,
"mean": 719.9696030729795
},
{
"month": 9,
"year": 2024,
"mean": 723.0327716727711
},
{
"month": 10,
"year": 2024,
"mean": 726.268575063613
}
]
}
}
Mean measurements for seasons
{
vandaGetSeasonalMeans(args: {p_station_id: "70000498", p_examination_type_sc: 25, p_start_date: "2019-07-01", p_end_date: "2020-12-31"}) {
seasonYear
season
mean
}
}
Response
{
"data": {
"vandaGetSeasonalMeans": [
{
"seasonYear": 2019,
"season": "autumn",
"mean": 745.7214742613472
},
{
"seasonYear": 2020,
"season": "winter",
"mean": 736.6208218864475
},
{
"seasonYear": 2020,
"season": "spring",
"mean": 710.4894814311592
},
{
"seasonYear": 2020,
"season": "summer",
"mean": 697.1732563405799
},
{
"seasonYear": 2020,
"season": "autumn",
"mean": 700.509076286762
},
{
"seasonYear": 2021,
"season": "winter",
"mean": 704.8167650121482
}
]
}
}
Mean measurements for year
{
vandaGetYearlyMeans(args: {p_station_id: "70000498", p_examination_type_sc: 25, p_start_date: "2020-05-20", p_end_date: "2024-05-30"}) {
year
mean
}
}
Response
{
"data": {
"vandaGetYearlyMeans": [
{
"year": 2020,
"mean": 699.7064577178692
},
{
"year": 2021,
"mean": 714.7026794628867
},
{
"year": 2022,
"mean": 716.2000456123019
},
{
"year": 2023,
"mean": 734.8605773837993
},
{
"year": 2024,
"mean": 746.9359037900908
}
]
}
}
SaV GraphQL
GraphQL eksempel: Sammensat opslag af vandføring på et givet tidspunkt på tværs af lokationer inden for en given polygon
{
hydrometryGaugelocation
(
where: {_and: [
{location: {_stWithin: {
type: "Polygon",
coordinates: [[[550000,6100000],[625000,6100000],[625000,6200000],[550000,6200000],[550000,6100000]]],
crs: {
type: "name",
properties: {name: "urn:ogc:def:crs:EPSG::25832"}
}
}}},
{series: {_and: [
{seriestype: {_and: [
{parm: {_eq: "DISCHARGE"}},
{processing: {_eq: "Calculated quality assured data (daily mean)"}}
]}},
{measurements:
{ts: {_eq: "2020-12-12T00:00+01:00"}}
}
]}}
]}
)
{
obsplaceno
location
series(where:
{seriestype: {_and: [
{parm: {_eq: "DISCHARGE"}},
{processing: {_eq: "Calculated quality assured data (daily mean)"}}
]}}
)
{
sid
seriestype
{
unit
}
measurements(where:
{ts: {_eq: "2020-12-12T00:00+01:00"}}
)
{
ts
val
}
}
}
}
Datamodel
De primære entiteter i tjenesten er serier af målinger. Hver serie er knyttet til en målestation, og seriernes karakteriserende attributter er samlet i serietyper.
I GraphQL skemaet er typernes navne skrevet med småt og foranstillet
hydrometry_.
GaugeLocation
GraphQL eksempel: Målestationer inden for en polygon
{
hydrometryGaugelocation
(
where: {location: {_stWithin: {
type: "Polygon",
coordinates: [[
[550000, 6100000],
[625000, 6100000],
[625000, 6200000],
[550000, 6200000],
[550000, 6100000]
]],
crs: {
type: "name",
properties: {name: "urn:ogc:def:crs:EPSG::25832"}
}
}}}
)
{
locid
location
ownerplaceno
obsplaceno
name
locality
owner
}
}
Målestationer findes i typen GaugeLocation. De er udstyret med et ID,
en geografisk lokation, forskellige alternative beskrivelser og ejerskab.
| Attribut | Type | Beskrivelse |
|---|---|---|
| locId | UUID | Unik identifikation, i MST's tjeneste kendt som locationId eller ejerLokId |
| location | geometry | Den geografiske lokation i UTM32-koordinater |
| ownerPlaceNo | 6 eller 8 cifre | Alternativ identifikation, i MST's tjeneste kendt som ejerStedNr |
| obsPlaceNo | 8 cifre | Alternativ identifikation, i MST's tjeneste kendt som obsStedNr |
| name | string | Navnet på vandløbet |
| locality | string | En beskrivelse af lokaliteten |
| owner | string | Målestationens ejer |
| series | [Series] | Opslag af tilknyttede entiteter i typen Series |
| dischargeStat | [DischargeStat] | Basal statistik for vandføring |
| dischargePercentiles | [DischargePercentiles] | Percentiler for vandføring |
| dischargeExtreme | [DischargeExtreme] | Ekstreme hændelser for vandføring |
SeriesType
GraphQL eksempel: Serietype med vandføring
{
hydrometrySeriestype(where: {parm: {_eq: "DISCHARGE"}})
{
stid
parm
unit
processing
}
}
Kategorisering af tidsserier.
| Attribut | Type | Beskrivelse |
|---|---|---|
| stid | small | Unik identifikation af serietype |
| parm | string | Den målte parameter, f.eks. DISCHARGE (vandføring) eller WATER LEVEL (vandstand) |
| unit | string | Måleenhed, f.eks. m eller m³/s |
| processing | string | En beskrivelse af hvordan (rå, beregnede) og hvor ofte (øjeblik, daglige) målingerne er tilvejebragt, afledt af MST's attributter serieType og vaerdiType |
Series
GraphQL eksempel: Tidsserier knyttet til en given lokation
{
hydrometrySeries
(
where: {locid: {_eq: "8c02a1f1-7a3c-41e4-9e72-63489aaea5f8"}}
)
{
sid
locid
stid
requester
assignment
}
}
Metadata om specifikke tidsserier. Målingerne knyttet til hver serie findes i den relaterede Measurement.
| Attribut | Type | Beskrivelse |
|---|---|---|
| sid | UUID | Unik identifikation af tidsserie, i MST's tjeneste kendt som tsid |
| locId | UUID | Reference til GaugeLocation |
| stid | small | Reference til SeriesType |
| requester | string | Rekvirent, sammensætning af rekvirentType og aktuelRekvirent fra MST's tjeneste |
| assignment | string | I MST's tjeneste kendt som tekniskAnvisning |
| seriestype | SeriesType | Opslag af tilknyttet entitet i typen SeriesType |
| measurements | [Measurement] | Opslag af tilknyttede entiteter i typen Measurement |
Measurement
GraphQL eksempel: Tidsserie i et givet tidsrum
{
hydrometryMeasurement
(
where: {_and: [
{sid: {_eq: "72a80f6f-6d13-4cf3-b9f3-7fed52974b0d"}},
{ts: {_gte: "2020-12-12T00:00+01:00"}},
{ts: {_lt: "2020-12-13T00:00+01:00"}}
]}
)
{
sid
ts
val
}
}
Målingerne i en tidsserie.
| Attribut | Type | Beskrivelse |
|---|---|---|
| sid | UUID | Reference til Series |
| ts | timestamp | Tidspunktet for målingen inkl. tidszone (tidszonen er UTC, ikke den originale måletidszone) |
| val | double | Den målte værdi af parm, jfr. SeriesType via tilknyttede Series |
Der kan returneres 100000 resultater i én forespørgsel. Ved opslag i tidsserier med øjebliksværdier bør der vælges et tidsrum på højst 2,5 år for at undgå grænsen.
Hydro Model v2.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Base URLs:
Authentication
API Key (HeaderToken)
- Parameter Name: token, in: header.
API Key (QueryToken)
- Parameter Name: token, in: query.
Hydrological Simulations
getStatisticStreamDischarge
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/statistics/stream/discharge?x=0.1&y=0.1 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /statistics/stream/discharge
Get model statistics for stream discharge, monthly, seasonal, and annual
Monthly, seasonal, and annual model statistics for stream discharge
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25832 |
| y | query | number(float) | true | y coordinate of point in EPSG:25832 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"monthly": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"seasonal": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"annual": {
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"extremes": {
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [StatisticDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for Stream Discharge |
| » monthly | [Statistic] | false | none | none |
| »» period | string | false | none | Time period for the statistical data |
| »» percentiles | Percentiles | false | none | none |
| »»» p1 | number(double) | false | none | 1st percentile |
| »»» p5 | number(double) | false | none | 5th percentile |
| »»» p10 | number(double) | false | none | 10th percentile |
| »»» p25 | number(double) | false | none | 25th percentile |
| »»» p50 | number(double) | false | none | 50th percentile |
| »»» p75 | number(double) | false | none | 75th percentile |
| »»» p90 | number(double) | false | none | 90th percentile |
| »»» p95 | number(double) | false | none | 95th percentile |
| »»» p99 | number(double) | false | none | 99th percentile |
| »» stdDev | number(double) | false | none | Standard deviation |
| »» min | number(double) | false | none | Minimum |
| »» max | number(double) | false | none | Maximum |
| »» mean | number(double) | false | none | Mean |
| » seasonal | [Statistic] | false | none | none |
| » annual | AnnualStatistics | false | none | none |
| »» period | string | false | none | Time period for the statistical data |
| »» percentiles | Percentiles | false | none | none |
| »» extremes | Extremes | false | none | none |
| »»» t2 | number(double) | false | none | 2nd quantile |
| »»» t5 | number(double) | false | none | 5th quantile |
| »»» t10 | number(double) | false | none | 10th quantile |
| »»» t20 | number(double) | false | none | 20th quantile |
| »»» t50 | number(double) | false | none | 50th quantile |
| »»» t100 | number(double) | false | none | 100th quantile |
| »» stdDev | number(double) | false | none | Standard deviation |
| »» min | number(double) | false | none | Minimum |
| »» max | number(double) | false | none | Maximum |
| »» mean | number(double) | false | none | Mean |
getStatisticShallowGroundwaterDepth
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/statistics/shallowgroundwater/depth?x=0.1&y=0.1 HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /statistics/shallowgroundwater/depth
Get model statistics for shallow groundwater depth, monthly, seasonal, and annual
Monthly, seasonal, and annual model statistics for shallow groundwater depth
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25832 |
| y | query | number(float) | true | y coordinate of point in EPSG:25832 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"monthly": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"seasonal": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"annual": {
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"extremes": {
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [StatisticDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for Stream Discharge |
| » monthly | [Statistic] | false | none | none |
| »» period | string | false | none | Time period for the statistical data |
| »» percentiles | Percentiles | false | none | none |
| »»» p1 | number(double) | false | none | 1st percentile |
| »»» p5 | number(double) | false | none | 5th percentile |
| »»» p10 | number(double) | false | none | 10th percentile |
| »»» p25 | number(double) | false | none | 25th percentile |
| »»» p50 | number(double) | false | none | 50th percentile |
| »»» p75 | number(double) | false | none | 75th percentile |
| »»» p90 | number(double) | false | none | 90th percentile |
| »»» p95 | number(double) | false | none | 95th percentile |
| »»» p99 | number(double) | false | none | 99th percentile |
| »» stdDev | number(double) | false | none | Standard deviation |
| »» min | number(double) | false | none | Minimum |
| »» max | number(double) | false | none | Maximum |
| »» mean | number(double) | false | none | Mean |
| » seasonal | [Statistic] | false | none | none |
| » annual | AnnualStatistics | false | none | none |
| »» period | string | false | none | Time period for the statistical data |
| »» percentiles | Percentiles | false | none | none |
| »» extremes | Extremes | false | none | none |
| »»» t2 | number(double) | false | none | 2nd quantile |
| »»» t5 | number(double) | false | none | 5th quantile |
| »»» t10 | number(double) | false | none | 10th quantile |
| »»» t20 | number(double) | false | none | 20th quantile |
| »»» t50 | number(double) | false | none | 50th quantile |
| »»» t100 | number(double) | false | none | 100th quantile |
| »» stdDev | number(double) | false | none | Standard deviation |
| »» min | number(double) | false | none | Minimum |
| »» max | number(double) | false | none | Maximum |
| »» mean | number(double) | false | none | Mean |
getGraphStreamDischarge
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/stream/discharge/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/stream/discharge/day
Get hydrological model for stream discharge data, daily value
Stream discharge data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25832 |
| y | query | number(float) | true | y coordinate of point in EPSG:25832 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
getGraphShallowGroundwaterDepth
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/shallowgroundwater/depth/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/shallowgroundwater/depth/day
Get hydrological model for shallow groundwater, daily value
Shallow groundwater data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25832 |
| y | query | number(float) | true | y coordinate of point in EPSG:25832 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
Health check
healthcheck
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/healthcheck HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /healthcheck
health check
Checking health of the service.
Example responses
200 Response
{}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Inline |
Response Schema
Deficit Index
getDeficitIndexStreamDischargeDay
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/deficitindex/stream/discharge/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/deficitindex/stream/discharge/day
Get deficit index for stream discharge draught, daily value
Stream discharge draught data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25836 |
| y | query | number(float) | true | y coordinate of point in EPSG:25836 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
getDeficitIndexSmdi
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/deficitindex/soil/moisture/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/deficitindex/soil/moisture/day
*Get deficit index for soil moisture divided, daily values *
Soil moisture data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25836 |
| y | query | number(float) | true | y coordinate of point in EPSG:25836 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
getDeficitIndexSgdiTop
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/deficitindex/shallowgroundwater/depth/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/deficitindex/shallowgroundwater/depth/day
Get deficit index for shallow groundwater depth, daily value
Shallow groundwater depth data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25836 |
| y | query | number(float) | true | y coordinate of point in EPSG:25836 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
getSdgiDeep
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v2/graph/deficitindex/deepgroundwater/depth/day?x=0.1&y=0.1&startDate=2019-08-24T14%3A15%3A22Z&endDate=2019-08-24T14%3A15%3A22Z HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /graph/deficitindex/deepgroundwater/depth/day
Get deficit index for deep groundwater depth, daily value
Deep groundwater depth data returned as two separate lists: one for dates and one for values
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| x | query | number(float) | true | x coordinate of point in EPSG:25836 |
| y | query | number(float) | true | y coordinate of point in ESPG:28536 |
| startDate | query | string(date-time) | true | Start date and time in ISO 8601 |
| endDate | query | string(date-time) | true | End date and time in ISO 8601 |
Example responses
200 Response
[
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
]
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Operation | Inline |
| 401 | Unauthorized | Authentication Failure | None |
| 404 | Not Found | Not found | None |
Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| anonymous | [GraphDto] | false | none | none |
| » geometry | string | false | none | Reference geometry for data |
| » name | string | false | none | Calculation point for stream discharge and shallow groundwater otherwise null |
| » dataset | string | false | none | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| » interval | string | false | none | Time range for calculated data |
| » modelId | integer(int32) | false | none | Internal use between GEUS and KDS |
| » dateTimes | [string] | false | none | none |
| » values | [number] | false | none | none |
Schemas
AnnualStatistics
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"extremes": {
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| period | string | false | Time period for the statistical data |
| percentiles | Percentiles | false | Percentiles data |
| extremes | Extremes | false | Extreme risk probability |
| stdDev | number(double) | false | Standard deviation |
| min | number(double) | false | Minimum |
| max | number(double) | false | Maximum |
| mean | number(double) | false | Mean |
Extremes
{
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| t2 | number(double) | false | 2nd quantile |
| t5 | number(double) | false | 5th quantile |
| t10 | number(double) | false | 10th quantile |
| t20 | number(double) | false | 20th quantile |
| t50 | number(double) | false | 50th quantile |
| t100 | number(double) | false | 100th quantile |
Percentiles
{
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| p1 | number(double) | false | 1st percentile |
| p5 | number(double) | false | 5th percentile |
| p10 | number(double) | false | 10th percentile |
| p25 | number(double) | false | 25th percentile |
| p50 | number(double) | false | 50th percentile |
| p75 | number(double) | false | 75th percentile |
| p90 | number(double) | false | 90th percentile |
| p95 | number(double) | false | 95th percentile |
| p99 | number(double) | false | 99th percentile |
Statistic
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| period | string | false | Time period for the statistical data |
| percentiles | Percentiles | false | Percentiles data |
| stdDev | number(double) | false | Standard deviation |
| min | number(double) | false | Minimum |
| max | number(double) | false | Maximum |
| mean | number(double) | false | Mean |
StatisticDto
{
"geometry": "string",
"name": "string",
"monthly": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"seasonal": [
{
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
],
"annual": {
"period": "string",
"percentiles": {
"p1": 0.1,
"p5": 0.1,
"p10": 0.1,
"p25": 0.1,
"p50": 0.1,
"p75": 0.1,
"p90": 0.1,
"p95": 0.1,
"p99": 0.1
},
"extremes": {
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1
},
"stdDev": 0.1,
"min": 0.1,
"max": 0.1,
"mean": 0.1
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| geometry | string | false | Reference geometry for data |
| name | string | false | Calculation point for Stream Discharge |
| monthly | [Statistic] | false | none |
| seasonal | [Statistic] | false | none |
| annual | AnnualStatistics | false | Annual statistical data |
GraphDto
{
"geometry": "string",
"name": "string",
"dataset": "string",
"interval": "string",
"modelId": 0,
"dateTimes": [
"2019-08-24T14:15:22Z"
],
"values": [
0.1
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| geometry | string | false | Reference geometry for data |
| name | string | false | Calculation point for stream discharge and shallow groundwater otherwise null |
| dataset | string | false | Historical; quality controlled. Real-time; not quality controlled, timespan ~4-16 months. Forecast; nearest future estimates |
| interval | string | false | Time range for calculated data |
| modelId | integer(int32) | false | Internal use between GEUS and KDS |
| dateTimes | [string] | false | none |
| values | [number] | false | none |
Hydro Model v1.0.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
Data er senest beregnet i 2019 og opdateres IKKE. Brug hydro_model v2 for at få de nyeste data
Base URLs:
Authentication
API Key (HeaderToken)
- Parameter Name: token, in: header.
API Key (QueryToken)
- Parameter Name: token, in: query.
vandindhold-i-jord
getVandindholdIJord500
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/vandindhold-i-jord/500m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /vandindhold-i-jord/500m
Leverer data om vandindholdet i jorden (500m)
Data om vandindholdet i jorden fra en 500x500m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
getVandindholdIJord100
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/vandindhold-i-jord/100m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /vandindhold-i-jord/100m
Leverer data om vandindholdet i jorden (100m)
Data om vandindholdet i jorden fra en 100x100m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
| fra | query | string | false | Fra dato (ÅÅÅÅ-MM-DD) |
| til | query | string | false | Til dato (ÅÅÅÅ-MM-DD) |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
vandfoering
getVandfoeringer500m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/vandfoeringer/500m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /vandfoeringer/500m
Leverer data om vandføringer
Data om vandføringer i det specificerede 500x500 meter område. I enkelt tilfælde er der to beregningspunkter på samme sted. Her foretrækkes nedstrøm data.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"beregningspunkt": {
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
},
"resultater": {
"aar": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"saeson": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"maaned": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"doegn": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringsfaktor": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafaktorusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Vandfoeringer |
getVandfoeringer100m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/vandfoeringer/100m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /vandfoeringer/100m
Leverer data om vandføringer
Data om vandføringer i det specificerede 100x100 meter område. I enkelt tilfælde er der to beregningspunkter på samme sted. Her foretrækkes nedstrøm data.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"beregningspunkt": {
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
},
"resultater": {
"aar": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"saeson": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"maaned": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"doegn": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringsfaktor": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafaktorusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Vandfoeringer |
getVandfoeringerStationer100m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/vandfoeringer/100m/stationer?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /vandfoeringer/100m/stationer
Leverer data om vandføring
Observationer og simulationer for stationer i det specificerede 100x100 meter område.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
| fra | query | string | false | Fra dato (ÅÅÅÅ-MM-DD) |
| til | query | string | false | Til dato (ÅÅÅÅ-MM-DD) |
Example responses
200 Response
{
"beregningspunkt": {
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
},
"stationer": [
{
"id": "string",
"kge": 0.1,
"kriterie6": "string",
"kriterie8": "string",
"kriterie9": "string",
"opland": 0,
"periode": "string",
"q01": 0.1,
"slutaar": 0,
"startaar": 0,
"wbe": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
}
],
"observationer": [
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
],
"simulationer": [
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Stationer |
terraennaert-grundvand
getTrykniveauobservationer
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/trykniveauobservationer HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /trykniveauobservationer
Leverer trykniveauobservationer
Trykniveauobservationer for nærmeste boring i det specificerede område
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| geometri | query | string | false | Geometri (polygon eller punkt), angives som WKT med SRS = EPSG:25832 |
| boringsid | query | string | false | boringsid (direkte opslag i stedet for søge med en geometri) |
| distance | query | integer(int32) | false | Max afstand til punkt |
| max | query | integer(int32) | false | Max antal resultater |
Example responses
200 Response
{
"data": [
{
"boringsid": "string",
"observationsdybde": 0.1,
"middelfejl": 0.1,
"observationsdato": "2019-08-24T14:15:22Z",
"observerettrykniveau": 0.1,
"simulerettrykniveau": 0.1,
"periode": "string",
"geometri": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | BoringData |
getSamlet500m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/terraennaert-grundvand/500m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /terraennaert-grundvand/500m
Leverer data om terrænnært grundvand (500m)
Leverer data om terrænnært grundvand fra en 500x500m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
getSamlet100m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/terraennaert-grundvand/100m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /terraennaert-grundvand/100m
Leverer data om terrænnært grundvand (100m)
Data om terrænnært grundvand fra en 100x100m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
| fra | query | string | false | Fra dato (ÅÅÅÅ-MM-DD) |
| til | query | string | false | Til dato (ÅÅÅÅ-MM-DD) |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
getBoringsmiddelfejl
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/boringsmiddelfejl HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /boringsmiddelfejl
Leverer boringsmiddelfejl
Boringsmiddelfejl for nærmeste boring i det specificerede område
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| geometri | query | string | false | Geometri (polygon eller punkt), angives som WKT med SRS = EPSG:25832 |
| boringsid | query | string | false | boringsid (direkte opslag i stedet for søge med en geometri) |
| distance | query | integer(int32) | false | Max afstand til punkt |
| max | query | integer(int32) | false | Max antal resultater |
Example responses
200 Response
{
"data": [
{
"boringsid": "string",
"observationsdybde": 0.1,
"middelfejl": 0.1,
"observationsdato": "2019-08-24T14:15:22Z",
"observerettrykniveau": 0.1,
"simulerettrykniveau": 0.1,
"periode": "string",
"geometri": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | BoringData |
skikkelsesdata
getSkikkelsesdata
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/skikkelsesdata?geometri=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /skikkelsesdata
Leverer skikkelsesdata for vandløb
Skikkelsesdata for vandløb i det specificerede område
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| geometri | query | string | true | Geometri (polygon eller punkt), angives som WKT med SRS = EPSG:25832 |
| distance | query | integer(int32) | false | Max afstand til punkt |
| max | query | integer(int32) | false | Max antal resultater |
Example responses
200 Response
{
"punktobservationer": {
"aabentTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bredde": 0.1,
"bundkote": 0.1
}
],
"roerTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bundkote": 0.1,
"diameter": 0.1
}
],
"andreObservationer": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
}
}
]
},
"tvaerprofiler": {
"regulativProfilSimpel": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"regulativProfilSammensat": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"afsatbanketbreddehoejre": 0.1,
"afsatbanketbreddevenstre": 0.1,
"afsatsanlaeghoejre": 0.1,
"afsatsanlaegvenstre": 0.1,
"afsatskote": 0.1,
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"opmaaltProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"profiltype": "string"
}
],
"roerProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"bundkote": 0.1,
"diameter": 0.1,
"indloeb": "string",
"roersandkote": 0.1,
"roerterraenkote": 0.1
}
],
"broende": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"broendbundkote": 0.1,
"broenddiameter": 0.1,
"broendsandkote": 0.1,
"broendterraenkote": 0.1,
"roerlokalid1": "string",
"roerlokalid2": "string",
"roerlokalid3": "string"
}
],
"broProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"brodaekhoejrekote": 0.1,
"brodaekvenstrekote": 0.1
}
]
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | Skikkelsesdata |
grundvandsstand
getGrundvandsstand500m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/grundvandsstand/500m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /grundvandsstand/500m
Leverer data om grundvandsstand (500m)
Data om grundvandsstand fra en 500x500m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
getGrundvandsstand100m
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/grundvandsstand/100m?punkt=string HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /grundvandsstand/100m
Leverer data om grundvandsstand (100m)
Data om grundvandsstand fra en 100x100m gridcelle nærmest det specificerede punkt
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| punkt | query | string | true | Geometri (punkt), angives som WKT med SRS = EPSG:25832 |
Example responses
200 Response
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | GrundvandSvar |
Liveliness/Readiness
ping
Code samples
GET https://api.dataforsyningen.dk/rest/hydro_model/v1.0/ HTTP/1.1
Host: api.dataforsyningen.dk
Accept: application/json
GET /
ping
Liveliness/readiness probe.
Example responses
200 Response
"string"
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Success | string |
Schemas
DybdeData
{
"dato": "string",
"dybde": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| dato | string | false | none |
| dybde | number(double) | false | none |
DybdeDataSamling
{
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| dag | [DybdeData] | false | none |
| maaned | [DybdeData] | false | none |
| saeson | [DybdeData] | false | none |
| aar | [DybdeData] | false | none |
GrundvandSvar
{
"tileId": "string",
"kote": 0.1,
"geometry": "string",
"resultater": {
"dag": [
{
"dato": "string",
"dybde": 0.1
}
],
"maaned": [
{
"dato": "string",
"dybde": 0.1
}
],
"saeson": [
{
"dato": "string",
"dybde": 0.1
}
],
"aar": [
{
"dato": "string",
"dybde": 0.1
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| tileId | string | false | none |
| kote | number(double) | false | none |
| geometry | string | false | none |
| resultater | DybdeDataSamling | false | none |
| statistik | VandStatistikSamling | false | none |
| klimafremskrivninger | KlimaVandStatistikSamling | false | none |
KlimaVandStatistikSamling
{
"klimaaendringer": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimaaendringerusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| klimaaendringer | VandStatistikSamling | false | none |
| klimaaendringerusikkerhed | VandStatistikSamling | false | none |
| klimafremskrevet | VandStatistikSamling | false | none |
VandStatistik
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaned | string | false | none |
| saeson | string | false | none |
| periode | string | false | none |
| q01 | number(double) | false | none |
| q05 | number(double) | false | none |
| q10 | number(double) | false | none |
| q25 | number(double) | false | none |
| q50 | number(double) | false | none |
| q75 | number(double) | false | none |
| q90 | number(double) | false | none |
| q95 | number(double) | false | none |
| q99 | number(double) | false | none |
| t2 | number(double) | false | none |
| t5 | number(double) | false | none |
| t10 | number(double) | false | none |
| t20 | number(double) | false | none |
| t50 | number(double) | false | none |
| t100 | number(double) | false | none |
| ad1mut | number(double) | false | none |
| ad2mut | number(double) | false | none |
| std | number(double) | false | none |
| mean | number(double) | false | none |
| klimascenarie | string | false | none |
| min | number(double) | false | none |
| max | number(double) | false | none |
VandStatistikSamling
{
"maaned": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"periode": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"t2": 0.1,
"t5": 0.1,
"t10": 0.1,
"t20": 0.1,
"t50": 0.1,
"t100": 0.1,
"ad1mut": 0.1,
"ad2mut": 0.1,
"std": 0.1,
"mean": 0.1,
"klimascenarie": "string",
"min": 0.1,
"max": 0.1
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaned | [VandStatistik] | false | none |
| saeson | [VandStatistik] | false | none |
| samlet | [VandStatistik] | false | none |
Beregningspunkt
{
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | false | none |
| qpunktnummer | integer(int64) | false | none |
| vandloebsstrengnummer | integer(int64) | false | none |
| navn | string | false | none |
| nedstroemsstationering | string | false | none |
| stationering | number(double) | false | none |
| straekningsnavn | string | false | none |
| topoid | string | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| geometri | string | false | none |
VandfoeringKlimafremskrivninger
{
"klimaaendringsfaktor": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafaktorusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| klimaaendringsfaktor | VandfoeringStatistikSamling | false | none |
| klimafaktorusikkerhed | VandfoeringStatistikSamling | false | none |
| klimafremskrevet | VandfoeringStatistikSamling | false | none |
VandfoeringResultat
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| saeson | string | false | none |
| dato | string(date-time) | false | none |
| aar | integer(int32) | false | none |
| vandfoering | number(double) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
VandfoeringResultatSamling
{
"aar": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"saeson": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"maaned": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"doegn": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| aar | [VandfoeringResultat] | false | none |
| saeson | [VandfoeringResultat] | false | none |
| maaned | [VandfoeringResultat] | false | none |
| doegn | [VandfoeringResultat] | false | none |
VandfoeringStatistik
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaned | string | false | none |
| saeson | string | false | none |
| q01 | number(double) | false | none |
| q05 | number(double) | false | none |
| q10 | number(double) | false | none |
| q25 | number(double) | false | none |
| q50 | number(double) | false | none |
| q75 | number(double) | false | none |
| q90 | number(double) | false | none |
| q95 | number(double) | false | none |
| q99 | number(double) | false | none |
| h2 | number(double) | false | none |
| h5 | number(double) | false | none |
| h10 | number(double) | false | none |
| h20 | number(double) | false | none |
| h50 | number(double) | false | none |
| h100 | number(double) | false | none |
| slutaar | integer | false | none |
| startaar | integer | false | none |
| maksimum | number(double) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| udledningsscenarie | string | false | none |
| middelvaerdi | number(double) | false | none |
| standardafvigelse | number(double) | false | none |
| medianmaksimum | number(double) | false | none |
| medianminimum | number(double) | false | none |
| minimum | number(double) | false | none |
VandfoeringStatistikSamling
{
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaned | [VandfoeringStatistik] | false | none |
| saeson | [VandfoeringStatistik] | false | none |
| samlet | [VandfoeringStatistik] | false | none |
Vandfoeringer
{
"beregningspunkt": {
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
},
"resultater": {
"aar": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"saeson": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"maaned": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
],
"doegn": [
{
"saeson": "string",
"dato": "2019-08-24T14:15:22Z",
"aar": 0,
"vandfoering": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z"
}
]
},
"statistik": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrivninger": {
"klimaaendringsfaktor": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafaktorusikkerhed": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
},
"klimafremskrevet": {
"maaned": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"saeson": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
],
"samlet": [
{
"maaned": "string",
"saeson": "string",
"q01": 0.1,
"q05": 0.1,
"q10": 0.1,
"q25": 0.1,
"q50": 0.1,
"q75": 0.1,
"q90": 0.1,
"q95": 0.1,
"q99": 0.1,
"h2": 0.1,
"h5": 0.1,
"h10": 0.1,
"h20": 0.1,
"h50": 0.1,
"h100": 0.1,
"slutaar": 0,
"startaar": 0,
"maksimum": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"udledningsscenarie": "string",
"middelvaerdi": 0.1,
"standardafvigelse": 0.1,
"medianmaksimum": 0.1,
"medianminimum": 0.1,
"minimum": 0.1
}
]
}
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| beregningspunkt | Beregningspunkt | false | none |
| resultater | VandfoeringResultatSamling | false | none |
| statistik | VandfoeringStatistikSamling | false | none |
| klimafremskrivninger | VandfoeringKlimafremskrivninger | false | none |
Stationer
{
"beregningspunkt": {
"id": "string",
"qpunktnummer": 0,
"vandloebsstrengnummer": 0,
"navn": "string",
"nedstroemsstationering": "string",
"stationering": 0.1,
"straekningsnavn": "string",
"topoid": "string",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
},
"stationer": [
{
"id": "string",
"kge": 0.1,
"kriterie6": "string",
"kriterie8": "string",
"kriterie9": "string",
"opland": 0,
"periode": "string",
"q01": 0.1,
"slutaar": 0,
"startaar": 0,
"wbe": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
}
],
"observationer": [
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
],
"simulationer": [
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| beregningspunkt | Beregningspunkt | false | none |
| stationer | [VFStation] | false | none |
| observationer | [VFObservation] | false | none |
| simulationer | [VFSimulation] | false | none |
VFObservation
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| dato | string(date-time) | false | none |
| vandfoering | number(double) | false | none |
VFSimulation
{
"dato": "2019-08-24T14:15:22Z",
"vandfoering": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| dato | string(date-time) | false | none |
| vandfoering | number(double) | false | none |
VFStation
{
"id": "string",
"kge": 0.1,
"kriterie6": "string",
"kriterie8": "string",
"kriterie9": "string",
"opland": 0,
"periode": "string",
"q01": 0.1,
"slutaar": 0,
"startaar": 0,
"wbe": 0.1,
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"geometri": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | false | none |
| kge | number(double) | false | none |
| kriterie6 | string | false | none |
| kriterie8 | string | false | none |
| kriterie9 | string | false | none |
| opland | integer(int64) | false | none |
| periode | string | false | none |
| q01 | number(double) | false | none |
| slutaar | integer(int32) | false | none |
| startaar | integer(int32) | false | none |
| wbe | number(double) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| geometri | string | false | none |
BoringData
{
"data": [
{
"boringsid": "string",
"observationsdybde": 0.1,
"middelfejl": 0.1,
"observationsdato": "2019-08-24T14:15:22Z",
"observerettrykniveau": 0.1,
"simulerettrykniveau": 0.1,
"periode": "string",
"geometri": "string"
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| data | [BoringObservation] | false | none |
BoringObservation
{
"boringsid": "string",
"observationsdybde": 0.1,
"middelfejl": 0.1,
"observationsdato": "2019-08-24T14:15:22Z",
"observerettrykniveau": 0.1,
"simulerettrykniveau": 0.1,
"periode": "string",
"geometri": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| boringsid | string | false | none |
| observationsdybde | number(double) | false | none |
| middelfejl | number(double) | false | none |
| observationsdato | string(date-time) | false | none |
| observerettrykniveau | number(double) | false | none |
| simulerettrykniveau | number(double) | false | none |
| periode | string | false | none |
| geometri | string | false | none |
AabentTilloeb
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bredde": 0.1,
"bundkote": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| vandloebsside | string | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bredde | number(double) | false | none |
| bundkote | number(double) | false | none |
AndreObservationer
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| vandloebsside | string | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
BroProfil
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"brodaekhoejrekote": 0.1,
"brodaekvenstrekote": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bearbejdning | string | false | none |
| brodaekhoejrekote | number(double) | false | none |
| brodaekvenstrekote | number(double) | false | none |
Broend
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"broendbundkote": 0.1,
"broenddiameter": 0.1,
"broendsandkote": 0.1,
"broendterraenkote": 0.1,
"roerlokalid1": "string",
"roerlokalid2": "string",
"roerlokalid3": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bearbejdning | string | false | none |
| broendbundkote | number(double) | false | none |
| broenddiameter | number(double) | false | none |
| broendsandkote | number(double) | false | none |
| broendterraenkote | number(double) | false | none |
| roerlokalid1 | string | false | none |
| roerlokalid2 | string | false | none |
| roerlokalid3 | string | false | none |
LaengdeProfil
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| sammenhaeng | string | false | none |
| profildato | string(date-time) | false | none |
| regulativreference | string | false | none |
OpmaaltProfil
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"profiltype": "string"
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bearbejdning | string | false | none |
| profiltype | string | false | none |
Punktobservationer
{
"aabentTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bredde": 0.1,
"bundkote": 0.1
}
],
"roerTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bundkote": 0.1,
"diameter": 0.1
}
],
"andreObservationer": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
}
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| aabentTilloeb | [AabentTilloeb] | false | none |
| roerTilloeb | [RoerTilloeb] | false | none |
| andreObservationer | [AndreObservationer] | false | none |
RegulativProfilSammensat
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"afsatbanketbreddehoejre": 0.1,
"afsatbanketbreddevenstre": 0.1,
"afsatsanlaeghoejre": 0.1,
"afsatsanlaegvenstre": 0.1,
"afsatskote": 0.1,
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| afsatbanketbreddehoejre | number(double) | false | none |
| afsatbanketbreddevenstre | number(double) | false | none |
| afsatsanlaeghoejre | number(double) | false | none |
| afsatsanlaegvenstre | number(double) | false | none |
| afsatskote | number(double) | false | none |
| anlaeghoejre | number(double) | false | none |
| anlaegvenstre | number(double) | false | none |
| bundbredde | number(double) | false | none |
| bundkote | number(double) | false | none |
RegulativProfilSimpel
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| anlaeghoejre | number(double) | false | none |
| anlaegvenstre | number(double) | false | none |
| bundbredde | number(double) | false | none |
| bundkote | number(double) | false | none |
RoerProfil
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"bundkote": 0.1,
"diameter": 0.1,
"indloeb": "string",
"roersandkote": 0.1,
"roerterraenkote": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| maaletidspunkt | string(date-time) | false | none |
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| regulativstationering | number(double) | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bearbejdning | string | false | none |
| bundkote | number(double) | false | none |
| diameter | number(double) | false | none |
| indloeb | string | false | none |
| roersandkote | number(double) | false | none |
| roerterraenkote | number(double) | false | none |
RoerTilloeb
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bundkote": 0.1,
"diameter": 0.1
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| registreringfra | string(date-time) | false | none |
| registreringtil | string(date-time) | false | none |
| vandloebsside | string | false | none |
| geometri | string | false | none |
| laengdeProfil | LaengdeProfil | false | none |
| bundkote | number(double) | false | none |
| diameter | number(double) | false | none |
Skikkelsesdata
{
"punktobservationer": {
"aabentTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bredde": 0.1,
"bundkote": 0.1
}
],
"roerTilloeb": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bundkote": 0.1,
"diameter": 0.1
}
],
"andreObservationer": [
{
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"vandloebsside": "string",
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
}
}
]
},
"tvaerprofiler": {
"regulativProfilSimpel": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"regulativProfilSammensat": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"afsatbanketbreddehoejre": 0.1,
"afsatbanketbreddevenstre": 0.1,
"afsatsanlaeghoejre": 0.1,
"afsatsanlaegvenstre": 0.1,
"afsatskote": 0.1,
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"opmaaltProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"profiltype": "string"
}
],
"roerProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"bundkote": 0.1,
"diameter": 0.1,
"indloeb": "string",
"roersandkote": 0.1,
"roerterraenkote": 0.1
}
],
"broende": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"broendbundkote": 0.1,
"broenddiameter": 0.1,
"broendsandkote": 0.1,
"broendterraenkote": 0.1,
"roerlokalid1": "string",
"roerlokalid2": "string",
"roerlokalid3": "string"
}
],
"broProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"brodaekhoejrekote": 0.1,
"brodaekvenstrekote": 0.1
}
]
}
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| punktobservationer | Punktobservationer | false | none |
| tvaerprofiler | Tvaerprofiler | false | none |
Tvaerprofiler
{
"regulativProfilSimpel": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"regulativProfilSammensat": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"afsatbanketbreddehoejre": 0.1,
"afsatbanketbreddevenstre": 0.1,
"afsatsanlaeghoejre": 0.1,
"afsatsanlaegvenstre": 0.1,
"afsatskote": 0.1,
"anlaeghoejre": 0.1,
"anlaegvenstre": 0.1,
"bundbredde": 0.1,
"bundkote": 0.1
}
],
"opmaaltProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"profiltype": "string"
}
],
"roerProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"bundkote": 0.1,
"diameter": 0.1,
"indloeb": "string",
"roersandkote": 0.1,
"roerterraenkote": 0.1
}
],
"broende": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"broendbundkote": 0.1,
"broenddiameter": 0.1,
"broendsandkote": 0.1,
"broendterraenkote": 0.1,
"roerlokalid1": "string",
"roerlokalid2": "string",
"roerlokalid3": "string"
}
],
"broProfil": [
{
"maaletidspunkt": "2019-08-24T14:15:22Z",
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"regulativstationering": 0.1,
"geometri": "string",
"laengdeProfil": {
"registreringfra": "2019-08-24T14:15:22Z",
"registreringtil": "2019-08-24T14:15:22Z",
"sammenhaeng": "string",
"profildato": "2019-08-24T14:15:22Z",
"regulativreference": "string"
},
"bearbejdning": "string",
"brodaekhoejrekote": 0.1,
"brodaekvenstrekote": 0.1
}
]
}
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| regulativProfilSimpel | [RegulativProfilSimpel] | false | none |
| regulativProfilSammensat | [RegulativProfilSammensat] | false | none |
| opmaaltProfil | [OpmaaltProfil] | false | none |
| roerProfil | [RoerProfil] | false | none |
| broende | [Broend] | false | none |
| broProfil | [BroProfil] | false | none |
Skraafoto STAC API v2 - Dokumentation
Breaking changes!
Det nye Skråfoto STAC v2 endpoint: https://api.dataforsyningen.dk/skraafoto_api/v2
Breaking changes for alle endpoints hvor request BBOX kan bruges:
- Bbox skal være 4 punkter.
Breaking changes for GET "/collections/:collectionId/items/:itemId", GET "/collections/:collectionId/items", GET "/search" og POST "/search" i Image response json da Skråfoto COG Tiler lukkes:
- fjernet
"asset:thumbnail" - fjernet
"link.rel"som har titlen:"Interactive image viewer" - fjernet
"assets.thumbnail"
Breaking changes for GET "/collections/{collection_id}/items":
- fjernet request parameter
ids
Fixed for GET "/collections/{collection_id}/items":
- Request parameteren
bbox_crskan bruges - Request parametre
bboxogfilterkan bruges samtidigt
Introduktion
Skraafoto-stac-api bygger på API-specifikationen STAC (Spatio Temporal Asset Catalog), en nyere API-standard med formål at forene dynamisk søgning og forespørgsler af geospatielt data. API'et følger specifikationen angivet i stac-api-spec og OGC API - Features, tidligere kaldt WFS3.
STAC API'ets core består af tre komponenter:
Der opereres med collections, som indeholder en samling af items.
STAC API
Selve APIet, der udstiller metadata i form af STAC Items organiseret i STAC Collections. En nærmere beskrivelse af STAC-spec core kan læses her.
STAC Collection
{
"type": "Collection",
"id": "skraafotos2021",
"stac_extensions": [],
"stac_version": "1.0.0",
"title": "Skråfotos 2021",
"description": "Metadata om skråfotos indsamlet i år 2021.",
"keywords": [],
"storageCrs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"crs": [
"http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"http://www.opengis.net/def/crs/EPSG/0/25832"
],
"license": "various",
"providers": [
{
"url": "https://www.kds.dk",
"name": "KDS",
"roles": [
"host",
"licensor"
]
}
],
"summaries": {},
"extent": {
"spatial": {
"bbox": [
[
8.015616423010679,
54.524553169133014,
15.254239014661186,
57.80195680345199
]
]
},
"temporal": {
"interval": [
[
"2021-03-10 08:12:40Z",
"2021-11-22 10:03:41Z"
]
]
}
},
"links": [
{
"rel": "self",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "items",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021/items"
},
{
"rel": "root",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "license",
"href": "https://dataforsyningen.dk/Vilkaar",
"type": "text/html; charset=UTF-8",
"title": "KDS license terms"
}
]
}
Items er inddelt i Collections, således at en Collection består af logisk beslægtede Items. For eksempel er skråfotos inddelt i en Collection per årgang.
Bemærk at en Collection består af aggregeret spatiel og tidslig udstrækning for Items hørende til denne Collection, som man kan se et eksempel af i ovenstående details.
Dataelementerne returneret i en Collection er beskrevet i STAC Collection Specificationen.
STAC Item
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json"
],
"id": "2021_83_36_1_0020_00003045",
"collection": "skraafotos2021",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.452491988872413,
55.44714551630403
],
[
10.473629687612275,
55.44647271988178
],
[
10.472865813913442,
55.438739172628544
],
[
10.45174816644253,
55.439416961723595
],
[
10.452491988872413,
55.44714551630403
]
]
]
},
"bbox": [
10.45174816644253,
55.438739172628544,
10.473629687612275,
55.44714551630403
],
"properties": {
"datetime": "2021-03-31T10:24:31Z",
"gsd": 0.1,
"license": "various",
"platform": "Fixed-wing aircraft",
"instruments": [
"UCOM3p-423S81560X411059_Nadir"
],
"providers": [
{
"name": "Geofly GmbH",
"roles": [
"producer"
]
},
{
"url": "https://www.kds.dk",
"name": "KDS",
"roles": [
"licensor",
"host"
]
}
],
"proj:epsg": null,
"proj:shape": [
8669,
13470
],
"direction": "nadir",
"estimated_accuracy": 0.4,
"pers:omega": -0.31149,
"pers:phi": 0.05085,
"pers:kappa": -0.083421,
"pers:perspective_center": [
592527.208,
6145054.791,
1525.237
],
"pers:crs": 25832,
"pers:vertical_crs": 5799,
"pers:rotation_matrix": [
0.9999985462466281,
-0.001460773971730306,
-0.0008795703689408165,
0.0014559700274970212,
0.9999841551934556,
-0.005437785699163747,
0.000887499808131664,
0.005436497165870199,
0.9999848283062378
],
"pers:interior_orientation": {
"camera_id": "UCOM3p-423S81560X411059_Nadir",
"focal_length": 82,
"pixel_spacing": [
0.0052,
0.0052
],
"calibration_date": "2019-03-01",
"principal_point_offset": [
0,
0
],
"sensor_array_dimensions": [
13470,
8669
]
},
"asset:data": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2021/10km_614_59/1km_6145_592/2021_83_36_1_0020_00003045.tif"
"crs": {
"type": "name",
"properties": {
"name": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
}
},
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021/items/2021_83_36_1_0020_00003045"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021"
},
{
"rel": "root",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "license",
"href": "https://dataforsyningen.dk/Vilkaar",
"type": "text/html; charset=UTF-8",
"title": "KDS license terms"
}
],
"assets": {
"data": {
"href": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2021/10km_614_59/1km_6145_592/2021_83_36_1_0020_00003045.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"title": "Raw tiff file"
}
}
}
Et Item indeholder metadata for et skråfoto billede.
Beskrivelse af dataelementer, som Skraafoto API'et returnerer, kan læses i STAC Item Specification.
Skraafoto API'et har derudover følgende udvidelser til Item:
Herudover returneres yderlige to elementer, der ikke er beskrevet i de ovenstående specifikationer:
| Egenskab | Beskrivelse |
|---|---|
direction |
Overordnet beskrivelse af optageretningen. Har en af følgende værdier (null, north, east, south, west, nadir). |
estimated_accuracy |
Estimeret nøjagtighed af billedets orientering [pixels] |
Se afsnittet Download og visning af billeder for en beskrivelse af, hvordan det faktiske flyfoto kan hentes og bruges ud fra de metadata, som APIet returnerer.
Endpoints og outputs
Bemærk at Dataforsyningens service kræver gyldig token, som kan erhverves på https://dataforsyningen.dk.
Servicen returnerer GeoJSON/JSON, medmindre en forespørgsel er ugyldig pga. uautoriseret token, i så fald returneres text. Hvis token er autoriseret, men requesten har en ugyldig parameter, returneres en JSON fejlmeddelelse.
GET /
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Landing Page
Denne ressource er roden af API'et, som beskriver de funktionaliteter, der er udstillet, via et ConformsTo array samt URIs af andre ressourcer via link relationer.
Parametre
Ingen
Output
STAC Catalog (JSON)
GET /conformance
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/conformance HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Conformance Classes
Denne ressource returnerer et array af links til conformance klasser. Selve links bruges ikke, men fungerer som et "universelt" ID til STAC klienter, som fortæller hvilke krav STAC og OGC-API-Features servicen understøtter og overholder.
Parametre
Ingen
Output
Array af conformance klasser (JSON)
GET /collections/{collection_id}/items/{itemid}
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items/2019_83_37_2_0046_00001113 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Item
Denne ressource tager imod collection_id, itemid og crs parametre og returnerer ét GeoJSON STAC item i en bestemt collection.
Parametre
| Parameter | Type | Description |
|---|---|---|
| collection_id | string | ID'et på en collection. |
| itemid | string | ID'et på et item. |
| crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832 Angiver hvilket koordinatsystem geometrier i JSON response skal returneres i. Se Crs Extension. |
Output
Feature (STAC Item) (GeoJSON)
GET/POST /search
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get/Post Search
Denne ressource tager imod diverse parametre og fremsøger en collection af STAC Items, der matcher de angivne parametre. /search kan søge på tværs af collections, samt i subset af collections, som kan angives i collections parameteren. datetime, bbox, ids er basale søgekriterer på hvilke Items, der skal returneres. Post endpointet har samme funktionalitet, men parametre angives i body.
Parametre
| Parameter | Type | Description |
|---|---|---|
| crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832 Angiver hvilket koordinatsystem geometrier i JSON response skal returneres i. Se Crs Extension. |
| limit | integer | Default: 10, maks: 1000 Angiver maks antallet af Item objekter i JSON response (page size). Se Context Extension. |
| pt | string | Page token. Angiver en bestemt side, der skal fremsøges i forhold til paging. Se Context Extension. |
| ids | [string] | Array af Item ID'er. |
| bbox | [number] | Array af fire tal. Returner kun items inden for denne box. Kan ikke angives samtidig med intersects. Standard sorteringen korteste afstand mellem geometriens centoride og footprint af skråfotos. |
| bbox-crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832. Angiver hvilket koordinatsystem geometrier i bbox er angivet i. |
| intersects | string | GeoJSON geometri, se Geometries for typer. Returner kun items, der overlapper denne geometri. Kan ikke angives samtidig med bbox. Standard sorteringen korteste afstand mellem geometriens centoride og footprint af skråfotos. |
| datetime | string | Dato og tid formateret efter RFC 3339, sektion 5.6. Kan være en enkelt dato og tid eller intervaller separeret med /. Der kan bruges to punktummer .. for et åbent dato- og tidsinterval. |
| filter | string | CQL-JSON udtryk til avanceret søgninger på specifikke Item properties. Se Filter Extension. I forbindelse med en GET search denne parameter URL encodes. Hvis der er angivet en geometry, er standard sorteringen korteste afstand mellem geometriens centoride og footprint af skråfotos. |
| filter-lang | string | Default: CQL-JSON Angiver hvilket query-sprog filteret er skrevet i. Se Filter Extension. |
| filter-crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832. Angiver hvilket koordinatsystem geometrier i filter er angivet i. Se Filter Extension. |
| collections | [string] | Default: Søgning over alle collections. |
| sortby | string | Angiver en sorteringsorden resultatet returneres i. Se Sort Extension. |
Output
FeatureCollection (Array af STAC Items) (GeoJSON)
GET /collections
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Collections
Denne ressource returnerer en liste af collections som API'et udstiller.
Parametre
Ingen
Output
Collections (Array af STAC Collections) (JSON)
GET /collections/{collection_id}
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Collection
Denne ressource tager imod et collection_id og returnerer én collection med beskrivelser og diverse linkrelationer.
Parametre
| Parameter | Type | Description |
|---|---|---|
| collection_id | string | ID'et på en collection. |
Output
Collection (STAC Collection) (JSON)
GET /collections/{collection_id}/items
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Item Collection
Denne ressource tager imod et collection_id og laver en søgning magen til /search endpointet i den angivne collection.
Parametre
| Parameter | Type | Description |
|---|---|---|
| collection_id | string | ID'et på en collection. |
| crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832 Angiver hvilket koordinatsystem geometrier i JSON response skal returneres i. Se Crs Extension. |
| limit | integer | Default: 10, maks: 1000 Angiver maks antallet af Item objekter i JSON response som objektet indeholder (page size). Se Context Extension. |
| pt | string | Angiver en bestemt side, der skal fremsøges i forhold til paging. Se Context Extension. |
| bbox | [number] | Array af fire tal. Returner kun items inden for denne box. Standard sorteringen korteste afstand mellem geometriens centoride og footprint af skråfotos. |
| bbox-crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832. Angiver hvilket koordinatsystem geometrier i bbox er angivet i. |
| datetime | string | Dato og tid formateret efter RFC 3339, sektion 5.6. Kan være en enkelt dato og tid eller intervaller separeret med /. Der kan bruges to punktummer .. for et åbent dato- og tidsinterval. |
| filter | string | CQL-JSON udtryk til avanceret søgninger på specifikke Item properties. Se Filter Extension. Denne parameter skal URL encodes. Hvis der er angivet en geometry, er standard sorteringen korteste afstand mellem geometriens centoride og footprint af skråfotos. |
| filter-lang | string | Default: CQL-JSON Angiver hvilket query-sprog filteret er skrevet i. Se Filter Extension. |
| filter-crs | string | Default: http://www.opengis.net/def/crs/OGC/1.3/CRS84, understøtter også http://www.opengis.net/def/crs/EPSG/0/25832. Angiver hvilket koordinatsystem geometrier filter er angivet i. Se Filter Extension. |
Output
FeatureCollection (Array af STAC Items) (GeoJSON)
GET /queryables
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/queryables HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Queryables
Denne ressource returnerer en samling af properties, der kan indgå i et filter udtryk på tværs af alle collections. Dvs. at properties, som kun kan indgå i et filterudtryk for én collection, ikke medtages her.
Parametre
Ingen
Output
Array af STAC Item properties, der kan bruges over alle collections i filter udtryk (JSON)
GET /collections/{collection_id}/queryables
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/queryables HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Get Collection Queryables
Denne ressource returnerer alle properties, der kan indgå i et filterudtryk for den angivne collection.
Parametre
| Parameter | Type | Description |
|---|---|---|
| collection_id | string | ID'et på en collection. |
Output
Array af STAC Item properties for den givne collection, som kan bruges i filterudtryk (JSON)
Extensions
Ud over de nævnte fire core-komponenter, indeholder servicen også en række extensions, som udbyder ekstra funktionaliteter:
Context Extension
...
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?limit=10",
"method": "GET",
"body": false
},
{
"rel": "next",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?limit=10&pt=PmR0OjIwMTktMDctMTAgMTE6MDM6MzIrMDI6MDB-czoyMDE5XzgzXzM3XzJfMDA0OF8wMDAwMDg5NQ%3D%3D",
"method": "GET",
"body": false
}
],
"context": {
"returned": 10,
"limit": 10,
"matched": 13347
}
Context extension tilføjer ekstra information omkring en returneret FeatureCollection hentet via /search eller /collections/{collection_id}/items. Den returnerer følgende tre attributter sammen med FeatureCollection:
- Returned: Antallet af features returneret af resultatet
- Limit: Det maksimale antal resultater returneret
- Matched: Det totale antal resultater, der matcher søgeforespørgslen
Hvis matched er større end limit kan linkrelationerne next/previous bruges til at navigere frem og tilbage i det totale antal matchede søgeresultater ved hjælp af paging. Parameteren limit bestemmer hvor mange Item objekter, der fremgår i det returneret JSON response. limithar et max på 1000 resultater ad gangen. Paging fungerer ved hjælp af en "paging token" pt. Denne token er autogenereret, og skal altid følge paging-resultatet. Ved ændring af denne kan resultatet ikke fremfindes. Et eksempel på paged resultat kan ses til højre.
Nærmere beskrivelse af Context Extension.
CRS Extension
Tilføjer funktionalitet til håndtering af koordinatsystemer. GeoJSON standarden understøtter som sådan ikke andre koordinatsystemer end WGS84, men tillader at gøre brug af andre koordinatsystemer, hvor alle parter er informeret om formatet. Parameteren crs i /collections/{collection_id/items} og /search bruges hvis man ønsker retursvar i et andet koordinatsystem. crs angives med CRS's URI, så for WGS84 er det http://www.opengis.net/def/crs/OGC/1.3/CRS84 (default) og for EPSG:25832 er det http://www.opengis.net/def/crs/EPSG/0/25832. Desuden kan parametrene bbox-crs og filter-crs bruges til at angive hvilket koordinatsystem geometrier i parametrene bbox og filter er angivet i, og følger samme fremgangsmåde som crs. Dette er for at følge standarden beskrevet i OGC API - Features Part 2. Understøttede CRS-parametre kan ses på hver enkel Collection. Desuden angiver parameteren storageCrs på collection, hvilket koordinatsystem data er lagret i.
Eksempler på brug af parametrene crs, bbox-crs, og filter-crs:
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?crs=http://www.opengis.net/def/crs/EPSG/0/25832 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /collections/skraafotos2019/items?crs=http://www.opengis.net/def/crs/EPSG/0/25832- Returnerer geometrier i EPSG:25832.
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021/items?bbox=492283,6195600,493583,6196470&bbox-crs=http://www.opengis.net/def/crs/EPSG/0/25832 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /collections/skraafotos2021/items?bbox=492283,6195600,493583,6196470&bbox-crs=http://www.opengis.net/def/crs/EPSG/0/25832- Inputbboxer angivet i EPSG:25832.
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"collections": ["skraafotos2023"],
"filter-lang": "cql-json",
"filter": {
"intersects": [
{ "property": "geometry" },
{
"type": "Polygon",
"coordinates": [[
[721250.0000012278, 6190390.000002561], [721244.0000012267, 6191220.000002562],
[722491.0000012581, 6191080.000002566], [722493.0000012588, 6190540.000002567],
[721250.0000012278, 6190390.000002561]
]]
}
]
},
"filter-crs": "http://www.opengis.net/def/crs/EPSG/0/25832",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
POST /search- Hent features, der overlapper (intersects) med geometri angivet i EPSG:25832, resultater returneres i WGS84.
Filter Extension
Filter extension tilføjer særlig funktionalitet til at søge ved hjælp af forespørgsler i CQL (Common Query Language). Denne extension implementerer specifikationer beskrevet i OGC Api Features - Part 3: Filtering and the Common Query Language (CQL). Den tilføjer desuden to ekstra endpoints /queryables og /collections/{collection_id}/queryables./queryables beskriver hvilke properties, der kan indgå i filter-forespørgsler. Alle filter-properties valideres mod /queryables, og der returneres en validation-fejl hvis der bruges en ugyldig property.
filter er et CQL-JSON udtryk, som kan bruges til at lave avancerede søgninger på specifikke Item properties (Se Filter Extension). filter-lang angiver hvilket query-sprog, filteret er skrevet i.
CQL-JSON kan bruges i GET og POST requests.
I GET requests skal URL'en URL encodes.
Bemærk at det SQL statement, som API'et udfører, maks må tage 10 sekunder. Hvis din forespørgsel er så kompliceret at den timer ud, så kan det i nogle tilfælde afhælpes ved at begrænse forespørgslen med bbox og/eller datetime parameteren (se ovenfor).
Eksempler på brug af filter parameter:
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2021/items?filter={%22contains%22:[{%22property%22:%22geometry%22},{%22type%22:%22Point%22,%22coordinates%22:[10.3285,55.3556]}]}&filter-lang=cql-json&filter-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /collections/skraafotos2021/items- Hent features hvis geometri indeholder (contains) med input geometri.
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?filter={%22contains%22:[{%22property%22:%22geometry%22},{%22type%22:%22Point%22,%22coordinates%22:[10.3285,55.3556]}]}&filter-lang=cql-json&filter-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /search?filter={%22contains%22:[{%22property%22:%22geometry%22},{%22type%22:%22Point%22,%22coordinates%22:[10.3285,55.3556]}]}&filter-lang=cql-json&filter-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84- Hent features hvis geometri indeholder (contains) med input geometri.
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"filter-lang": "cql-json",
"filter": {
"contains": [
{ "property": "geometry" },
{
"type": "Polygon",
"coordinates": [[
[721250.0000012278, 6190390.000002561], [721244.0000012267, 6191220.000002562],
[722491.0000012581, 6191080.000002566], [722493.0000012588, 6190540.000002567],
[721250.0000012278, 6190390.000002561]
]]
}
]
},
"filter-crs": "http://www.opengis.net/def/crs/EPSG/0/25832",
"crs": "http://www.opengis.net/def/crs/EPSG/0/25832"
}
POST /search- Hent features hvis geometri indeholder (contains) med input geometri.
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"filter-lang":"cql-json",
"filter":{
"intersects":[
{ "property":"geometry"},
{
"type":"Point",
"coordinates":[[10.3285, 55.3556]]
}
]
},
"filter-crs":"http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"crs":"http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
POST /search- Hent features hvis geometri overlapper (intersects) med input geometri.
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"filter-lang": "cql-json",
"filter": {
"and": [
{"eq": [ { "property": "direction" }, "east" ] },
{"gt": [ { "property": "gsd" }, 0.101 ] }
]
},
"crs":"http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
POST /search- Hent features hvorproperty.directioner sat til øst og gsd er større end 0.101.
Nærmere beskrivelse af Filter extension.
Sort Extension
Sort extension tilføjer funktionalitet til at sortere resultater hentet via /search endpointet. Der kan sorteres på samtlige Item attributter såsom id, collection, datetime, samt diverse properties attributter. Der kan angives om sorteringsretningen skal være ascending eller descending. I et GET /search request kan der bruges en forsimplet syntaks; + for ascending og - for descending. Hvis der er angivet en bbox uden sortby så returnes items med den tætteste centroide til bbox først. Hvis intet er angivet er default ascending.
Eksempler på brug af sortby parameter:
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?sortby=+properties.datetime HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /search?sortby=+properties.datetime- Sortér på properties.datetime ascending.
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?sortby=properties.datetime,-id HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
GET /search?sortby=properties.datetime,-id- Sortér på properties.datetime ascending og id descending.
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"sortby": [
{
"field": "collection",
"direction": "desc"
}
]
}
POST /search- Sortér på collection descending.
Nærmere beskrivelse af Sort Extension.
Download og visning af billeder
...
"links": [
...
],
"assets": {
"data": {
"href": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2021/10km_614_59/1km_6145_592/2021_83_36_1_0020_00003045.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"title": "Raw tiff file"
}
}
...
Der er flere muligheder for at gå fra de returnerede metadata (se STAC Item) til det beskrevne billede.
Relevante links findes i sektionen links hhv assets, kan ses ude til højre i et JSON response eksempel.
Bemærk at alle links til dataforsyningen kræver angivelsen af token enten i header eller query parameter.
Download
Det originale flyfoto i fuld opløsning kan downloades på den URL, der findes i metadata under /assets/data/href. Formatet er kompatibelt med almindelige TIFF-læsere og det downloadede billede kan dermed åbnes af de fleste gængse billedprogrammer.
Cloud Optimized Geotiff
Det originale flyfoto, hvis URL findes under /assets/data/href, er i "Cloud Optimized GeoTIFF" format og kan dermed tilgås meget effektivt direkte på http-serveren.
Læs mere på www.cogeo.org.
Georeferering
Hvis man har et 3D koordinat (X, Y, Z) på et punkt i landskabet, er det muligt at beregne, hvilken pixel (xa, ya) i flyfotoet dette punkt vil blive afbilledet i.
Det forudsættes, at koordinaten er i samme koordinatreferencesystem, som billedet er georefereret i. Dette er beskrevet i egenskaberne pers:crs og pers:vertical_crs. Det kan således være nødvendigt først at konvertere koordinaten til det rette koordinatreferencesystem.
props = item["properties"]
m11, m12, m13, m21, m22, m23, m31, m32, m33 = props["pers:rotation_matrix"]
Xc, Yc, Zc = props["pers:perspective_center"]
f_mm = props["pers:interior_orientation"]["focal_length"]
ppo_x, ppo_y = props["pers:interior_orientation"]["principal_point_offset"]
pixel_size = props["pers:interior_orientation"]["pixel_spacing"][0]
sensor_cols, sensor_rows = props["pers:interior_orientation"]["sensor_array_dimensions"]
# Calculated values. In pixels. Origo in image lower left.
f = f_mm / pixel_size
x0 = sensor_cols * 0.5 + ppo_x / pixel_size
y0 = sensor_rows * 0.5 + ppo_y / pixel_size
Først etableres en række variable ud fra flyfotoets metadata (Se STAC Item), som kan ses ude til højre.
Dernæst kan (xa, ya) beregnes på en af to måder. Bemærk i øvrigt, at pixelkoordinaterne (xa, ya) har origo i billedets nederste venstre hjørne med x-aksen positiv mod højre og y-aksen positiv op.
For at finde Z koordinaten skal man finde den tilsvarende pixel på jorden, hvor man kan bruge højdemodellen, her som REST.
Hvis man bare hurtigt vil se om ens beregninger er korrekte, kan man angive Z værdien værende fra 10-30 (tættere på jorden).
Den klassiske fotogrammetriske form:
dX = (X-Xc)
dY = (Y-Yc)
dZ = (Z-Zc)
n = (m31 * dX + m32 * dY + m33 * dZ)
xa = x0 - f * (m11 * dX + m12 * dY + m13 * dZ) / n
ya = y0 - f * (m21 * dX + m22 * dY + m23 * dZ) / n
Eller formuleret på matrixform:
How to get started
Guiden er en hurtig gennemgang af, hvordan man får skråfotos for et bestemt geografisk område ved hjælp af koordinater.
Sammenspillet mellem de to API'er
- Skåfoto STAC API leverer metadata om skråfotos. Dens URL starter med
https://api.dataforsyningen.dk/rest/skraafoto_api/v2, men for at bruge URL'en er det et krav, at der bliver specificeret paths og query parameters. - Skåfoto Server leverer skråfotos som Cloud Optimized Geotiff (
COG), hvor der kan bruges range request. Dens URL starter medhttps://cdn.dataforsyningen.dk/skraafoto_server, men for at bruge URL'en er det et krav, at der bliver specificeret paths og query parameters.
| Sammenspillet mellem de to API'er |
|---|
Eksempel
Hent en COG fra Skåfoto Server og vis billedet med Open Layer
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/build/ol.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.14.1/css/ol.css">
</head>
<style>
.map {
height: 800px;
width: 100%;
}
</style>
<body>
<p>Trying out instructions from <a href="https://openlayers.org/en/latest/examples/cog.html">OpenLayers</a></p>
<div id="map" class="map"></div>
<script>
var cogUrl = "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2021/10km_613_58/1km_6132_583/2021_83_37_2_0025_00001961.tif";
// HACK to avoid bug looking up meters per unit for 'pixels' (https://github.com/openlayers/openlayers/issues/13564)
const projection = new ol.proj.Projection({
code: 'custom',
units: 'pixels',
metersPerUnit: 1,
});
const source = new ol.source.GeoTIFF({
convertToRGB: true,
sources: [{ url: cogUrl }],
sourceOptions: {headers: {'token':'{}'}}
});
const layer = new ol.layer.WebGLTile({ source });
// when the view resolves view properties, the map view will be updated with the HACKish projection override
const map = new ol.Map({
target: 'map',
layers: [layer],
view: source.getView().then(options => ({
...options,
projection: projection
}))
});
</script>
</body>
</html>
Håndtering af collections
Vigtig optimering af søgninger
Hvis der kun ønskes billeder af det samme sted fra samme årgang, så anbefales det at benytte /collections/{collection_id}/items endpoint i stedet for /search endpoint, da /search kræver flere resourcer at udføre.
Hvis der ønskes billeder af det samme sted, på tværs af collections skal der bruges /search.
STAC Item
Hvert skråfoto har et Item objekt tilknyttet, som indeholder metadata for det. Mere om STAC Item.
Samme årgang
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?limit=1&bbox=10.3285,55.3556,10.4536,55.4132&bbox-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json"
],
"id": "2019_83_36_3_0020_00000137",
"collection": "skraafotos2019",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.398719334026897,
55.38908518242671
],
[
10.401191526469228,
55.37908152548191
],
[
10.38168137622296,
55.37948331126825
],
[
10.385182222829927,
55.389329156032694
],
[
10.398719334026897,
55.38908518242671
]
]
]
},
"bbox": [
10.38168137622296,
55.37908152548191,
10.401191526469228,
55.389329156032694
],
"properties": {
"datetime": "2019-05-14T08:08:00Z",
"gsd": 0.1,
"license": "various",
"platform": "Fixed-wing aircraft",
"instruments": [
"PhaseOne-IXU-RS-1000_RS011009"
],
"providers": [
{
"name": "MGGP_Aero",
"roles": [
"producer"
]
},
{
"url": "https://www.kds.dk",
"name": "KDS",
"roles": [
"licensor",
"host"
]
}
],
"proj:epsg": null,
"proj:shape": [
8578.0,
11478.0
],
"direction": "south",
"estimated_accuracy": 0.03,
"pers:omega": -44.7698,
"pers:phi": 0.380942,
"pers:kappa": 179.619,
"pers:perspective_center": [
588183.54,
6139993.01,
1487.55
],
"pers:crs": 25832,
"pers:vertical_crs": 5799,
"pers:rotation_matrix": [
-0.9999558139822512,
0.009400452813045877,
3.96232670918e-05,
-0.006645722687183431,
-0.7098950330736165,
0.7042761364602482,
0.00664864294865145,
0.7042447539771373,
0.7099261384416147
],
"pers:interior_orientation": {
"camera_id": "PhaseOne-IXU-RS-1000_RS011009",
"focal_length": 108.2201,
"pixel_spacing": [
0.0046,
0.0046
],
"calibration_date": "2019-02-21",
"principal_point_offset": [
0.0,
0.0
],
"sensor_array_dimensions": [
11478.0,
8578.0
]
},
"asset:data": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif"
},
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items/2019_83_36_3_0020_00000137"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "root",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "license",
"href": "https://dataforsyningen.dk/Vilkaar",
"type": "text/html; charset=UTF-8",
"title": "KDS license terms"
}
],
"assets": {
"data": {
"href": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"title": "Raw tiff file"
}
},
"crs": {
"type": "name",
"properties": {
"name": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
}
}
],
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?limit=1&bbox=10.3285%2C55.3556%2C10.4536%2C55.4132&bbox-crs=http%3A%2F%2Fwww.opengis.net%2Fdef%2Fcrs%2FOGC%2F1.3%2FCRS84",
"method": "GET"
},
{
"rel": "next",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items?limit=1&bbox=10.3285%2C55.3556%2C10.4536%2C55.4132&bbox-crs=http%3A%2F%2Fwww.opengis.net%2Fdef%2Fcrs%2FOGC%2F1.3%2FCRS84&pt=PmY6MC4wMDA0MzI3MDg3NTE1NTE4NTE1fmR0OjIwMTktMDUtMTQgMTA6MDg6MDArMDI6MDB-czoyMDE5XzgzXzM2XzNfMDAyMF8wMDAwMDEzNw%3D%3D",
"method": "GET"
}
],
"context": {
"returned": 1,
"limit": 1,
"matched": 1751
}
}
I URL'en angives {collection_id} i path, hvilken collection man ønsker at fremsøge billeder fra. Se GET /collections/{collection_id}/items under Endpoints og outputs for mulige parametre og output type.
I dette tilfælde er det skraafotos2019 collection. Dernæst angives query parameterne. Her er det parameteren bbox med værdierne 10.3285,55.3556,10.4536,55.4132, som beskriver hvilket geografisk område, der ønskes metadata om billederne fra. I dette eksempel er bbox i projektion http://www.opengis.net/def/crs/OGC/1.3/CRS84, hvilket bliver angivet i bbox-crs parameteren. Limit er sat til 1, så hvis der er et match mellem den koordinaterne for den angivne bbox og metadata for skåfotos, vil JSON response indeholde et Item objekt. I context objektet er attributterne Returned, Limit og Matched, der kan læses mere om på Context Extension, hvor det også er forklaret hvordan paging fungerer.
På tværs af årgange
Code samples
GET https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?limit=3&bbox=10.3285,55.3556,10.4536,55.4132&bbox-crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84&crs=http://www.opengis.net/def/crs/OGC/1.3/CRS84 HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json"
],
"id": "2019_83_36_3_0020_00000137",
"collection": "skraafotos2019",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.398719334026897,
55.38908518242671
],
[
10.401191526469228,
55.37908152548191
],
[
10.38168137622296,
55.37948331126825
],
[
10.385182222829927,
55.389329156032694
],
[
10.398719334026897,
55.38908518242671
]
]
]
},
"bbox": [
10.38168137622296,
55.37908152548191,
10.401191526469228,
55.389329156032694
],
"properties": {
"datetime": "2019-05-14T08:08:00Z",
"gsd": 0.1,
"license": "various",
"platform": "Fixed-wing aircraft",
"instruments": [
"PhaseOne-IXU-RS-1000_RS011009"
],
"providers": [
{
"name": "MGGP_Aero",
"roles": [
"producer"
]
},
{
"url": "https://www.kds.dk",
"name": "KDS",
"roles": [
"licensor",
"host"
]
}
],
"proj:epsg": null,
"proj:shape": [
8578.0,
11478.0
],
"direction": "south",
"estimated_accuracy": 0.03,
"pers:omega": -44.7698,
"pers:phi": 0.380942,
"pers:kappa": 179.619,
"pers:perspective_center": [
588183.54,
6139993.01,
1487.55
],
"pers:crs": 25832,
"pers:vertical_crs": 5799,
"pers:rotation_matrix": [
-0.9999558139822512,
0.009400452813045877,
3.96232670918e-05,
-0.006645722687183431,
-0.7098950330736165,
0.7042761364602482,
0.00664864294865145,
0.7042447539771373,
0.7099261384416147
],
"pers:interior_orientation": {
"camera_id": "PhaseOne-IXU-RS-1000_RS011009",
"focal_length": 108.2201,
"pixel_spacing": [
0.0046,
0.0046
],
"calibration_date": "2019-02-21",
"principal_point_offset": [
0.0,
0.0
],
"sensor_array_dimensions": [
11478.0,
8578.0
]
},
"asset:data": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif"
},
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items/2019_83_36_3_0020_00000137"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "root",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "license",
"href": "https://dataforsyningen.dk/Vilkaar",
"type": "text/html; charset=UTF-8",
"title": "KDS license terms"
}
],
"assets": {
"data": {
"href": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"title": "Raw tiff file"
}
},
"crs": {
"type": "name",
"properties": {
"name": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
}
}
],
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?limit=1&bbox=10.3285%2C55.3556%2C10.4536%2C55.4132&bbox-crs=http%3A%2F%2Fwww.opengis.net%2Fdef%2Fcrs%2FOGC%2F1.3%2FCRS84",
"method": "GET"
},
{
"rel": "next",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search?limit=1&bbox=10.3285%2C55.3556%2C10.4536%2C55.4132&bbox-crs=http%3A%2F%2Fwww.opengis.net%2Fdef%2Fcrs%2FOGC%2F1.3%2FCRS84&pt=PmY6MC4wMDA0MzI3MDg3NTE1NTE4NTE1fmR0OjIwMTktMDUtMTQgMTA6MDg6MDArMDI6MDB-czoyMDE5XzgzXzM2XzNfMDAyMF8wMDAwMDEzNw%3D%3D",
"method": "GET"
}
],
"context": {
"returned": 1,
"limit": 1,
"matched": 4276
}
}
Code samples
POST https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search HTTP/1.1
token: {{token}}
Content-Type: application/geo+json
{
"bbox": [10.3285,55.3556,10.4536,55.4132],
"bbox-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"limit": 1
}
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"stac_version": "1.0.0",
"stac_extensions": [
"https://stac-extensions.github.io/view/v1.0.0/schema.json",
"https://stac-extensions.github.io/projection/v1.0.0/schema.json",
"https://raw.githubusercontent.com/stac-extensions/perspective-imagery/main/json-schema/schema.json"
],
"id": "2019_83_36_3_0020_00000137",
"collection": "skraafotos2019",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
10.398719334026897,
55.38908518242671
],
[
10.401191526469228,
55.37908152548191
],
[
10.38168137622296,
55.37948331126825
],
[
10.385182222829927,
55.389329156032694
],
[
10.398719334026897,
55.38908518242671
]
]
]
},
"bbox": [
10.38168137622296,
55.37908152548191,
10.401191526469228,
55.389329156032694
],
"properties": {
"datetime": "2019-05-14T08:08:00Z",
"gsd": 0.1,
"license": "various",
"platform": "Fixed-wing aircraft",
"instruments": [
"PhaseOne-IXU-RS-1000_RS011009"
],
"providers": [
{
"name": "MGGP_Aero",
"roles": [
"producer"
]
},
{
"url": "https://www.kds.dk",
"name": "KDS",
"roles": [
"licensor",
"host"
]
}
],
"proj:epsg": null,
"proj:shape": [
8578.0,
11478.0
],
"direction": "south",
"estimated_accuracy": 0.03,
"pers:omega": -44.7698,
"pers:phi": 0.380942,
"pers:kappa": 179.619,
"pers:perspective_center": [
588183.54,
6139993.01,
1487.55
],
"pers:crs": 25832,
"pers:vertical_crs": 5799,
"pers:rotation_matrix": [
-0.9999558139822512,
0.009400452813045877,
3.96232670918e-05,
-0.006645722687183431,
-0.7098950330736165,
0.7042761364602482,
0.00664864294865145,
0.7042447539771373,
0.7099261384416147
],
"pers:interior_orientation": {
"camera_id": "PhaseOne-IXU-RS-1000_RS011009",
"focal_length": 108.2201,
"pixel_spacing": [
0.0046,
0.0046
],
"calibration_date": "2019-02-21",
"principal_point_offset": [
0.0,
0.0
],
"sensor_array_dimensions": [
11478.0,
8578.0
]
},
"asset:data": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif"
},
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019/items/2019_83_36_3_0020_00000137"
},
{
"rel": "parent",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/collections/skraafotos2019"
},
{
"rel": "root",
"type": "application/json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/"
},
{
"rel": "license",
"href": "https://dataforsyningen.dk/Vilkaar",
"type": "text/html; charset=UTF-8",
"title": "KDS license terms"
}
],
"assets": {
"data": {
"href": "https://cdn.dataforsyningen.dk/skraafoto_server/COG_oblique_2019/10km_613_58/1km_6138_588/2019_83_36_3_0020_00000137.tif",
"type": "image/tiff; application=geotiff; profile=cloud-optimized",
"roles": [
"data"
],
"title": "Raw tiff file"
}
},
"crs": {
"type": "name",
"properties": {
"name": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
}
}
],
"links": [
{
"rel": "self",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search",
"method": "POST",
"body": {
"bbox": [
10.3285,
55.3556,
10.4536,
55.4132
],
"bbox-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"limit": 1
}
},
{
"rel": "next",
"type": "application/geo+json",
"href": "https://api.dataforsyningen.dk/rest/skraafoto_api/v2/search",
"method": "POST",
"body": {
"bbox": [
10.3285,
55.3556,
10.4536,
55.4132
],
"bbox-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"limit": 1,
"pt": "PmY6MC4wMDA0MzI3MDg3NTE1NTE4NTE1fmR0OjIwMTktMDUtMTQgMTA6MDg6MDArMDI6MDB-czoyMDE5XzgzXzM2XzNfMDAyMF8wMDAwMDEzNw=="
}
}
],
"context": {
"returned": 1,
"limit": 1,
"matched": 4276
}
}
Se GET/POST /search under Endpoints og outputs for mulige parametre og output type.
Angiver query parameterne. Her er det parameteren bbox med værdierne 10.3285,55.3556,10.4536,55.4132, som beskriver hvilket geografisk område, man ønsker metadata om billederne fra. I dette eksempel er bbox i projektion http://www.opengis.net/def/crs/OGC/1.3/CRS84, hvilket bliver angivet i bbox-crs parameteren. Limit er sat til 1, så hvis der er et match mellem den angivet bboxs koordinater og metadata for skåfotos, vil JSON response indeholde et Item objekt. I context objektet er attributterne Returned, Limit og Matched, der kan læses mere om på Context Extension, hvor det også er forklaret hvordan paging fungerer.
Skråfoto STAC API v2
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
API til udstilling af metadata for flyfotos.
Authentication
API Key (APIKeyHeader)
- Parameter Name: token, in: header.
API Key (APIKeyQuery)
- Parameter Name: token, in: query.
Default
Landing_Page__get
Code samples
GET / HTTP/1.1
Accept: application/json
GET /
Landing Page
The landing page provides links to the API definition, the conformance statements and to the item collections in this dataset.
Example responses
200 Response
{
"id": "string",
"description": "string",
"title": "string",
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"conformsTo": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"type": "Catalog"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | LandingPage |
Conformance_Classes_conformance_get
Code samples
GET /conformance HTTP/1.1
Accept: application/json
GET /conformance
Conformance Classes
A list of all conformance classes specified in the standards that the server conforms to.
Example responses
200 Response
{
"conformsTo": [
"http://example.com"
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | ConformanceClasses |
Get_Item_collections__collection_id__items__item_id__get
Code samples
GET /collections/{collection_id}/items/{item_id} HTTP/1.1
Accept: application/geo+json
GET /collections/{collection_id}/items/{item_id}
Get Item
The item with id itemId in the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collection_id | path | string | true | Collection Id |
| item_id | path | string | true | Item Id |
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
Example responses
200 Response
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Item |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Search_search_get
Code samples
GET /search HTTP/1.1
Accept: application/geo+json
GET /search
Search
Query items matching across collections. It is recommended to use the POST endpoint instead.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collections | query | string | false | Array of collection Ids to search for items. |
| ids | query | string | false | Array of Item ids to return. All other filter parameters that further restrict the number of search results are ignored |
| bbox | query | string | false | Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. See also bbox-crs. |
| bbox-crs | query | string | false | The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server. |
| intersects | query | string | false | Only return items intersecting this GeoJSON Geometry. Mutually exclusive with bbox. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
| datetime | query | string | false | Only return items that have a temporal property that intersects this value. Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. |
| limit | query | integer | false | Limits the number of results that are included in each page of the response. |
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
| filter | query | string | false | A CQL filter expression for filtering items. Supports CQL-JSON as defined in https://portal.ogc.org/files/96288. If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
| filter-lang | query | string | false | The CQL filter encoding that the 'filter' value uses. This server only supports the encoding cql-json |
| filter-crs | query | string | false | The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server. |
| sortby | query | string | false | none |
| pt | query | string | false | Token used for paging functionality. Only use tokens as returned by the API in the links section of the response. |
Detailed descriptions
bbox: Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. See also bbox-crs.
Example: 10.312385559082033,55.33392904334293,10.36388397216797,55.353452174893285
datetime: Only return items that have a temporal property that intersects this value. Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.
Examples:
- A date-time: 2018-02-12T23:20:50Z
- A closed interval: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z
- Open intervals: 2018-02-12T00:00:00Z/.. or ../2018-03-18T12:31:12Z
filter: A CQL filter expression for filtering items. Supports CQL-JSON as defined in https://portal.ogc.org/files/96288. If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Remember to URL encode the CQL-JSON if using GET /search or /collections/{collectionid}/items.
Example:
{ "gt": [ { "property": "gsd" }, "0.1" ] }
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
],
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"context": {
"returned": 0,
"limit": 0,
"matched": 0
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | ItemCollection |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Search_search_post
Code samples
POST /search HTTP/1.1
Content-Type: application/json
Accept: application/geo+json
POST /search
Search
Query items matching across collections..
Body parameter
{
"collections": [
"string"
],
"ids": [
"string"
],
"bbox": [
0,
0,
0,
0
],
"bbox-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"intersects": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"datetime": "2019-08-24T14:15:22Z",
"limit": 10,
"filter": {},
"filter-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"filter-lang": "cql-json",
"sortby": [
{
"field": "string",
"direction": "asc"
}
],
"pt": "string",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| body | body | SearchPostRequest | true | none |
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
],
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"context": {
"returned": 0,
"limit": 0,
"matched": 0
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | ItemCollection |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Get_Collections_collections_get
Code samples
GET /collections HTTP/1.1
Accept: application/json
GET /collections
Get Collections
The collections in the service.
Example responses
200 Response
{
"links": [
{
"href": "string",
"rel": "string",
"type": "string",
"title": "string",
"label:assets": "string"
}
],
"collections": [
{
"id": "string",
"description": "string",
"stac_version": "1.0.0",
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"title": "string",
"type": "Collection",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"license": "string",
"extent": {
"spatial": {
"bbox": [
[
0
]
]
},
"temporal": {
"interval": [
[
"string"
]
]
}
},
"keywords": [
"string"
],
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"summaries": {
"property1": {
"minimum": 0,
"maximum": 0
},
"property2": {
"minimum": 0,
"maximum": 0
}
}
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Collections |
Get_Collection_collections__collection_id__get
Code samples
GET /collections/{collection_id} HTTP/1.1
Accept: application/json
GET /collections/{collection_id}
Get Collection
The collection with id collectionId
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collection_id | path | string | true | Collection Id |
Example responses
200 Response
{
"id": "string",
"description": "string",
"stac_version": "1.0.0",
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"title": "string",
"type": "Collection",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"license": "string",
"extent": {
"spatial": {
"bbox": [
[
0
]
]
},
"temporal": {
"interval": [
[
"string"
]
]
}
},
"keywords": [
"string"
],
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"summaries": {
"property1": {
"minimum": 0,
"maximum": 0
},
"property2": {
"minimum": 0,
"maximum": 0
}
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Collection |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Get_ItemCollection_collections__collection_id__items_get
Code samples
GET /collections/{collection_id}/items HTTP/1.1
Accept: application/geo+json
GET /collections/{collection_id}/items
Get Itemcollection
Items of the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collection_id | path | string | true | Collection Id |
| limit | query | integer | false | Limits the number of results that are included in each page of the response. |
| bbox | query | string | false | Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. See also bbox-crs. |
| bbox-crs | query | string | false | The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server. |
| datetime | query | string | false | Only return items that have a temporal property that intersects this value. Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots. |
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
| filter | query | string | false | A CQL filter expression for filtering items. Supports CQL-JSON as defined in https://portal.ogc.org/files/96288. If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
| filter-lang | query | string | false | The CQL filter encoding that the 'filter' value uses. This server only supports the encoding cql-json |
| filter-crs | query | string | false | The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server. |
| pt | query | string | false | Token used for paging functionality. Only use tokens as returned by the API in the links section of the response. |
Detailed descriptions
bbox: Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. See also bbox-crs.
Example: 10.312385559082033,55.33392904334293,10.36388397216797,55.353452174893285
datetime: Only return items that have a temporal property that intersects this value. Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.
Examples:
- A date-time: 2018-02-12T23:20:50Z
- A closed interval: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z
- Open intervals: 2018-02-12T00:00:00Z/.. or ../2018-03-18T12:31:12Z
filter: A CQL filter expression for filtering items. Supports CQL-JSON as defined in https://portal.ogc.org/files/96288. If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Remember to URL encode the CQL-JSON if using GET /search or /collections/{collectionid}/items.
Example:
{ "gt": [ { "property": "gsd" }, "0.1" ] }
Example responses
200 Response
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
],
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"context": {
"returned": 0,
"limit": 0,
"matched": 0
}
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | ItemCollection |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Filter Extension
Queryables_queryables_get
Code samples
GET /queryables HTTP/1.1
Accept: application/json
GET /queryables
Queryables
Global item properties ("queryables") that may be used to construct a filter expression.
Example responses
200 Response
null
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Inline |
Response Schema
Collection_Queryables_collections__collection_id__queryables_get
Code samples
GET /collections/{collection_id}/queryables HTTP/1.1
Accept: application/json
GET /collections/{collection_id}/queryables
Collection Queryables
Item properties ("queryables") that may be used to construct a filter expression for items of the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collection_id | path | string | true | Collection Id |
Example responses
200 Response
null
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Inline |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Liveliness/Readiness
ping__mgmt_ping_get
Code samples
GET /_mgmt/ping HTTP/1.1
Accept: application/json
GET /_mgmt/ping
Ping
Liveliness/readiness probe.
Example responses
200 Response
null
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Inline |
Response Schema
Schemas
Asset
{
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
Asset
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | false | none |
| description | string | false | none |
| start_datetime | string(date-time) | false | none |
| end_datetime | string(date-time) | false | none |
| created | string(date-time) | false | none |
| updated | string(date-time) | false | none |
| platform | string | false | none |
| instruments | [string] | false | none |
| constellation | string | false | none |
| mission | string | false | none |
| providers | [Provider] | false | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#provider-object] |
| gsd | number | false | none |
| href | string | true | none |
| type | string | false | none |
| roles | [string] | false | none |
Collection
{
"id": "string",
"description": "string",
"stac_version": "1.0.0",
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"title": "string",
"type": "Collection",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"license": "string",
"extent": {
"spatial": {
"bbox": [
[
0
]
]
},
"temporal": {
"interval": [
[
"string"
]
]
}
},
"keywords": [
"string"
],
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"summaries": {
"property1": {
"minimum": 0,
"maximum": 0
},
"property2": {
"minimum": 0,
"maximum": 0
}
}
}
Collection
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | true | none |
| description | string | true | none |
| stac_version | string | false | none |
| links | Links | true | none |
| stac_extensions | [string] | false | none |
| title | string | false | none |
| type | string | false | none |
| assets | object | false | none |
| » additionalProperties | Asset | false | https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#asset-object |
| license | string | true | none |
| extent | Extent | true | https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#extent-object |
| keywords | [string] | false | none |
| providers | [Provider] | false | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#provider-object] |
| summaries | object | false | none |
| » additionalProperties | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | Range | false | https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#stats-object |
or
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | object | false | none |
Collections
{
"links": [
{
"href": "string",
"rel": "string",
"type": "string",
"title": "string",
"label:assets": "string"
}
],
"collections": [
{
"id": "string",
"description": "string",
"stac_version": "1.0.0",
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"title": "string",
"type": "Collection",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"license": "string",
"extent": {
"spatial": {
"bbox": [
[
0
]
]
},
"temporal": {
"interval": [
[
"string"
]
]
}
},
"keywords": [
"string"
],
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"summaries": {
"property1": {
"minimum": 0,
"maximum": 0
},
"property2": {
"minimum": 0,
"maximum": 0
}
}
}
]
}
Collections
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| links | [Link] | true | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#link-object] |
| collections | [Collection] | true | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md] |
ConformanceClasses
{
"conformsTo": [
"http://example.com"
]
}
ConformanceClasses
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| conformsTo | [string] | true | none |
ContextExtension
{
"returned": 0,
"limit": 0,
"matched": 0
}
ContextExtension
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| returned | integer | true | none |
| limit | integer | false | none |
| matched | integer | false | none |
Extent
{
"spatial": {
"bbox": [
[
0
]
]
},
"temporal": {
"interval": [
[
"string"
]
]
}
}
Extent
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| spatial | SpatialExtent | true | https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#spatial-extent-object |
| temporal | TimeInterval | true | https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#temporal-extent-object |
FilterLang
"cql-json"
FilterLang
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| FilterLang | string | false | Choices for filter-lang value in a POST request. Based on https://github.com/stac-api-extensions/filter#queryables Note the addition of cql2-json, which is used by the pgstac backend, but is not included in the spec above. |
Enumerated Values
| Property | Value |
|---|---|
| FilterLang | cql-json |
GeometryCollection
{
"type": "GeometryCollection",
"geometries": [
{
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
}
],
"bbox": [
0,
0,
0,
0
]
}
GeometryCollection
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| geometries | [anyOf] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | any | false | none |
oneOf
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | Point | false | Point Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiPoint | false | MultiPoint Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | LineString | false | LineString Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiLineString | false | MultiLineString Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | Polygon | false | Polygon Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiPolygon | false | MultiPolygon Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | GeometryCollection | false | GeometryCollection Model |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | GeometryCollection |
HTTPValidationError
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
HTTPValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| detail | [ValidationError] | false | none |
Item
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
Item
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| geometry | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | any | false | none |
oneOf
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | Point | false | Point Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiPoint | false | MultiPoint Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | LineString | false | LineString Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiLineString | false | MultiLineString Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | Polygon | false | Polygon Model |
xor
| Name | Type | Required | Description |
|---|---|---|---|
| »» anonymous | MultiPolygon | false | MultiPolygon Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | GeometryCollection | false | GeometryCollection Model |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| properties | ItemProperties | true | https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#properties-object |
| id | string | true | none |
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| stac_version | string | false | none |
| assets | object | true | none |
| » additionalProperties | Asset | false | https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#asset-object |
| links | Links | true | none |
| stac_extensions | [string] | false | none |
| collection | string | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | Feature |
ItemCollection
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"properties": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
},
"id": "string",
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"assets": {
"property1": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
},
"property2": {
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"href": "string",
"type": "string",
"roles": [
"string"
]
}
},
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"stac_extensions": [
"http://example.com"
],
"collection": "string"
}
],
"bbox": [
0,
0,
0,
0
],
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"context": {
"returned": 0,
"limit": 0,
"matched": 0
}
}
ItemCollection
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| features | [Item] | true | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md] |
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| stac_version | string | false | none |
| stac_extensions | [string] | false | none |
| links | Links | true | none |
| context | ContextExtension | false | https://github.com/radiantearth/stac-api-spec/tree/master/extensions/context#context-extension-specification |
Enumerated Values
| Property | Value |
|---|---|
| type | FeatureCollection |
ItemProperties
{
"title": "string",
"description": "string",
"start_datetime": "2019-08-24T14:15:22Z",
"end_datetime": "2019-08-24T14:15:22Z",
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z",
"platform": "string",
"instruments": [
"string"
],
"constellation": "string",
"mission": "string",
"providers": [
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
],
"gsd": 0,
"datetime": "2019-08-24T14:15:22Z"
}
ItemProperties
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| title | string | false | none |
| description | string | false | none |
| start_datetime | string(date-time) | false | none |
| end_datetime | string(date-time) | false | none |
| created | string(date-time) | false | none |
| updated | string(date-time) | false | none |
| platform | string | false | none |
| instruments | [string] | false | none |
| constellation | string | false | none |
| mission | string | false | none |
| providers | [Provider] | false | [https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#provider-object] |
| gsd | number | false | none |
| datetime | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string(date-time) | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
LandingPage
{
"id": "string",
"description": "string",
"title": "string",
"stac_version": "1.0.0",
"stac_extensions": [
"http://example.com"
],
"conformsTo": [
"http://example.com"
],
"links": [
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
],
"type": "Catalog"
}
LandingPage
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | true | none |
| description | string | true | none |
| title | string | false | none |
| stac_version | string | false | none |
| stac_extensions | [string] | false | none |
| conformsTo | [string] | true | none |
| links | Links | true | none |
| type | string | false | none |
LineString
{
"type": "LineString",
"coordinates": [
[
0,
0
],
[
0,
0
]
],
"bbox": [
0,
0,
0,
0
]
}
LineString
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | [anyOf] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | LineString |
Link
{
"href": "string",
"rel": "string",
"type": "string",
"title": "string",
"label:assets": "string"
}
Link
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| href | string | true | none |
| rel | string | true | none |
| type | string | false | none |
| title | string | false | none |
| label:assets | string | false | none |
Links
[
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
]
Links
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| Links | [anyOf] | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | PaginationLink | false | https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#paging-extension |
or
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | Link | false | https://github.com/radiantearth/stac-spec/blob/v1.0.0/collection-spec/collection-spec.md#link-object |
MultiLineString
{
"type": "MultiLineString",
"coordinates": [
[
[
0,
0
],
[
0,
0
]
]
],
"bbox": [
0,
0,
0,
0
]
}
MultiLineString
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | [array] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | MultiLineString |
MultiPoint
{
"type": "MultiPoint",
"coordinates": [
[
0,
0
]
],
"bbox": [
0,
0,
0,
0
]
}
MultiPoint
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | [anyOf] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | MultiPoint |
MultiPolygon
{
"type": "MultiPolygon",
"coordinates": [
[
[
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
]
]
],
"bbox": [
0,
0,
0,
0
]
}
MultiPolygon
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | [array] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | MultiPolygon |
PaginationLink
{
"href": "string",
"rel": "next",
"type": "string",
"title": "string",
"label:assets": "string",
"method": "GET",
"body": {},
"merge": false
}
PaginationLink
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| href | string | true | none |
| rel | PaginationRelations | true | https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#paging-extension |
| type | string | false | none |
| title | string | false | none |
| label:assets | string | false | none |
| method | PaginationMethods | true | https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#paging-extension |
| body | object | false | none |
| merge | boolean | false | none |
PaginationMethods
"GET"
PaginationMethods
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| PaginationMethods | string | false | https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#paging-extension |
Enumerated Values
| Property | Value |
|---|---|
| PaginationMethods | GET |
| PaginationMethods | POST |
PaginationRelations
"next"
PaginationRelations
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| PaginationRelations | string | false | https://github.com/radiantearth/stac-api-spec/blob/master/api-spec.md#paging-extension |
Enumerated Values
| Property | Value |
|---|---|
| PaginationRelations | next |
| PaginationRelations | previous |
Point
{
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
}
Point
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | Point |
Polygon
{
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
0,
0
],
[
0,
0
],
[
0,
0
]
]
],
"bbox": [
0,
0,
0,
0
]
}
Polygon
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | true | none |
| coordinates | [array] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | [any] | false | none |
Enumerated Values
| Property | Value |
|---|---|
| type | Polygon |
Provider
{
"name": "string",
"description": "string",
"roles": [
"string"
],
"url": "string"
}
Provider
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | true | none |
| description | string | false | none |
| roles | [string] | false | none |
| url | string | false | none |
Range
{
"minimum": 0,
"maximum": 0
}
Range
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| minimum | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | number | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | integer | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| maximum | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | number | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | integer | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
SearchPostRequest
{
"collections": [
"string"
],
"ids": [
"string"
],
"bbox": [
0,
0,
0,
0
],
"bbox-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"intersects": {
"type": "Point",
"coordinates": [
0,
0
],
"bbox": [
0,
0,
0,
0
]
},
"datetime": "2019-08-24T14:15:22Z",
"limit": 10,
"filter": {},
"filter-crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84",
"filter-lang": "cql-json",
"sortby": [
{
"field": "string",
"direction": "asc"
}
],
"pt": "string",
"crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
}
SearchPostRequest
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| collections | [string] | false | none |
| ids | [string] | false | none |
| bbox | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| bbox-crs | string | false | none |
| intersects | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | Point | false | Point Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | MultiPoint | false | MultiPoint Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | LineString | false | LineString Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | MultiLineString | false | MultiLineString Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | Polygon | false | Polygon Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | MultiPolygon | false | MultiPolygon Model |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | GeometryCollection | false | GeometryCollection Model |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| datetime | any | false | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string(date-time) | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [format] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | [any] | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | false | none |
| filter | object | false | none |
| filter-crs | string | false | none |
| filter-lang | FilterLang | false | Choices for filter-lang value in a POST request. Based on https://github.com/stac-api-extensions/filter#queryables Note the addition of cql2-json, which is used by the pgstac backend, but is not included in the spec above. |
| sortby | [SortExtension] | false | [https://github.com/radiantearth/stac-api-spec/tree/master/extensions/sort#sort-api-extension] |
| pt | string | false | none |
| crs | string | false | none |
Enumerated Values
| Property | Value |
|---|---|
| bbox-crs | http://www.opengis.net/def/crs/OGC/1.3/CRS84 |
| bbox-crs | http://www.opengis.net/def/crs/EPSG/0/25832 |
| filter-crs | http://www.opengis.net/def/crs/OGC/1.3/CRS84 |
| filter-crs | http://www.opengis.net/def/crs/EPSG/0/25832 |
| crs | http://www.opengis.net/def/crs/OGC/1.3/CRS84 |
| crs | http://www.opengis.net/def/crs/EPSG/0/25832 |
SortDirections
"asc"
SortDirections
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| SortDirections | string | false | An enumeration. |
Enumerated Values
| Property | Value |
|---|---|
| SortDirections | asc |
| SortDirections | desc |
SortExtension
{
"field": "string",
"direction": "asc"
}
SortExtension
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| field | string | true | none |
| direction | SortDirections | true | An enumeration. |
SpatialExtent
{
"bbox": [
[
0
]
]
}
SpatialExtent
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| bbox | [array] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | number | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | integer | false | none |
TimeInterval
{
"interval": [
[
"string"
]
]
}
TimeInterval
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| interval | [array] | true | none |
ValidationError
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
ValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| loc | [anyOf] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | integer | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| msg | string | true | none |
| type | string | true | none |
Skråfoto STAC API v1.0
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
API til udstilling af metadata for ikke-oprettede flyfotos.
Authentication
API Key (APIKeyHeader)
- Parameter Name: token, in: header.
API Key (APIKeyQuery)
- Parameter Name: token, in: query.
Default
Landing_Page__get
Code samples
GET / HTTP/1.1
Accept: application/json
GET /
Landing Page
The landing page provides links to the API definition, the conformance statements and to the item collections in this dataset.
Example responses
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
Response Schema
Conformance_Classes_conformance_get
Code samples
GET /conformance HTTP/1.1
Accept: application/json
GET /conformance
Conformance Classes
A list of all conformance classes specified in the standards that the server conforms to.
Example responses
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
Response Schema
Get_Item_collections__collectionId__items__itemId__get
Code samples
GET /collections/{collectionId}/items/{itemId} HTTP/1.1
Accept: application/json
GET /collections/{collectionId}/items/{itemId}
Get Item
The item with id itemId in the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collectionId | path | string | true | Collection Id |
| itemId | path | string | true | Item Id |
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
Detailed descriptions
crs: Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84
Example responses
422 Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Search_search_get
Code samples
GET /search HTTP/1.1
Accept: application/geo+json
GET /search
Search
Query items matching across collections. It is recommended to use the POST endpoint instead.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
| limit | query | integer | false | Limits the number of results that are included in each page of the response. |
| pt | query | string | false | Token used for paging functionality. Only use tokens as returned by the API in the links section of the response. |
| ids | query | string | false | Array of Item ids to return. All other filter parameters that further restrict the number of search results are ignored |
| bbox | query | string | false | Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
| bbox-crs | query | string | false | The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server. |
| datetime | query | string | false | Only return items that have a temporal property that intersects this value. |
| filter | query | string | false | A CQL filter expression for filtering items. |
| filter-lang | query | string | false | The CQL filter encoding that the 'filter' value uses. This server only supports the encoding cql-json |
| filter-crs | query | string | false | The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server. |
| collections | query | string | false | Array of collection Ids to search for items. |
| sortby | query | string | false | An array of property names, prefixed by either "+" for ascending or "-" for descending. If no prefix is provided, "+" is assumed. |
| intersects | query | string | false | Only return items intersecting this GeoJSON Geometry. Mutually exclusive with bbox. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
Detailed descriptions
crs: Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84
bbox: Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Example: 10.312385559082033,55.33392904334293,10.36388397216797,55.353452174893285
See also bbox-crs.
bbox-crs: The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84.
datetime: Only return items that have a temporal property that intersects this value.
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.
Examples:
- A date-time: 2018-02-12T23:20:50Z
- A closed interval: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z
- Open intervals: 2018-02-12T00:00:00Z/.. or ../2018-03-18T12:31:12Z
filter: A CQL filter expression for filtering items.
Supports CQL-JSON as defined in https://portal.ogc.org/files/96288
Example:
{ "gt": [ { "property": "gsd" }, "0.1" ] }
If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Remember to URL encode the CQL-JSON if using GET /search or /collections/{collectionid}/items.
filter-crs: The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84.
sortby: An array of property names, prefixed by either "+" for ascending or "-" for descending. If no prefix is provided, "+" is assumed.
Example: -gsd,-datetime
Example responses
422 Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Search_search_post
Code samples
POST /search HTTP/1.1
Content-Type: application/json
Accept: application/geo+json
POST /search
Search
Query items matching across collections..
Body parameter
false
Example responses
422 Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Get_Collections_collections_get
Code samples
GET /collections HTTP/1.1
Accept: application/json
GET /collections
Get Collections
The collections in the service.
Example responses
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
Response Schema
Get_Collection_collections__collectionId__get
Code samples
GET /collections/{collectionId} HTTP/1.1
Accept: application/json
GET /collections/{collectionId}
Get Collection
The collection with id collectionId
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collectionId | path | string | true | Collection Id |
Example responses
422 Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Get_ItemCollection_collections__collectionId__items_get
Code samples
GET /collections/{collectionId}/items HTTP/1.1
Accept: application/json
GET /collections/{collectionId}/items
Get Itemcollection
Items of the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collectionId | path | string | true | Collection Id |
| crs | query | string | false | Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection. |
| limit | query | integer | false | Limits the number of results that are included in each page of the response. |
| pt | query | string | false | Token used for paging functionality. Only use tokens as returned by the API in the links section of the response. |
| ids | query | string | false | Array of Item ids to return. All other filter parameters that further restrict the number of search results are ignored |
| bbox | query | array[number] | false | Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos. |
| bbox-crs | query | string | false | The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server. |
| datetime | query | string | false | Only return items that have a temporal property that intersects this value. |
| filter | query | string | false | A CQL filter expression for filtering items. |
| filter-lang | query | string | false | The CQL filter encoding that the 'filter' value uses. This server only supports the encoding cql-json |
| filter-crs | query | string | false | The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server. |
Detailed descriptions
crs: Retrieve geometries in a specific CRS. Specified CRS must be supported by the collection.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84
bbox: Only return items intersecting this bounding box. Mutually exclusive with intersects. The default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Example: 10.312385559082033,55.33392904334293,10.36388397216797,55.353452174893285
See also bbox-crs.
bbox-crs: The coordinate reference system (CRS) used by bbox param. The specified CRS must be supported by the server.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84.
datetime: Only return items that have a temporal property that intersects this value.
Either a date-time or an interval, open or closed. Date and time expressions adhere to RFC 3339. Open intervals are expressed using double-dots.
Examples:
- A date-time: 2018-02-12T23:20:50Z
- A closed interval: 2018-02-12T00:00:00Z/2018-03-18T12:31:12Z
- Open intervals: 2018-02-12T00:00:00Z/.. or ../2018-03-18T12:31:12Z
filter: A CQL filter expression for filtering items.
Supports CQL-JSON as defined in https://portal.ogc.org/files/96288
Example:
{ "gt": [ { "property": "gsd" }, "0.1" ] }
If filter input has a geometry, the default sort is the shortest distance between specifed geometry centroid and the footprint centroid of skraafotos.
Remember to URL encode the CQL-JSON if using GET /search or /collections/{collectionid}/items.
filter-crs: The coordinate reference system (CRS) used by spatial literals in the 'filter' value. The specified CRS must be supported by the server.
Default is http://www.opengis.net/def/crs/OGC/1.3/CRS84.
Example responses
422 Response
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | None |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Filter Extension
Queryables_queryables_get
Code samples
GET /queryables HTTP/1.1
Accept: application/json
GET /queryables
Queryables
Global item properties ("queryables") that may be used to construct a filter expression.
Example responses
200 Response
null
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Inline |
Response Schema
Collection_Queryables_collections__collectionId__queryables_get
Code samples
GET /collections/{collectionId}/queryables HTTP/1.1
Accept: application/json
GET /collections/{collectionId}/queryables
Collection Queryables
Item properties ("queryables") that may be used to construct a filter expression for items of the collection with id collectionId.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| collectionId | path | string | true | Collection Id |
Example responses
200 Response
null
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Inline |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
Response Schema
Schemas
HTTPValidationError
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
HTTPValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| detail | [ValidationError] | false | none |
ValidationError
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
ValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| loc | [string] | true | none |
| msg | string | true | none |
| type | string | true | none |
WEBPROJ v1.2.5
Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.
API til koordinattransformationer
APIet WEBPROJ giver adgang til at transformere multidimensionelle koordinatsæt.
Til adgang benyttes Dataforsyningens brugeradgang som ved andre tjenester.
Authentication
API Key (APIKeyHeader)
- Parameter Name: token, in: header.
API Key (APIKeyQuery)
- Parameter Name: token, in: query.
Default
crs_index_v1_2_crs__get
Code samples
GET /v1.2/crs/ HTTP/1.1
Accept: application/json
GET /v1.2/crs/
Crs Index
List available coordinate reference systems
Example responses
200 Response
{
"DK": [
"string"
],
"GL": [
"string"
],
"Global": [
"string"
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRSList |
crs_index_v1_1_crs__get
Code samples
GET /v1.1/crs/ HTTP/1.1
Accept: application/json
GET /v1.1/crs/
Crs Index
List available coordinate reference systems
Example responses
200 Response
{
"DK": [
"string"
],
"GL": [
"string"
],
"Global": [
"string"
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRSList |
crs_index_v1_0_crs__get
Code samples
GET /v1.0/crs/ HTTP/1.1
Accept: application/json
GET /v1.0/crs/
Crs Index
List available coordinate reference systems
Example responses
200 Response
{
"DK": [
"string"
],
"GL": [
"string"
],
"Global": [
"string"
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRSList |
crs_v1_0_v1_0_crs__crs__get
Code samples
GET /v1.0/crs/{crs} HTTP/1.1
Accept: application/json
GET /v1.0/crs/{crs}
Crs V1 0
Retrieve information about a given coordinate reference system
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| crs | path | any | true | none |
Example responses
200 Response
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRS_1_0 |
| 400 | Bad Request | Bad Request | HTTPError |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
crs_v1_1_v1_1_crs__crs__get
Code samples
GET /v1.1/crs/{crs} HTTP/1.1
Accept: application/json
GET /v1.1/crs/{crs}
Crs V1 1
Retrieve information about a given coordinate reference system
Version 1.1 includes the SRID, area of use and bounding box in the CRS info.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| crs | path | any | true | none |
Example responses
200 Response
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string",
"srid": "string",
"area_of_use": "string",
"bounding_box": [
0,
0,
0,
0
]
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRS_1_1 |
| 400 | Bad Request | Bad Request | HTTPError |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
crs_v1_2_v1_2_crs__crs__get
Code samples
GET /v1.2/crs/{crs} HTTP/1.1
Accept: application/json
GET /v1.2/crs/{crs}
Crs V1 2
Retrieve information about a given coordinate reference system
Version 1.2 includes coodinate units of the returned CRS.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| crs | path | any | true | none |
Example responses
200 Response
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string",
"srid": "string",
"area_of_use": "string",
"bounding_box": [
0,
0,
0,
0
],
"v1_unit": "string",
"v2_unit": "string",
"v3_unit": "string",
"v4_unit": "string"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | CRS_1_2 |
| 400 | Bad Request | Bad Request | HTTPError |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_2d_v1_2_trans__src___dst___v__get
Code samples
GET /v1.2/trans/{src}/{dst}/{v} HTTP/1.1
Accept: application/json
GET /v1.2/trans/{src}/{dst}/{v}
Transformation 2D
Transform a 2D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_2d_v1_1_trans__src___dst___v__get
Code samples
GET /v1.1/trans/{src}/{dst}/{v} HTTP/1.1
Accept: application/json
GET /v1.1/trans/{src}/{dst}/{v}
Transformation 2D
Transform a 2D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_2d_v1_0_trans__src___dst___v__get
Code samples
GET /v1.0/trans/{src}/{dst}/{v} HTTP/1.1
Accept: application/json
GET /v1.0/trans/{src}/{dst}/{v}
Transformation 2D
Transform a 2D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_3d_v1_2_trans__src___dst___v1___v2___v3__get
Code samples
GET /v1.2/trans/{src}/{dst}/{v1},{v2},{v3} HTTP/1.1
Accept: application/json
GET /v1.2/trans/{src}/{dst}/{v1},{v2},{v3}
Transformation 3D
Transform a 3D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_3d_v1_1_trans__src___dst___v1___v2___v3__get
Code samples
GET /v1.1/trans/{src}/{dst}/{v1},{v2},{v3} HTTP/1.1
Accept: application/json
GET /v1.1/trans/{src}/{dst}/{v1},{v2},{v3}
Transformation 3D
Transform a 3D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_3d_v1_0_trans__src___dst___v1___v2___v3__get
Code samples
GET /v1.0/trans/{src}/{dst}/{v1},{v2},{v3} HTTP/1.1
Accept: application/json
GET /v1.0/trans/{src}/{dst}/{v1},{v2},{v3}
Transformation 3D
Transform a 3D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_4d_v1_2_trans__src___dst___v1___v2___v3___v4__get
Code samples
GET /v1.2/trans/{src}/{dst}/{v1},{v2},{v3},{v4} HTTP/1.1
Accept: application/json
GET /v1.2/trans/{src}/{dst}/{v1},{v2},{v3},{v4}
Transformation 4D
Transform a 4D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
| v4 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_4d_v1_1_trans__src___dst___v1___v2___v3___v4__get
Code samples
GET /v1.1/trans/{src}/{dst}/{v1},{v2},{v3},{v4} HTTP/1.1
Accept: application/json
GET /v1.1/trans/{src}/{dst}/{v1},{v2},{v3},{v4}
Transformation 4D
Transform a 4D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
| v4 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
transformation_4d_v1_0_trans__src___dst___v1___v2___v3___v4__get
Code samples
GET /v1.0/trans/{src}/{dst}/{v1},{v2},{v3},{v4} HTTP/1.1
Accept: application/json
GET /v1.0/trans/{src}/{dst}/{v1},{v2},{v3},{v4}
Transformation 4D
Transform a 4D coordinate from one CRS to another
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| src | path | string | true | none |
| dst | path | string | true | none |
| v1 | path | string | true | none |
| v2 | path | string | true | none |
| v3 | path | string | true | none |
| v4 | path | string | true | none |
Example responses
200 Response
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | Coordinate |
| 422 | Unprocessable Entity | Validation Error | HTTPValidationError |
info_v1_2_info__get
Code samples
GET /v1.2/info/ HTTP/1.1
Accept: application/json
GET /v1.2/info/
Info
Retrieve information about the running instance of WEBPROJ and it's constituent components.
Example responses
200 Response
{
"webproj_version": "string",
"proj_version": "string"
}
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful Response | WEBPROJInfo |
Schemas
CRSList
{
"DK": [
"string"
],
"GL": [
"string"
],
"Global": [
"string"
]
}
CRSList
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| DK | [string] | true | none |
| GL | [string] | true | none |
| Global | [string] | true | none |
CRS_1_0
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string"
}
CRS_1_0
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| country | string | true | none |
| title | string | true | none |
| title_short | string | true | none |
| v1 | string | true | none |
| v1_short | string | true | none |
| v2 | string | true | none |
| v2_short | string | true | none |
| v3 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v3_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
CRS_1_1
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string",
"srid": "string",
"area_of_use": "string",
"bounding_box": [
0,
0,
0,
0
]
}
CRS_1_1
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| country | string | true | none |
| title | string | true | none |
| title_short | string | true | none |
| v1 | string | true | none |
| v1_short | string | true | none |
| v2 | string | true | none |
| v2_short | string | true | none |
| v3 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v3_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| srid | string | true | none |
| area_of_use | string | true | none |
| bounding_box | array | true | none |
CRS_1_2
{
"country": "string",
"title": "string",
"title_short": "string",
"v1": "string",
"v1_short": "string",
"v2": "string",
"v2_short": "string",
"v3": "string",
"v3_short": "string",
"v4": "string",
"v4_short": "string",
"srid": "string",
"area_of_use": "string",
"bounding_box": [
0,
0,
0,
0
],
"v1_unit": "string",
"v2_unit": "string",
"v3_unit": "string",
"v4_unit": "string"
}
CRS_1_2
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| country | string | true | none |
| title | string | true | none |
| title_short | string | true | none |
| v1 | string | true | none |
| v1_short | string | true | none |
| v2 | string | true | none |
| v2_short | string | true | none |
| v3 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v3_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4_short | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| srid | string | true | none |
| area_of_use | string | true | none |
| bounding_box | array | true | none |
| v1_unit | string | true | none |
| v2_unit | string | true | none |
| v3_unit | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4_unit | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
Coordinate
{
"v1": 0,
"v2": 0,
"v3": 0,
"v4": 0
}
Coordinate
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| v1 | number | true | none |
| v2 | number | true | none |
| v3 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | number | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| v4 | any | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | number | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | null | false | none |
HTTPError
{
"detail": "string"
}
HTTPError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| detail | string | true | none |
HTTPValidationError
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}
HTTPValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| detail | [ValidationError] | false | none |
ValidationError
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
ValidationError
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| loc | [anyOf] | true | none |
anyOf
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | string | false | none |
or
| Name | Type | Required | Description |
|---|---|---|---|
| » anonymous | integer | false | none |
continued
| Name | Type | Required | Description |
|---|---|---|---|
| msg | string | true | none |
| type | string | true | none |
WEBPROJInfo
{
"webproj_version": "string",
"proj_version": "string"
}
WEBPROJInfo
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| webproj_version | string | true | none |
| proj_version | string | true | none |