PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Mosaic scripts updates #15

Closed stevefoga closed 4 years ago

stevefoga commented 4 years ago

3 changes:

  1. A new pgc_mosaic.py flag, --allow-invalid-geom, to allow tiles to be built if one or more input images is invalid.
  2. pgc_mosaic_query_index.py will now create a list of scene IDs that need to be pulled from tape, and gives a suggested ir.py call to use. Any tape scene is represented in the *_orig.txt files with a hard-coded path to a parent directory named "renamed_fromtape". A .csv of scenes needed from tape is generated (and confirmed to work with ir.py).
  3. The PBS submission scripts now have a specific memory requirement. This was determined by the amount of memory on the old PGC nodes, divided by the nproc of the old PGC nodes, and rounded up. This is multiplied by the number of nodes (ppn) requested.