Actions

Difference between revisions of "Main Page"

From Lrose Wiki

Line 1: Line 1:
= '''LROSE''' =
+
== '''LROSE''' ==
  
== The Lidar Radar Open Software Environment ==
+
=== The Lidar Radar Open Software Environment ===
  
 
[https://zenodo.org/badge/latestdoi/199713573 [[File:https://zenodo.org/badge/199713573.svg|DOI]]]
 
[https://zenodo.org/badge/latestdoi/199713573 [[File:https://zenodo.org/badge/199713573.svg|DOI]]]
Line 20: Line 20:
 
LROSE is funded by the [https://www.nsf.gov National Science Foundation].
 
LROSE is funded by the [https://www.nsf.gov National Science Foundation].
  
== Installation Instructions ==
+
=== Installation Instructions ===
  
 
* '''[http://wiki.lrose.net/index.php/Mac-Homebrew-Installation Mac Homebrew installation]''' - For Native applications on the Mac, the recommended method is to use Homebrew. The formula contains all the necessary dependencies and builds instructions.
 
* '''[http://wiki.lrose.net/index.php/Mac-Homebrew-Installation Mac Homebrew installation]''' - For Native applications on the Mac, the recommended method is to use Homebrew. The formula contains all the necessary dependencies and builds instructions.
Line 30: Line 30:
 
* '''[http://wiki.lrose.net/index.php/CIDD-Binary-Release CIDD Binary Release]''' - CIDD depends on a 32-bit build, which complicates the build and install for the core. The CIDD display application is not included in the standard lrose-core packages (above).
 
* '''[http://wiki.lrose.net/index.php/CIDD-Binary-Release CIDD Binary Release]''' - CIDD depends on a 32-bit build, which complicates the build and install for the core. The CIDD display application is not included in the standard lrose-core packages (above).
  
== Tutorials ==  
+
=== Tutorials ===
  
 
* '''quick start'''
 
* '''quick start'''
Line 46: Line 46:
 
In the current release, the following tools are available:
 
In the current release, the following tools are available:
  
== Convert ==
+
=== Convert ===
  
 
* '''[http://wiki.lrose.net/index.php/RadxPrint RadxPrint]''' - Query files to determine properties and support by the Radx engine
 
* '''[http://wiki.lrose.net/index.php/RadxPrint RadxPrint]''' - Query files to determine properties and support by the Radx engine
Line 52: Line 52:
 
* '''RadxBufr''' - Convert Bufr format to CfRadial NetCDF format
 
* '''RadxBufr''' - Convert Bufr format to CfRadial NetCDF format
  
== Display ==
+
=== Display ===
  
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' - Real-time and archive display suitable for both scanning and vertically pointing radars.
 
* '''[http://wiki.lrose.net/index.php/HawkEye HawkEye]''' - Real-time and archive display suitable for both scanning and vertically pointing radars.
  
== Quality Control ==
+
=== Quality Control ===
  
 
* '''RadxDiffFields''' - Compare two fields in different CfRadial files
 
* '''RadxDiffFields''' - Compare two fields in different CfRadial files
Line 64: Line 64:
 
* '''RadxPersistentClutter''' - Create a mask for persistent ground clutter
 
* '''RadxPersistentClutter''' - Create a mask for persistent ground clutter
  
== Grid ==
+
=== Grid ===
  
 
* '''[http://wiki.lrose.net/index.php/Radx2Grid Radx2Grid]''' - Gridding and interpolation of ground-based radar data
 
* '''[http://wiki.lrose.net/index.php/Radx2Grid Radx2Grid]''' - Gridding and interpolation of ground-based radar data
  
== Echo ==
+
=== Echo ===
  
 
* '''[http://wiki.lrose.net/index.php/RadxKdp RadxKdp]''' - KDP and Attenuation calculations
 
* '''[http://wiki.lrose.net/index.php/RadxKdp RadxKdp]''' - KDP and Attenuation calculations
Line 76: Line 76:
 
* '''[http://wiki.lrose.net/index.php/RadxBeamBlock RadxBeamBlock]''' - Beam Blockage Estimation
 
* '''[http://wiki.lrose.net/index.php/RadxBeamBlock RadxBeamBlock]''' - Beam Blockage Estimation
  
== Wind ==
+
=== Wind ===
  
 
* '''[http://wiki.lrose.net/index.php/RadxEvad RadxEvad]''' - Extended Velocity Azimuth Display single-Doppler retrieval
 
* '''[http://wiki.lrose.net/index.php/RadxEvad RadxEvad]''' - Extended Velocity Azimuth Display single-Doppler retrieval
Line 83: Line 83:
 
* '''[http://wiki.lrose.net/index.php/VORTRAC VORTRAC]''' - Vortex Objective Radar Tracking and Circulation single-Doppler retrieval
 
* '''[http://wiki.lrose.net/index.php/VORTRAC VORTRAC]''' - Vortex Objective Radar Tracking and Circulation single-Doppler retrieval
  
= '''LROSE Workshops''' =
+
== '''LROSE Workshops''' ==
  
== LROSE AMS 2020 Mini Workshop ==
+
=== LROSE AMS 2020 Mini Workshop ===
 
*'''[https://transcripts.gotomeeting.com/#/s/a474c7b072a229b924b0ba8706d65629eff94e847fa6c62b401a27772e442b6b Recorded GoToMeeting Presentation]'''
 
*'''[https://transcripts.gotomeeting.com/#/s/a474c7b072a229b924b0ba8706d65629eff94e847fa6c62b401a27772e442b6b Recorded GoToMeeting Presentation]'''
 
*'''[http://wiki.lrose.net/images/a/ae/LROSE_AMS_2020_Mini-Workshop_Agenda.pdf Meeting Notes]'''
 
*'''[http://wiki.lrose.net/images/a/ae/LROSE_AMS_2020_Mini-Workshop_Agenda.pdf Meeting Notes]'''

Revision as of 18:48, 21 January 2021

LROSE

The Lidar Radar Open Software Environment

DOI

The current LROSE release is called “Elle” (a pink blend fragrant rose) and encompasses six key toolsets that define a core lidar/radar workflow: Convert, Display, QC, Grid, Echo, and Winds. Elle focuses on high-quality, well-tested, well-maintained and well-documented key applications as ‘building blocks’, allowing users to assemble trusted, reproducible workflows to accomplish more complex scientific tasks.

Elle can be compiled in C++ for native apps on Linux or Mac. Preliminary support is available for some tools on Windows.

We encourage users to register in order to receive critical software updates, and sign up for the mailing list to help build the LROSE community.

Help can be obtained by posting issues directly to the lrose-cyclone Github repository, via our help mailing list, or Discourse user forum.

LROSE is a co-operative project between:

LROSE is funded by the National Science Foundation.

Installation Instructions

  • Mac Homebrew installation - For Native applications on the Mac, the recommended method is to use Homebrew. The formula contains all the necessary dependencies and builds instructions.
  • Mac Build - Source compilation on the Mac is best performed using a supplied Python script.
  • Linux Build - Source compilation on the Linux is best performed using a supplied Python script.
  • CIDD Binary Release - CIDD depends on a 32-bit build, which complicates the build and install for the core. The CIDD display application is not included in the standard lrose-core packages (above).

Tutorials

  • echo tutorials
    • basic elle echo tutorial - Go through the basic steps necessary to convert a raw radar file to CfRadial, calculate Kdp and three-dimensional rain rate, and estimate the surface rainfall. The purpose of this tutorial is to confirm that the install process was successful and that some programs are working.
    • basic+ elle echo tutorial - Similar to the basic elle tutorial with the added tasks of downloading GFS analysis from which to estimate a sounding near the radar and running the RadxBeamBlock application.
    • full elle echo tutorial - This tutorial assumes the user has radar data downloaded in an acceptable radar format and walks through the most important parameters that need to be edited to run the Quantitative Precipitation Estimation (QPE) workflow.


In the current release, the following tools are available:

Convert

  • RadxPrint - Query files to determine properties and support by the Radx engine
  • RadxConvert - Convert 24 different lidar and radar formats to CfRadial NetCDF format
  • RadxBufr - Convert Bufr format to CfRadial NetCDF format

Display

  • HawkEye - Real-time and archive display suitable for both scanning and vertically pointing radars.

Quality Control

  • RadxDiffFields - Compare two fields in different CfRadial files
  • RadxDiffVol - Compare two volumes in different CfRadial files
  • RadxMergeFields - Merge fields from different CfRadial files
  • RadxFilter - Perform simple filtering operations
  • RadxPersistentClutter - Create a mask for persistent ground clutter

Grid

  • Radx2Grid - Gridding and interpolation of ground-based radar data

Echo

  • RadxKdp - KDP and Attenuation calculations
  • RadxPid - KDP, Attenuation, and Particle Identification
  • RadxRate - KDP, Attenuation, PID, and Rain Rate
  • RadxQpe - Accumulated Quantitative Precipitation Estimation
  • RadxBeamBlock - Beam Blockage Estimation

Wind

  • RadxEvad - Extended Velocity Azimuth Display single-Doppler retrieval
  • FRACTL - Fast Reorder and CEDRIC Technique in LROSE multi-Doppler retrieval
  • SAMURAI - Variational multi-Doppler retrieval and analysis package
  • VORTRAC - Vortex Objective Radar Tracking and Circulation single-Doppler retrieval

LROSE Workshops

LROSE AMS 2020 Mini Workshop