IDEMSInternational / epicsawrap

GNU Lesser General Public License v3.0
0 stars 0 forks source link

Various issues #76

Closed ChrisMarsh82 closed 7 months ago

ChrisMarsh82 commented 8 months ago

Test Data

lilyclements commented 8 months ago

Note:

I will get to the others tomorrow

lilyclements commented 8 months ago

PR #87 fixes the request:

station - can definitions come back in the same format as metadata?

This PR adds functionality to ensure definitions can come back in the same format at the metadata (list format).

This can be achieved by running format = "list" in the function, e.g.,

station_metadata("zm", station_id = c(1, 28), include_definitions = TRUE, format = "list")
lilyclements commented 8 months ago

@ChrisMarsh82 how should we edit the test data for crop_success_probabilities and season_start_probabilities?

ChrisMarsh82 commented 7 months ago

Closing issue as response models will be confirmed seperatley to this