Title: gpslidar-save
Create virtual environment:
python -m venv --prompt=save .venv source .venv/bin/activate
Inside Virtual Environment:
python setup.py install
Source Virtual Environment:
source .venv/bin/activate
Run:
gpslidar-save
- Desired output data directory, most likely /srv/data/gpslidar/ on cods
- GPSLIDARDATADIRECTORY environment variable is read to give location to save data
- GPSLIDAR_DNAME is read to give database URI (with credentials, if necessary)
Adam Dodge
University of Colorado Boulder
Colorado Center for Astrodynamics Research
Jet Propulsion Laboratory
This program is for taking data from the database containing gps and lidar data and saving it to a file for later use. The program then deletes the data from the database to ensure a quick and clean database. It saves the raw gps data to Rinex observation files to be used for high precision gps positioning. It also averages the lidar data down to six minute data for comparison with NOAA data.