Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update LROSE information #20

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 20 additions & 18 deletions pages/projects.md
Original file line number Diff line number Diff line change
@@ -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)
27 changes: 14 additions & 13 deletions posts/packages/radx.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
---
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

<https://ral.ucar.edu/projects/titan/docs/radial_formats/radx.html>
<http://wiki.lrose.net/index.php/Main_Page>

## Code Repositories

<https://github.com/NCAR/lrose-core>

## Software Documentation

<https://ral.ucar.edu/projects/titan/docs/radial_formats/radx.html>
<http://wiki.lrose.net/index.php/Main_Page>

## User group or forum page
N/A

<http://forum.lrose.net/>

## License model
BSD
Expand All @@ -38,7 +39,7 @@ BSD
C++

## Supported platforms
Linux, Mac
Linux, Mac, Windows (Linux subsystem)

## Type of software
API/library, application
Expand Down