-
Notifications
You must be signed in to change notification settings - Fork 0
How to add a new buoy onto GLOS Obs DB manually #4
Copy link
Copy link
Open
Labels
Description
In DB
- Insert a new record in platform table using the metadata offered by data provider
- Create a new table for storing buoy data, using existing buoy data table as template
- Insert a record into platform_alter_table, using the newly created platform_id
- Add a new entry in /usr/local/glos/java/glos_obs/uglos_table.dat
- Add a new record in uglos_station.data
On FTP
- Add a folder for data provider to upload the buoy data. The new folder follows the convention: data_provider_name/buoy_id
- Append the full path of the folder just created inside glos_obs_settings.properties
Reactions are currently unavailable