Skip to content

Commit

Permalink
feat: knb-lter-cap.632.14
Browse files Browse the repository at this point in the history
  • Loading branch information
srearl committed Jan 21, 2023
1 parent 57c8b33 commit 80b246e
Show file tree
Hide file tree
Showing 17 changed files with 1,598 additions and 218 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ dataset publishing: Desert Fertilization

## overview

This repository is the home of publishing processes for the desert
fertilization project beginning with version 632.3. Resources, workflows, and
processes for database creation, the initial publication, and previous versions
(632.1, 632.2) are in the 'cndep' repository that resides with GIOS on AWS.
However, the R script file that documents the creation of the database and
initial publication have been moved to this repository, and the 'cndep'
repository should be able to be ignored going forward. 'cndep' had also held
the data, but those are all now moved to the cndep folder of the department
drive.
This repository is the home of publishing processes for the desert fertilization project beginning with version 632.3. Resources, workflows, and processes for database creation, the initial publication, and previous versions (632.1, 632.2) are in the 'cndep' repository that resides with GIOS on AWS. However, the R script file that documents the creation of the database and initial publication have been moved to this repository, and the 'cndep' repository should be able to be ignored going forward. 'cndep' had also held the data, but those are all now moved to the cndep folder of the department drive.

### knb-lter-cap.632.14 *2023-01-21*

- data refresh
- add `capeml::update_attributes` function to workflow
- (most) attribute metadata updated from `csv` to `yaml` format
- fixes some mislabeled PRS probe data (under plant instead of blank)
- Rmd to qmd
- update people attributes to draw from file instead of database


### knb-lter-cap.632.13 *2022-06-02*

Expand Down
52 changes: 52 additions & 0 deletions annuals_biomass_attrs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
|
site_code:
attributeName: site_code
attributeDefinition: site name abbreviation
columnClasses: factor
plot_id:
attributeName: plot_id
attributeDefinition: plot id number
definition: plot id number
columnClasses: character
treatment_code:
attributeName: treatment_code
attributeDefinition: treatment name abbreviation
columnClasses: factor
location_within_plot:
attributeName: location_within_plot
attributeDefinition: habitat within plot where probes were deployed
columnClasses: factor
subplot:
attributeName: subplot
attributeDefinition: subplot number (one of two replicates)
columnClasses: factor
subquad_orientation:
attributeName: subquad_orientation
attributeDefinition: direction of subquadrat from which biomass was harvested
definition: direction of subquadrat from which biomass was harvested
columnClasses: character
date:
attributeName: date
attributeDefinition: date of data collection
formatString: YYYY-MM-DD
columnClasses: Date
year:
attributeName: year
attributeDefinition: year of data collection
formatString: YYYY
minimum: 2008.0
maximum: 2021.0
columnClasses: Date
mass:
attributeName: mass
attributeDefinition: mass of biomass harvested in 0.25 meterSquare quadrat
minimum: -0.481
maximum: 131.52
unit: gram
numberType: real
columnClasses: numeric
notes:
attributeName: notes
attributeDefinition: field and_or processing notes
definition: field and_or processing notes
columnClasses: character
56 changes: 56 additions & 0 deletions annuals_composition_attrs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
|
site_code:
attributeName: site_code
attributeDefinition: site name abbreviation
columnClasses: factor
plot_id:
attributeName: plot_id
attributeDefinition: plot id number
definition: plot id number
columnClasses: character
treatment_code:
attributeName: treatment_code
attributeDefinition: treatment name abbreviation
columnClasses: factor
location_within_plot:
attributeName: location_within_plot
attributeDefinition: habitat within plot where probes were deployed
columnClasses: factor
subplot:
attributeName: subplot
attributeDefinition: subplot number (one of two replicates)
columnClasses: factor
date:
attributeName: date
attributeDefinition: date of data collection
formatString: YYYY-MM-DD
columnClasses: Date
year:
attributeName: year
attributeDefinition: year of data collection
formatString: YYYY
minimum: 2009.0
maximum: 2022.0
columnClasses: Date
collector:
attributeName: collector
attributeDefinition: initials of subplot surveyors
definition: initials of subplot surveyors
columnClasses: character
cover_type:
attributeName: cover_type
attributeDefinition: taxon of annual plant, plot characteristic, or logistical note
columnClasses: factor
cover_category:
attributeName: cover_category
attributeDefinition: nature of the observation (taxonomic, general plot characteristic,
logistical)
columnClasses: factor
cover_amount:
attributeName: cover_amount
attributeDefinition: proportion of subplot as a decimal fraction of this type
minimum: 0.001
maximum: 7.0
unit: dimensionless
numberType: real
columnClasses: numeric
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 80b246e

Please sign in to comment.