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

Table and Column Metadata #278

Merged
merged 9 commits into from
Jan 12, 2023
Merged

Table and Column Metadata #278

merged 9 commits into from
Jan 12, 2023

Conversation

brownag
Copy link
Member

@brownag brownag commented Nov 1, 2022

Implements new function get_NASIS_table_metadata() which allows for retrieval of descriptions, datatypes etc. for selected NASIS tables and columns.

I see being able to generate these tables as a first step towards more comprehensive metadata generation for soilDB functions that hit NASIS and SSURGO data sources--essentially known tables/columns will have their metadata filled in based on the contents of MetadataTable and MetadataTableColumn, and then calculated/derived columns will need to be filled in manually. The latter will be stored in some sort of raw data file (i.e. CSV or .rds), programmatically combined with the NASIS metadata, and then selected columns rendered in a markdown table as a component of the documentation webpage.

@brownag brownag marked this pull request as ready for review January 9, 2023 23:56
@brownag
Copy link
Member Author

brownag commented Jan 12, 2023

Merging, will replicate this approach with other functions that use the NASIS metadata

@brownag brownag merged commit f474615 into master Jan 12, 2023
@brownag brownag deleted the tableMeta branch April 28, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant