-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use definition_id
instead of station_id
#121
Comments
@jkmusyoka I am working on this here so that we call definition_id instead of station_id. This will mean some changes required on the R-Instat dialog (which I will outline to Vitalis once I have sorted the R-code). This will mean that the user will have to define a
This means that all data sets we use for testing and otherwise need to be defined in the metadata.rds file (for now, I have coded in that if they are not in the metadata, to set definition_id as station_id, so you shouldn't get any bugs from these changes). Can you outline which data sets we are using for testing so I can add them into the metadata? For now, we can set their definition_id to be their station_id I think, until we update the R-Instat function. |
At the moment, zambia_eastern_4 is the test data from Zambia. It has 5 stations. And now there is a malawi_test folder which has a test dataset for 2 stations. There is one more test data from Kenya which I will add this week. I will let you know when it is ready |
@lilyclements while you are on this issue, could you also add more "countries" into the epicsa r system namely "ml_test" for malawi test data and "ke_test "for Kenya test data. Thanks |
@jkmusyoka thanks for this. I have done this now in PR 47 |
We want to use a
definition_id
instead of astation_id
. This requires a few changes:definition_id
option.definition_id
notstation_id
epicsawrap
functions (annual_rainfall, etc) where we callstation_id
to automatically calldefinition_id
from the station metadatadefinition_id
instead ofstation_id
.The text was updated successfully, but these errors were encountered: