Work in Progress
- Add the data mount to Keeling in
hpc.json
(for both Keeling and Anvil):
"mount": {
"/data/cigi/scratch/cigi-gisolve/compute_shared": "/compute_shared",
"/data/cigi/common/jparkgeo/aging_dam_data": "/job/aging_dam_data"
}
- Add the SIF file to
container.json
(possibly add the mount here instead?):
"extractinundationcensustracts-processor": {
"dockerfile": "",
"dockerhub": "",
"hpc_path": {
"keeling_community": "/data/keeling/a/cigi-gisolve/simages/extractinundationcensustracts-processor.sif",
"anvil_community": "/home/x-cybergis/simages/extractinundationcensustracts-processor.sif"
},
"mount": {
}
- Add to the database on test.
- Create a manifest
- Add a parameter to the Python file and manifest for the dam id
- Add to setup.py to verify data/variables?