SciGaP / simccs-maptool

Online maptool that provides novel decision-support capabilities for evaluating carbon capture, utilization and storage technologies (CCUS).
5 stars 0 forks source link

Fix issue when Cplex experiment created with null dataset-id #206

Closed machristie closed 1 year ago

machristie commented 1 year ago

If a Cplex experiment is created through "Create Experiment" instead of through Maptool/Build tool, then a user won't be able to specify the "Dataset-id". Without the dataset id, maptool won't be able to generate a candidate network, or shapefiles, etc.

This code change defaults a null "Dataset-id" to "Lower48US" which is generally the only dataset expected for a user uploading their own source and sink files. Long term though we might want to reconsider what would be a good default or whether users should be able to specify this value or not.