An open API service indexing awesome lists of open source software.

https://github.com/unidata/gempak-tables


https://github.com/unidata/gempak-tables

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

This directory contains GEMPAK tables. These tables are used by the LDM's
NOAAPort ingestion system to create more informative LDM product-identifiers.

Assuming a standard LDM installation, the following -- when executed by the LDM
user -- will update your installed GEMPAK tables in $HOME/etc:

git clone https://github.com/Unidata/GEMPAK-Tables.git /tmp/gempak-tables
cd $HOME/src/gempak/tables
mv -f /tmp/gempak-tables/* .
make install >install.log 2>&1 && echo Installed
rm -rf /tmp/gempak-tables