Changes between Version 110 and Version 111 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Jan 26, 2018, 12:51:02 PM (6 years ago)
Author:
asm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v110 v111  
    2424In 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:
    2525{{{
    26 json_into_postgis.py -j ./processing/camera_jsons/  --reprocessed}
     26json_into_postgis.py -j ./processing/camera_jsons/  --reprocessed
    2727}}}
    2828