-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
70 lines (70 loc) · 2.38 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"streams": [
{
"type": "dwd-phenology",
"stations": {
"field_map": {
"Stations_id": "id",
"Stationsname": "name",
"geograph.Breite": "latitude",
"geograph.Laenge": "longitude",
"Naturraumgruppe_Code": "natural_region_group_code",
"Naturraumgruppe": "natural_region_group",
"Naturraum_Code": "natural_region_code",
"Naturraum": "natural_region",
"Stationshoehe": "height",
"Datum Stationsaufloesung": "date",
"Bundesland": "state"
},
"url": "https://opendata.dwd.de/climate_environment/CDC/help/PH_Beschreibung_Phaenologie_Stationen_Sofortmelder.txt"
},
"phases": {
"field_map": {
"Phase_ID": "id",
"Phase": "name_german",
"Phase_englisch": "name_english"
},
"url": "https://opendata.dwd.de/climate_environment/CDC/help/PH_Beschreibung_Phase.txt"
},
"plants": {
"field_map": {
"Objekt_ID": "id",
"Objekt": "name_german",
"Objekt_englisch": "name_english",
"Objekt_latein": "name_latin"
},
"url": "https://opendata.dwd.de/climate_environment/CDC/help/PH_Beschreibung_Pflanze.txt"
},
"field_map": {
"stations_id": "station_id",
"referenzjahr": "year",
"qualitaetsniveau": "data_quality_bit",
"objekt_id": "object_id",
"phase_id": "phase_id",
"eintrittsdatum": "date",
"eintrittsdatum_qb": "date_quality_bit",
"jultag": "day_of_year"
},
"sources": [
{
"type": "index",
"kind": "crop",
"prefix": "PH_Sofortmelder_Landwirtschaft_Kulturpflanze",
"url": "https://opendata.dwd.de/climate_environment/CDC/observations_germany/phenology/immediate_reporters/crops/recent/"
},
{
"type": "index",
"kind": "fruit",
"prefix": "PH_Sofortmelder_Obst",
"url": "https://opendata.dwd.de/climate_environment/CDC/observations_germany/phenology/immediate_reporters/fruit/recent/"
},
{
"type": "index",
"kind": "wild",
"prefix": "PH_Sofortmelder_Wildwachsende_Pflanze",
"url": "https://opendata.dwd.de/climate_environment/CDC/observations_germany/phenology/immediate_reporters/wild/recent/"
}
]
}
]
}