You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://deq1.bse.vt.edu/hsp2/land_spec.tar.gz
tar -xvf land_spec.tar.gz
cd land_spec
hsp2 import_uci hwmA51800.uci hwmA51800.h5
hsp2 run hwmA51800.h5
HSP2IO/hdf.py: this loads the hdf5 data into the uci_obj in HSP2/main.py
line 41:uci_obj = io_manager.read_uci()
HSP2Tools/data/ParseTable.csv: this contains the list of column defs for the parser to use when trying to load the SAs (and all the other UCI stuff).
main.py: Need to access the specactions from the hdf5 file and pass it into other routines, i.e., something like: specactions = uci_obj.specactions
HSP2/uci.py: this has the basic class shell definition for the UCI, in order to reference the specactions dictionary in main.py, this must be set or an error will be thrown
The text was updated successfully, but these errors were encountered:
Tasks
psa
) here: https://github.com/HARPgroup/HSPsquared/tree/psadef specactions(info, llines):
to readUCI.pydef specactions(info, llines):
in readUCI.py:Background
Testing Data
Data Models in hdf5
/SPEC_ACTIONS/ACTIONS/table
(see also: specl: ACTIONS (parser and code) #105)/SPEC_ACTIONS/MULT/table
/SPEC_ACTIONS/UVQUAN/table
/SPEC_ACTIONS/CONDITIONAL/table
/SPEC_ACTIONS/DISTRB/table
/SPEC_ACTIONS/UVNAME/table
(see specl: UVNAME (parser and code) #106)Development Notes
uci_obj
inHSP2/main.py
uci_obj = io_manager.read_uci()
specactions
from the hdf5 file and pass it into other routines, i.e., something like:specactions = uci_obj.specactions
specactions
dictionary in main.py, this must be set or an error will be thrownThe text was updated successfully, but these errors were encountered: