Skip to content

feat: Add DLR EOC Geoservice Provider#2057

Open
jakimowb wants to merge 6 commits intoCS-SI:developfrom
jakimowb:develop
Open

feat: Add DLR EOC Geoservice Provider#2057
jakimowb wants to merge 6 commits intoCS-SI:developfrom
jakimowb:develop

Conversation

@jakimowb
Copy link

Your checklist for this pull request

Please review the guidelines for contributing to this repository.

  • Make sure you are making a pull request against the develop branch (left side). Also you should start your branch off our develop.
  • Check the commit's or even all commits' message styles matches our requested structure.
  • Check your code additions will fail neither code linting checks nor unit test.

Description

This PR adds the dlr_eoc_geoservice provider to access data from DLR Earth Observation Center (EOC) Geoservice https://geoservice.dlr.de
This allows to query and (given access rights) download the following datasets:

# productType Title
1 CROPTYPES_DE_P1Y CropTypes - Crop Type Maps for Germany - Yearly, 10m
2 D4H Sentinel-1 Floodmasks (Data4Human)
3 DESIS_HSI_L2A DESIS L2A HSI Products
4 DatKI_LBMDE_2021 DatKI4BKG - LBMDE 2021
5 ENMAP_HSI_L0_QL EnMAP L0 HSI Quicklook Products
6 ENMAP_HSI_L2A EnMAP L2A HSI Products
7 EO4CAM_URBANISIERUNGSGRAD EO4CAM Urbanisierungsgrad
8 FCCL_DE_P1M Forest Canopy Cover Loss - Germany - Monthly, 10m
9 FOREST_STRUCTURE_DE_AGBD_P1Y Forest Structure Germany - Above-Ground Biomass Density - Yearly
10 FOREST_STRUCTURE_DE_COVER_P1Y Forest Structure Germany - Canopy Cover - Yearly
11 FOREST_STRUCTURE_DE_RH95_P1Y Forest Structure Germany - Canopy Height - Yearly
12 GL_MOW_DE_P1Y_FC GrassLands - First Cut - Yearly, 10m
13 GL_MOW_DE_P1Y_FREQ GrassLands - Mowing Frequency - Yearly, 10m
14 GSP_SCDE_MEAN Global SnowPack - The arithmetic mean of the Snow Cover Duration Early Season (SCDEmean)
15 GSP_SCDE_P1Y Global SnowPack - Snow Cover Duration Early Season (SCDE)
16 GSP_SCDL_MEAN Global SnowPack - The arithmetic mean of the Snow Cover Duration Late Season (SCDLmean)
17 GSP_SCDL_P1Y Global SnowPack - Snow Cover Duration Late Season (SCDL)
18 GSP_SCD_MEAN Global SnowPack - The arithmetic mean of the Snow Cover Duration (SCDmean)
19 GSP_SCD_P1Y Global SnowPack - Snow Cover Duration (SCD) - Yearly
20 GSP_SCE_P1D Global SnowPack - Snow Cover Extent (SCE) - Daily
21 GWP_P1D Global WaterPack - MODIS - Daily
22 GWP_P1M Global WaterPack - MODIS - Monthly
23 GWP_P1Y Global WaterPack - MODIS - Yearly
24 METOP_GOME2_L3_P1D_BRO MetOp-A/B/C GOME-2 L3 P1D Bromine Monoxide (BrO)
25 METOP_GOME2_L3_P1D_CF MetOp-A/B/C GOME-2 L3 P1D Cloud Fraction (CF)
26 METOP_GOME2_L3_P1D_H2O MetOp-A/B/C GOME-2 L3 P1D Water Vapor (H2O)
27 METOP_GOME2_L3_P1D_HCHO MetOp-A/B/C GOME-2 L3 P1D Formaldehyde (HCHO)
28 METOP_GOME2_L3_P1D_NO2 MetOp-A/B/C GOME-2 L3 P1D Nitrogen Dioxide (NO2)
29 METOP_GOME2_L3_P1D_NO2TROPO MetOp-A/B/C GOME-2 L3 P1D Tropspheric Nitrogen Dioxide (NO2Tropo)
30 METOP_GOME2_L3_P1D_O3 MetOp-A/B/C GOME-2 L3 P1D Ozone (O3)
31 METOP_GOME2_L3_P1D_SO2 MetOp-A/B/C GOME-2 L3 P1D Sulphur Dioxid (SO2)
32 N2N_NOISE_AI_DE_2017 Noise - Road Traffic Lden (AI Prediction) - Germany, 2017
33 N2N_NOISE_DE_2017 Noise - Road Traffic Lden (2002/49/EC) - Germany, 2017
34 S2-soilsuite-africa-2018-2021-P4Y SoilSuite – Sentinel-2 – Africa, 4 year composite
35 S2-soilsuite-europe-2018-2022-P5Y SoilSuite – Sentinel-2 – Europe, 5 year composite
36 S2_L2A_MAJA Sentinel-2 L2A MAJA Products
37 S2_L2A_MAJA_v2 Sentinel-2 L2A MAJA Products v2
38 S2_L3A_WASP Sentinel-2 L3A Monthly WASP Products
39 S5P_TROPOMI_L3_P1D_AI_v2 S5P Tropomi L3 P1D AI v2
40 S5P_TROPOMI_L3_P1D_ALH_v2 S5P Tropomi L3 P1D ALH v2
41 S5P_TROPOMI_L3_P1D_AOD_v2 S5P Tropomi L3 P1D AOD v2
42 S5P_TROPOMI_L3_P1D_ASSA_v2 S5P Tropomi L3 P1D ASSA v2
43 S5P_TROPOMI_L3_P1D_CF S5P Tropomi L3 P1D CF v1
44 S5P_TROPOMI_L3_P1D_CF_v2 S5P Tropomi L3 P1D CF v2
45 S5P_TROPOMI_L3_P1D_COT S5P Tropomi L3 P1D COT v1
46 S5P_TROPOMI_L3_P1D_COT_v2 S5P Tropomi L3 P1D COT v2
47 S5P_TROPOMI_L3_P1D_CTH S5P Tropomi L3 P1D CTH v1
48 S5P_TROPOMI_L3_P1D_CTH_v2 S5P Tropomi L3 P1D CTH v2
49 S5P_TROPOMI_L3_P1D_HCHO S5P Tropomi L3 P1D HCHO v1
50 S5P_TROPOMI_L3_P1D_HCHO_v2 S5P Tropomi L3 P1D HCHO v2
51 S5P_TROPOMI_L3_P1D_O3 S5P Tropomi L3 P1D O3 v1
52 S5P_TROPOMI_L3_P1D_O3_v2 S5P Tropomi L3 P1D O3 v2
53 S5P_TROPOMI_L3_P1D_SO2 S5P Tropomi L3 P1D SO2 v1
54 S5P_TROPOMI_L3_P1D_SO2LH_v2 S5P Tropomi L3 P1D SO2LH v2
55 S5P_TROPOMI_L3_P1D_SO2_v2 S5P Tropomi L3 P1D SO2 v2
56 S5P_TROPOMI_L3_P1D_UVI_v2 S5P Tropomi L3 P1D UVI v2
57 S5P_TROPOMI_L4_P1D_NO2surf S5P Tropomi L4 P1D NO2surf
58 SAR4TEC_ASCE SAR4Tectonics (S4T) - Eurasia (Ascending)
59 SAR4TEC_DESC SAR4Tectonics (S4T) - Eurasia (Descending)
60 SUPERSITES TerraSAR-X Geohazard Supersites Products
61 SWIM_WE Surface Water Inventory and Monitoring (SWIM) Water Extent
62 TDM_DEM_90 TanDEM-X - Digital Elevation Model (DEM) - Global, 90m
63 TDM_FNF_50 TanDEM-X Forest/Non-Forest Map - Global
64 TIMELINE_AVHRR_P1M_LSTD TIMELINE AVHRR L3 Monthly LSTD
65 URBAN_DEGREE_DE Degree of Urbanization - Germany
66 WSF3D_MATSTOCK World Settlement Footprint (WSF) 3D - Material Stock
67 WSF_2015 World Settlement Footprint (WSF) 2015 v2
68 WSF_2019 World Settlement Footprint (WSF) 2019
69 WSF_Evolution World Settlement Footprint (WSF) Evolution

@jakimowb jakimowb changed the title DLR EOC Provider FEAT: Add DLR EOC Geoservice Provider Feb 23, 2026
@jakimowb jakimowb changed the title FEAT: Add DLR EOC Geoservice Provider feat: Add DLR EOC Geoservice Provider Feb 23, 2026
@sbrunato
Copy link
Collaborator

thanks for the input @jakimowb !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants