https://github.com/unidata/gempak-tables
https://github.com/unidata/gempak-tables
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unidata/gempak-tables
- Owner: Unidata
- Created: 2019-02-14T20:15:59.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T19:56:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T15:46:21.727Z (12 months ago)
- Language: Makefile
- Size: 117 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
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