From c5192946157b7cc804eb3b3eba883ab5d46d0d7f Mon Sep 17 00:00:00 2001 From: nickb <nickb@ssec.wisc.edu> Date: Thu, 12 May 2022 19:45:35 +0000 Subject: [PATCH] remove beta markings from the README --- gridded_glm/PACKAGE_README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gridded_glm/PACKAGE_README.md b/gridded_glm/PACKAGE_README.md index 0dfead5..bf75c06 100644 --- a/gridded_glm/PACKAGE_README.md +++ b/gridded_glm/PACKAGE_README.md @@ -1,4 +1,4 @@ -# CSPP Geo Gridded GLM v1.0 Beta1 +# CSPP Geo Gridded GLM v1.0 CSPP Geo Gridded GLM software processes GOES-16 and GOES-17 Geostationary Lightning Mapper (GLM) Level 2+ LCFA products in mission standard format, generating a new set of products which have been gridded to the Advanced Baseline Imager (ABI) 2-km resolution, and are aggregated at one-minute intervals. Spatial extent information that is not readily available in the GLM L2+ data is recovered and used to create the gridded products. @@ -44,8 +44,8 @@ The University of Wisconsin-Madison Space Science and Engineering Center (SSEC) To install, extract the tarball and optionally add the bin directory to your PATH. ``` -tar xf cspp-geo-gridded-glm-1.0b1.tar.xz -export PATH=$PATH:$PWD/cspp-geo-gridded-glm-1.0b1/bin +tar xf cspp-geo-gridded-glm-1.0.tar.xz +export PATH=$PATH:$PWD/cspp-geo-gridded-glm-1.0/bin ``` A test data tarball can be downloaded from the same location as the software. Reference output is included. Refer to the EXAMPLES section below to run the test case.​ -- GitLab