GeoSensorWebLab / data-transloader

Download and convert weather data for SensorThings API
GNU General Public License v3.0
3 stars 1 forks source link

Fix Data Garrison Observation Download #4

Closed openfirmware closed 4 years ago

openfirmware commented 4 years ago

What changed?

This changeset modifies the download of observation data from Data Garrison to explicitly hit a download.php script on the Data Garrison server to make sure that the observations TSV file has the latest readings.

Why was it changed?

These was an issue where station observation data from Data Garrison would not update on the remote server, causing the Data Transloader ETL to not download any new observations. The TSV on the remote server is only updated when a download.php webpage is loaded on Data Garrison.

Additional Notes