-
Notifications
You must be signed in to change notification settings - Fork 1
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
add read abiotic ranges function #195
base: dev_nextrelease
Are you sure you want to change the base?
Conversation
@hansvancalster thanks for giving this a start! As already talked about, we'll look into this further together. I plan to come back to it later this week. The target branch should be If you want a clean start instead, then, after pulling |
> test <- read_abiotic_ranges()
> glimpse(test)
Rows: 1,149
Columns: 18
$ Habitatsubtype <chr> "1310_pol", "1310_pol", "1310_pol", "1310_zk", "1310_zk", "1310_zk", "1310_zk", "1310…
$ Subtype <chr> "", "", "", "", "", "", "", "Suaedetum", "", "", "Sagino maritimae-Cochlearietum", "C…
$ Milieucompartiment <chr> "Bodem", "Grondwater", "Lucht", "Grondwater", "Grondwater", "Inundatiewater", "Inunda…
$ Variabele <chr> "Chloride", "Chloride", "Stikstofdepositie", "Chloride", "Gemiddelde voorjaarsgrondwa…
$ Afkorting <chr> "Cl", "Cl", "N-depositie", "Cl", "GVG", "Hoogte t.o.v. getij", "Overstromingsfrequent…
$ Eenheid <chr> "mg/l", "mg/l", "kg N/ha/j", "mg/l", "m - mv", "m", "%", "%", "kg N/ha/j", "m - mv", …
$ Toetswijze...bepaling <chr> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "…
$ Teken <chr> "OG - BG", ">", "<", ">", "OG - BG", "", "OG - BG", "OG - BG", "<", "OG - BG", "OG - …
$ Abiotisch.bereik <chr> "0 - 70", "3000", "23", "3000", "-0,13 - 0,03", "GHW", "50 - 85", "41 - 61", "23", "0…
$ Waarde.1 <chr> "0", "3000", "", "3000", "-0,13", "GHW", "50", "41", "", "0,22", "3000", "300", "", "…
$ Waarde.2 <chr> "70", "", "23", "", "0,03", "", "85", "61", "23", "0,41", "10000", "3000", "21", "", …
$ WaardeNum1 <chr> "0", "3000", "", "3000", "-0,13", "", "50", "41", "", "0,22", "3000", "300", "", "300…
$ WaardeNum2 <chr> "70", "", "23", "", "0,03", "", "85", "61", "23", "0,41", "10000", "3000", "21", "", …
$ N.gunstig <int> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, N…
$ Status <chr> "Lk", "Lk", "Lg", "Lk", "Lk", "Lk", "Lk,Lk", "Lk", "Lg", "Lk, Lk", "Lk", "Lk", "Lg", …
$ Referentie <chr> "Schamin\xe9e et al. 1998", "Ertsen et al. 1998", "ANB 2015", "Ertsen et al. 1998", "…
$ Opmerking <chr> "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "…
$ Wijziging <lgl> NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, NA, N… Dropping here some thoughts to discuss live.
|
A function to read the data from https://zenodo.org/records/10533792.
This is a quick and dirty implementation - so a good review round will be needed.
@florisvdh I haven't updated NEWS or bumped version because I imagine that you may prefer setting up a development branch first? Otherwise I can add it to this branch, just let me know.