bundesAPI / bundesAPI/sofortmassnahmen

Bundesamt für Naturschutz BfN

Open
#51 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
99
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Das BfN bietet auch einige MapServer-APIs an, leider recht unübersichtlich verlinkt auf der Webseite.
https://www.bfn.de/daten-und-fakten?f[0]=data_type:469

Hier kann man neben dem akkustischen Schweinswalmonitoring (https://geodienste.bfn.de/c-pod) aber z.B. auch Landschaften abfragen (https://geodienste.bfn.de/landschaften ). Leider sind viele Karten (Verbreitung des Feuersalamanders in Deutschland) nur als PDF verfügbar.

Falls ein Kartendienst bereitgestellt wird, verwendet dieser APIs, die man dokumentieren könnte. Beispiel Landschaften:
Suche nach Landschaften:
https://geodienste.bfn.de/arcgis/rest/services/bfn_lnd/Landschaften/MapServer/2/query?f=json&where=LOWER(NAME)%20like%20%27%25fichtel%25%27&returnGeometry=false&outFields=NAME%2COBJECTID&orderByFields=NAME%20ASC
Details zu einer Landschaft:
https://geodienste.bfn.de/arcgis/rest/services/bfn_lnd/Landschaften/MapServer/2/query?f=json&where=OBJECTID%20IN(566)&returnGeometry=true&outFields=*&orderByFields=&outSR=31467
Enthält dann z.B. Fläche, Geometrie, usw.
> BEWERTUNG: "Schutzwürdige Landschaft mit Defiziten"
> CODE: "2.1"
> FLAECHE: 742
> FLUSS_LS: "nein"
> GLS: "Zentraleuropäisches Mittelgebirgs- / Stufenland"
> HECKEN_LS: "nein"
> KENNZIFFER: 39400
> NAME: "Hohes Fichtelgebirge"
> OBJECTID: 566
> SHAPE.AREA: 742916642.453614
> SHAPE.LEN: 242880.32685162302
> SHAPE_LENG: 242742.641763
> STECKBRIEF: "https://www.bfn.de/schutzwuerdige-landschaft/hohes-fichtelgebirge"
> TYP: "Reine Waldlandschaft"

Ich weiß nicht ob es Sinn macht die verschiedenen Karteninfos zu bündeln, oder pro Karte eine eigene Doku anzulegen und ob die Infos grundsätzlich von dokumentationswürdiger Relevanz sind :)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the BfN data-and-facts page and the linked Landschaften and C-POD services, then inspect the supplied ArcGIS MapServer query examples. Determine whether the map services should be documented together or separately. Done means the relevant APIs and their available information are documented with a clear, agreed scope.

Written by the indexing model from the issue text.

Assessment

Domain
api, documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.