-
Notifications
You must be signed in to change notification settings - Fork 8
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
Determine if and how various soil type/classification/taxonomy terms will be used in the submission schema #585
Comments
|
From GSChttps://github.com/GenomicsStandardsConsortium/mixs/blob/main/mixs/excel/mixs_v6.xlsx
In production NMDC MongoDBdb.getCollection("biosample_set").find( { fao_class : { $exists : true } } );
In BBOP relational version of NCBI's biosample_setselect
value,
count(1)
from
all_attribs aa
where
aa.harmonized_name = 'fao_class'
group by
value
having
count(1) > 1
order by
count(1) desc;
|
db.getCollection("biosample_set").find( { local_class : { $exists : true } } );
|
db.getCollection("biosample_set").find( { local_class_meth : { $exists : true } } );
|
db.getCollection("biosample_set").find( { soil_type : { $exists : true } } );
|
db.getCollection("biosample_set").find( { soil_type_meth : { $exists : true } } );
|
Adding to current sprint per Mark. Need feedback from @mslarae13 |
@turbomam is it possible to export these in an excel file so I can look at them side by side? |
@mslarae13 you can copy markdown tables from GH issues and paste into Excel and they will look pretty good. If I need to create some new tables for you, what is it that you want to see side by side? |
Thanks Mark! I didn't realize this would copy-paste so well. "Soil taxonomy is a hierarchical soil classification system with six categories, or levels: order, suborder, great group, subgroup, family, and series. Soil taxonomy is a morphogenetic soil classification system using diagnostic horizons and features to infer pathways of soil genesis and formation." & "Soil taxonomy replaced the classification system in the US ... in 1938" - From this paper Looking at these slots and what people have submitted, here's my conclusions. 1: FAO class is very specific. This should be an enumeration. Taxonomy (The FAO soil map was intended for mapping soils at a continental scale but not at local scale.) Looking at GSC
Local and soil type seem to be the same to me and soil type is more structured. I think we should drop local_class. This also allows for international taxonomy / classification since FAO an taxonomy are US specific Adding to backlog until this is complete. |
Appears to be in progress based on recent comments. Moving to new sprint. |
No update this sprint. Removing from sprint. Backlog label was already added 2 weeks ago. Blocked on SubPort board. |
Requirements to unblock:
|
soil_taxonomic/local classification method
soil_taxonomic/local classification
soil_type
soil type method
soil_taxonomic/FAO classification
link to classification information-- Removed?
These slots are very similar. We should discuss these slots and provide clearer separation between the types and better guidance on how to use / identify
Resolution
The text was updated successfully, but these errors were encountered: