In some cases when using RAOB identifiers other than the standard 3-digit ID ('DTX'), get_obs_data() will fail when looking for the right station ID in the station ID lists, even though it did correctly retrieve the data because the provided station ID is valid.
The function needs to be able to search through the numerical IDs as well.
In some cases when using RAOB identifiers other than the standard 3-digit ID ('DTX'),
get_obs_data()
will fail when looking for the right station ID in the station ID lists, even though it did correctly retrieve the data because the provided station ID is valid.The function needs to be able to search through the numerical IDs as well.
This will be fixed in upcoming releases.