-
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
Extending OSD parsing tools #25
Labels
OSD
Official Series Descriptions
Comments
Updates:
|
Quick update, all of the code used to prep SoilWeb related data has been moved over to SoilWeb-data. Relying on OSDregistry and SKB to do all of the parsing work. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strategic TODOs:
plyr
and possibly some of the other dependencies (stringi
,purrr
,furrr
,R.utils
)soilDB::get_soilseries_from_NASIS()
or saved copy in soilweb-data repo.get_OSD
source data, eventually move to SoilWeb or SoilWeb-dataTechnical TODOs:
JSON format:
Return series names in title case? fetchOSD and related functions should return series names in title case soilDB#95keep as-isTrim off section headers from content (they are already in section)keep as-is until collapsing and reordering sections into groups is removed; the only way to reliably deparse combined sections is if their headers are includedparseOSD
Issues:Related Changes in
soilDB
ncss-tech/soilDB#186
The text was updated successfully, but these errors were encountered: