/chart-data/input-comparison
for returning data and metadata for input comparison barchart.display
property it was raising an error when fetching input metadata. Now if no display
property is set, it will include it in the returned metadata./download/result/path/<id>
to return path to the download file on disk/review-input/metadata
to return metadata for all input plots/meta/plotting
and /meta/plotting<iso3>
endpoints as these are no longer used/calibrate/result/path/<id>
relative to the results directorytableMetadata
into the calibrate/result/<id>
and calibrate/result/metadata/<id>
endpoints for controlling how the new output table feature will look/calibrate/result/path/<id>
which will return the path to the calibration plot data output which can be read by web backend/calibrate/result/metadata/<id>
to return the metadata and warnings from the /calibrate/result/<id>
endpoint/calibrate/result/data/<id>
for returning only the data from the /calibrate/result/<id>
endpointjob_id
in error response if error originated from async jobhintr_prerun
function which takes model inputs and outputs, saves them onto the server and then returns output zip with state JSON which can be used to rehydrate model outputsprerun_import
and prerun_push
functions, these are going to be replaced with a more transparent prerun method/internal/prerun
to run a prerun which builds state JSON from input and output filesproject_state.json
into info
dir in the output zip to make it less visible to users/rehydrate/submit
/rehydrate/status/<id>
and /rehydrate/result/<id>
for getting state JSON required by the front end for rehydrating a projectstate
JSON which is saved out as is into the output zip which can be used to by the web end to recover the project/download/submit/<type>/<id>
can now take a body with notes
which will be added to spectrum download zip, it is ignored for other download types.strict
to endpoint /validate/survey-and-programme
to allow running with relaxed validation, by default this will run in strict mode./meta/plotting
endpoint to return default plotting metadata.vls_tested
and vls_suppressed
to vl_tested_12mos
and vl_suppressed_12mos
. Affects tests only./chart-data/input-time-series/<type>
to return dummy data for upcoming input time-series plots/calibrate/plot/<id>
to return dummy data for upcoming calibrate plotassert_calendar_quarter_column()
and assert_year_column()
to accept argument col_name=
to check columns of required specification with different name.<+calendar_quarter_t1_default+>
to select most recent survey calendar quarter as default ‘time 1’ option.GET /hintr/version
and GET /hintr/worker/status
endpoints, the first in a series of hintr informational endpoints