Changes between Version 110 and Version 111 of Procedures/NEODCDelivery
- Timestamp:
- Jan 26, 2018, 12:51:02 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v110 v111 24 24 In the case that the project has been reprocessed and new JSON files have been created, we do not want duplicates in the database. Running the script with the flag {{{--reprocessed}}} will delete the data in the sensor table (if data for that sensor were already present) and commit the new data. For example, if the camera has been redelivered and new JSON files have been created you can run: 25 25 {{{ 26 json_into_postgis.py -j ./processing/camera_jsons/ --reprocessed }26 json_into_postgis.py -j ./processing/camera_jsons/ --reprocessed 27 27 }}} 28 28