Talk:IDigBio API v1 Specification: Difference between revisions

From iDigBio
Jump to navigation Jump to search
mNo edit summary
(stub table)
 
Line 1: Line 1:
Need to convert this list:
Should we consider adding a three-column table that shows the complete mapping of DwC, API, and Elasticsearch field names?  is this even possible?
 
{| class="wikitable" style="background-color: #BDB76B;" width="100%"
!Darwin Core (DwC)
!iDigBio API
!iDigBio Elasticsearch Index
|-
|"dwc:scientificName"
|"idigbio:data" : {"dwc:scientificName"}
|scientificname
|}
 


<pre>
<pre>
Line 48: Line 59:
</pre>
</pre>


Into a table that shows the mapping of DWC to API to Elasticsearch index (with namespace dropped).
 
-dstoner
-dstoner
----
----

Latest revision as of 16:00, 23 May 2014

Should we consider adding a three-column table that shows the complete mapping of DwC, API, and Elasticsearch field names? is this even possible?

Darwin Core (DwC) iDigBio API iDigBio Elasticsearch Index
"dwc:scientificName" "idigbio:data" : {"dwc:scientificName"} scientificname


"barcodevalue"
"catalognumber"
"class"
"collectioncode"
"collectionid"
"collectionname"
"collector"
"commonname"
"continent"
"country"
"county"
"datecollected"
"datemodified"
"etag"
"family"
"fieldnumber"
"genus"
"geopoint"
"hasImage"
"highertaxon"
"infraspecificepithet"
"institutioncode"
"institutionid"
"institutionname"
"kingdom"
"locality"
"maxdepth"
"maxelevation"
"mediarecords"
"mindepth"
"minelevation"
"municipality"
"occurenceid"
"order"
"phylum"
"recordset"
"scientificname"
"specificepithet"
"stateprovince"
"typestatus"
"uuid"
"verbatimlocality"
"version"
"waterbody"


-dstoner