EEA Get raw input

Process Activity

Description: The process involves obtaining a list of stations with GPS coordinates from a pan-European metadata CSV file and selecting specific stations based on their GPS coordinates and ID. Only background stations are selected. The NUTS regions, defined by their GPS coordinates for polygons, are taken into account when the data is collected.


Diagram of the Process Activity

digraph Diagram { graph [ stylesheet="../_static/custom.css" fontnames = "svg" # "... rock solid standards compliant SVG", see: https://graphviz.org/faq/font/#what-about-svg-fonts rankdir="LR" nodesep="0.15" tooltip=" " ]; node [ fontname="sans-serif" ]; activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3 [ shape="rect" style="filled, rounded" width="3" height="0.8" fontcolor="white" fillcolor="#4363d8" fontsize="13pt" label="EEA Get raw input\n(current activity)" tooltip=" " ]; EntityUsed_1 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://gisco-services.ec.europa.eu/distribution/v2/nuts/geojson/NUTS_RG_01M_2016_4326_LEVL_1.geojson" target="_blank" label="nuts polygons level 1" tooltip="Entity used for current activity" fillcolor="#ffe119" ]; EntityUsed_1:e -> activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3:w [ minlen="2" ]; EntityUsed_2 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://gisco-services.ec.europa.eu/distribution/v2/nuts/geojson/NUTS_RG_01M_2016_4326_LEVL_2.geojson" target="_blank" label="nuts polygons level 2" tooltip="Entity used for current activity" fillcolor="#ffe119" ]; EntityUsed_2:e -> activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3:w [ minlen="2" ]; EntityUsed_3 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://gisco-services.ec.europa.eu/distribution/v2/nuts/geojson/NUTS_RG_01M_2016_4326_LEVL_3.geojson" target="_blank" label="nuts polygons level 3" tooltip="Entity used for current activity" fillcolor="#ffe119" ]; EntityUsed_3:e -> activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3:w [ minlen="2" ]; EntityUsed_4 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="https://discomap.eea.europa.eu/map/fme/metadata/PanEuropean_metadata.csv" target="_blank" label="nuts GPS coordinates (CSV)" tooltip="Entity used for current activity" fillcolor="#ffe119" ]; EntityUsed_4:e -> activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3:w [ minlen="2" ]; EntityProduced_1 [ shape="rect" style="filled" width="2" height="0.1" fontcolor="blue" fontsize="10pt" URL="" target="_blank" label="ca. 5.000 CSV files" tooltip="Entity produced by current activity" fillcolor="#dcbeff" ]; activity_6a8934ad_b0c7_4a2c_8899_129ce9e9b4a3:e -> EntityProduced_1:w [ minlen="2" ]; }