Skip to content
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

fix "validation" vignette #11

Open
mrustl opened this issue Apr 1, 2021 · 0 comments
Open

fix "validation" vignette #11

mrustl opened this issue Apr 1, 2021 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@mrustl
Copy link
Member

mrustl commented Apr 1, 2021

> obs.neubrandenburg <- keys.lid::readObservations(
+   subfolder = paths$green_roof_model_neubrandenburg,
+   rainFile = 'obs_rain_5min_Neubrandenburg.txt',
+   runoffFile = 'obs_runoff_5min_Neubrandenburg.txt',
+   temperatureFile = 'obs_temperature_10min_Neubrandenburg.txt',
+   dateTimetz = 'Etc/GMT-1', 
+   dateTimeformat = '%Y-%m-%d %H:%M:%S',
+   to_mmperhour = list(rain=1/(5/60), runoff=1/(5/60)), 
+   NAval = list(rain = -999, runoff = -999, temperature = -999))
Fehler in scan(file = file, what = what, sep = sep, quote = quote, dec = dec,  : 
  line 1 did not have 2 elements

@mrustl mrustl added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 1, 2021
@mrustl mrustl added this to the v0.2.0 milestone Apr 1, 2021
@mrustl mrustl self-assigned this Apr 1, 2021
mrustl added a commit that referenced this issue Apr 1, 2021
to do: fix "validation" vignette (#11)
@mrustl mrustl modified the milestones: v0.2.0, v0.1.0 Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant