projects:web_based_radar_data_portal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
projects:web_based_radar_data_portal [2024/10/15 13:03] ayushprojects:web_based_radar_data_portal [2026/09/12 21:20] (current) ayush
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
- 
-<html> 
-<style> 
-/* Styling for Tabs */ 
-.nav-tabs { 
-    border-bottom: 2px solid #ddd; 
-    display: flex; 
-    justify-content: flex-start; 
-    flex-wrap: wrap; 
-    padding: 0; 
-    margin: 0; 
-    list-style: none; 
-} 
- 
-.nav-tabs > li { 
-    margin: 0 5px 0 0; 
-} 
- 
-.nav-tabs > li > a { 
-    display: block; 
-    padding: 10px 20px; 
-    margin-right: 2px; 
-    line-height: 1.5; 
-    border: 1px solid transparent; 
-    border-radius: 5px 5px 0 0; 
-    background-color: #f8f9fa; 
-    color: #007bff; 
-    text-decoration: none; 
-    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; 
-    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
-} 
- 
-.nav-tabs > li > a:hover { 
-    background-color: #e9ecef; 
-    color: #0056b3; 
-    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
-} 
- 
-.nav-tabs > li.active > a, 
-.nav-tabs > li.active > a:focus, 
-.nav-tabs > li.active > a:hover { 
-    color: #fff; 
-    background-color: #007bff; 
-    border: 1px solid #007bff; 
-    border-bottom: 2px solid transparent; 
-    cursor: default; 
-    box-shadow: none; 
-    font-weight: bold; 
-    border-radius: 5px 5px 0 0; 
-} 
-.phase-badge { 
-    display: inline-block; 
-    background-color: #e0ebff; 
-    color: #0066cc; 
-    border-radius: 999px; 
-    padding: 5px 12px; 
-    font-size: 0.8em; 
-    font-weight: bold; 
-    letter-spacing: 0.05em; 
-    text-transform: uppercase; 
-    border: 1px solid #c4d4f0; 
-    text-align: center; 
- } 
-</style> 
-</html> 
- 
 <WRAP tablewidth 90% center> <WRAP tablewidth 90% center>
 <WRAP BOX round> <WRAP BOX round>
Line 86: Line 20:
 ===Abstract=== ===Abstract===
  
-Within the PROM project, we will develop a radar data portal for easy, automated retrieval of archived DWD weather radar data. Primary users are selected DWD research partners at universities. With a dedicated login, they will be able to retrieve archived radar data from the non-relational DWD “SKY” database “CIRRUS” according to user-defined parameters such as time span and radar product. The user will be free of worry about database request limitations at DWD, as a server between portal and database will manage user requests. After requested data is retrieved from the DWD database and uploaded to an HTTP or SFTP server, an automated alert email will be sent to the user that data is ready for download. The complicated chain of manual actions at DWD triggered by radar data requests (see Fig. 1 left) will be replaced by a customer-friendly and provider-friendly radar data portal (see Fig. 1 right).\\ +Within the PROM project, we will develop a radar data portal for easy, automated retrieval of archived DWD weather radar data. Primary users are selected DWD research partners at universities. With a dedicated login, they will be able to retrieve archived radar data from the non-relational DWD “SKY” database “CIRRUS” according to user-defined parameters such as time span and radar product. The user will be free of worry about database request limitations at DWD, as a server between portal and database will manage user requests. After requested data is retrieved from the DWD database and uploaded to an HTTP or SFTP server, an automated alert email will be sent to the user that data is ready for download. The complicated chain of manual actions at DWD triggered by radar data requests (see Fig. 1 left) will be replaced by a customer-friendly and provider-friendly radar data portal (see Fig. 1 right). 
-\\ + 
-\\ +<met figure 
-{{ hella_riede_figure1.png?direct&750  }} +    src="https://www2.meteo.uni-bonn.de/spp2115/lib/exe/fetch.php?media=projects:hella_riede_figure1.png
-\\ +    width="750" 
-<WRAP tablewidth 60% center>**Figure 1**: Schematic of current workflow of DWD radar data requests (left) and future workflow (right). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD.</WRAP>\\ +    fit="responsive" 
-\\+    title="Figure 1
 +    caption="Schematic of current workflow of DWD radar data requests (left) and future workflow (right). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD.
 +    caption-align="left" 
 +    load-animation="zoom-in" 
 +    background="white" 
 +    zoomable lightbox
 A radar data portal prototype exists within the DWD intranet. Since the PROM project start at DWD in December 2019, a concept is developed how to best address users' needs for easy data retrieval while respecting DWD infrastructure rules and limits, and how to transfer the prototype from DWD intranet use to internet use, in close collaboration with DWD IT services. A radar data portal prototype exists within the DWD intranet. Since the PROM project start at DWD in December 2019, a concept is developed how to best address users' needs for easy data retrieval while respecting DWD infrastructure rules and limits, and how to transfer the prototype from DWD intranet use to internet use, in close collaboration with DWD IT services.
 +
 </WRAP> </WRAP>
 </pane> </pane>
Line 103: Line 44:
  
 The provision of radar data from the DWD to the researchers in PROM is a necessary condition to achieve the goals of the SPP. The aim of the project was to create software that would allow to easily provide radar data to the project partners at universities, even for longer periods of time. During the project duration (December 2019 to April 2021, 50% time), a concept was developed to best address users' needs for easy data retrieval while respecting DWD critical infrastructure rules and limits. The complicated process chain of manual actions at DWD triggered by radar data requests (see Fig. 1 left) should be replaced by a customer- and provider-friendly web-based radar data portal (see Fig. 1 right). \\ The provision of radar data from the DWD to the researchers in PROM is a necessary condition to achieve the goals of the SPP. The aim of the project was to create software that would allow to easily provide radar data to the project partners at universities, even for longer periods of time. During the project duration (December 2019 to April 2021, 50% time), a concept was developed to best address users' needs for easy data retrieval while respecting DWD critical infrastructure rules and limits. The complicated process chain of manual actions at DWD triggered by radar data requests (see Fig. 1 left) should be replaced by a customer- and provider-friendly web-based radar data portal (see Fig. 1 right). \\
- \\+ 
 The idea to offer data through a web framework that uses a tool known from daily scientific work based on python was evaluated as the best solution. Therefore, the radar data portal was built on the basis of a Django web framework and offers the possibility to select the desired radar data or products for the desired period via an input mask. The underlying algorithm extracts the data from the database and prepares it in a user-friendly manner. The idea to offer data through a web framework that uses a tool known from daily scientific work based on python was evaluated as the best solution. Therefore, the radar data portal was built on the basis of a Django web framework and offers the possibility to select the desired radar data or products for the desired period via an input mask. The underlying algorithm extracts the data from the database and prepares it in a user-friendly manner.
-\\ + 
-\\ +<met figure 
-{{ hella_riede_figure1.png?direct&750  }} +    src="https://www2.meteo.uni-bonn.de/spp2115/lib/exe/fetch.php?media=projects:hella_riede_figure1.png
-\\ +    width="750" 
-<WRAP tablewidth 60% center>**Figure 1**: Schematic of current workflow of DWD radar data requests (left) and future workflow (right). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD.</WRAP>\\ +    fit="responsive" 
-\\ +    title="Figure 1
-\\+    caption="Schematic of current workflow of DWD radar data requests (left) and future workflow (right). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD." 
 +    caption-align="left" 
 +    load-animation="zoom-in" 
 +    background="white" 
 +    zoomable lightbox> 
 Finally, the concept was implemented to such an extent that the radar data portal was set up within the DWD (see Fig. 2). This means that DWD employees can take over the provision of data without knowledge of the database limitations, as a server between portal and database will manage the requests. Finally, the concept was implemented to such an extent that the radar data portal was set up within the DWD (see Fig. 2). This means that DWD employees can take over the provision of data without knowledge of the database limitations, as a server between portal and database will manage the requests.
-\\ + 
-\\ +<met figure 
-{{ web_based_radar_data_portal_figure_2.png?direct&750  }} +    src="https://www2.meteo.uni-bonn.de/spp2115/lib/exe/fetch.php?media=projects:web_based_radar_data_portal_figure_2.png
-\\ +    width="750" 
-<WRAP tablewidth 60% center>**Figure 2**: Schematic of current workflow of DWD radar data requests (after project). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD.</WRAP>\\ +    fit="responsive" 
-\\ +    title="Figure 2
-\\+    caption="Schematic of current workflow of DWD radar data requests (after project). Orange color relates to actions and entities of users; blue color relates to actions and entities of DWD." 
 +    caption-align="left" 
 +    load-animation="zoom-in" 
 +    background="white" 
 +    zoomable lightbox> 
 The planned option, however, that project partners have direct access to the archived radar data via this portal could not be implemented because the project scientist left PROM prematurely. Nevertheless, with the results of the project, the radar data provision process has been considerably improved and simplified. Project partners of SPP-PROM now receive requested data with only short waiting time in an uncomplicated manner even for longer periods of time. The planned option, however, that project partners have direct access to the archived radar data via this portal could not be implemented because the project scientist left PROM prematurely. Nevertheless, with the results of the project, the radar data provision process has been considerably improved and simplified. Project partners of SPP-PROM now receive requested data with only short waiting time in an uncomplicated manner even for longer periods of time.
 </WRAP> </WRAP>
  • projects/web_based_radar_data_portal.txt
  • Last modified: 2026/09/12 21:20
  • by ayush