From eb83bb666fa1c28654f17196b88bdfb90ee54faa Mon Sep 17 00:00:00 2001 From: leavesntwigs Date: Mon, 26 Aug 2024 11:54:16 -0600 Subject: [PATCH] update Radx to LROSE and update links to documentation, forum, and code --- pages/projects.md | 38 ++++++++++++++++++++------------------ posts/packages/radx.md | 27 ++++++++++++++------------- 2 files changed, 34 insertions(+), 31 deletions(-) diff --git a/pages/projects.md b/pages/projects.md index affd679f..ef9d8b50 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -1,26 +1,28 @@ -# Projects +--- +Title: Open source weather radar software +--- ![open source](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c7/121212_2_OpenSwissKnife.png/640px-121212_2_OpenSwissKnife.png "Open source weather radar software") ## Community Effort -* [OSS Weather Radar Virtual Machine](../posts/packages/osswrvm.md) +* [OSS Weather Radar Virtual Machine]({filename}../posts/osswrvm.md) ## Related projects (alphabetical order) -* [ARM-PyArt](../posts/packages/arm-pyart.md) -* [ARTView](../posts/packages/artview.md) -* [BALTRAD](../posts/packages/baltrad.md) -* [MMM-Py](../posts/packages/mmm-py.md) -* [MultiDop](../posts/packages/multidop.md) -* [Pyrad](../posts/packages/pyrad.md) -* [PyRadarMet](../posts/packages/pyradarmet.md) -* [PyScanCf](../posts/packages/pyscancf.md) -* [pysteps](../posts/packages//pysteps.md) -* [PyTDA](../posts/packages/pytda.md) -* [RadarTools for ArcGID](../posts/packages/radartoolsarcgis.md) -* [Radx](../posts/packages/radx.md) -* [rainymotion](../posts/packages/rainymotion.md) -* [RSL](../posts/packages/rsl.md) -* [RSL in IDL](../posts/packages/rsl_in_idl.md) -* [wradlib](../posts/packages/wradlib.md) +* [ARM-PyArt]({filename}../posts/arm-pyart.md) +* [ARTView]({filename}../posts/artview.md) +* [BALTRAD]({filename}../posts/baltrad.md) +* [MMM-Py]({filename}../posts/mmm-py.md) +* [MultiDop]({filename}../posts/multidop.md) +* [Pyrad]({filename}../posts/pyrad.md) +* [PyRadarMet]({filename}../posts/pyradarmet.md) +* [PyScanCf]({filename}../posts/pyscancf.md) +* [pysteps]({filename}../posts/pysteps.md) +* [PyTDA]({filename}../posts/pytda.md) +* [RadarTools for ArcGID]({filename}../posts/radartoolsarcgis.md) +* [LROSE]({filename}../posts/radx.md) +* [rainymotion]({filename}../posts/rainymotion.md) +* [RSL]({filename}../posts/rsl.md) +* [RSL in IDL]({filename}../posts/rsl_in_idl.md) +* [wradlib]({filename}../posts/wradlib.md) diff --git a/posts/packages/radx.md b/posts/packages/radx.md index d38f0c45..d476b3e0 100644 --- a/posts/packages/radx.md +++ b/posts/packages/radx.md @@ -1,21 +1,21 @@ --- -title: Radx -date: 2018-05-24 -category: Projects -authors: openradar -tags: project, devel -language: C++ +Title: LROSE (Radx) +Date: 2018-05-24 00:00 +Category: Projects +Authors: openradar +Tags: project, devel, C++ --- -# Radx - ## Quick description -The Radx C++ package was developed at NCAR to provide support for the new CfRadial radar data format, and to provide translation between common radar data formats. Radx is designed to be run on LINUX and MacOSX platforms, but should also run on Windows under Cygwin. It comprises a C++ library, which may be used by developers, and a number of applications built on that library. +The Lidar Radar Open Software Environment (LROSE) is developed by a collaboration of the U.S. National Science Foundation National Center for Atmospheric Research (NSF NCAR) and the Colorado State University (CSU). LROSE encompasses six key toolsets that define a core lidar/radar workflow: Convert, Display, QC, Grid, Echo, and Winds. LROSE 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. + +The LROSE C++ tools provide support for the new CfRadial radar data format, and to provide translation between common radar and lidar data formats. LROSE runs on LINUX and MacOSX platforms, and also on Windows under the Linux subsystem. It comprises a C++ library, which may be used by developers, and a number of applications built on that library. + ## Homepage - + ## Code Repositories @@ -23,10 +23,11 @@ The Radx C++ package was developed at NCAR to provide support for the new CfRadi ## Software Documentation - + ## User group or forum page -N/A + + ## License model BSD @@ -38,7 +39,7 @@ BSD C++ ## Supported platforms -Linux, Mac +Linux, Mac, Windows (Linux subsystem) ## Type of software API/library, application