README.md

Build Status

iDigBio: US Collections

iDigBio publishes a list of US Collections, via the iDigBio Portal, that is intended to be a comprehensive list of all natural history collections in the United States of America. This GitHub project provides an administrative interface for managing the publishing of this list and offers tools to those who would like to use these data programmatically.

API Endpoint

Published collections JSON Endpoint

Project Structure

Collections should each have their own JSON file, named by their collection UUID, and be formatted similar to this:

[
  {
    "institution": "Yale University, Peabody Museum of Natural History",
    "collection": "Historical Scientific Instruments",
    "recordsets": "",
    "institution_code": "",
    "collection_code": "",
    "collection_uuid": "urn:uuid:09b5acf0-899b-4b4d-abd0-7dbb7799053c",
    "collection_lsid": "NA",
    "collection_url": "http://peabody.yale.edu/collections/historical-scientific-instruments",
    "collection_catalog_url": "http://peabody.yale.edu/collections/search-collections?hsi",
    "contact": "Paola Bertucci",
    "contact_role": "Assistant Curator",
    "contact_email": "paola.bertucci@yale.edu",
    "taxonomic_coverage": "",
    "geographic_range": "",
    "collection_size": "",
    "mailing_address": "Yale University, PO Box 208118",
    "mailing_city": "New Haven",
    "mailing_state": "Connecticut",
    "mailing_zip": "06511-0000",
    "physical_address": "170-210 Whitney Avenue",
    "physical_city": "New Haven",
    "physical_state": "Connecticut",
    "physical_zip": "06511-0000",
    "update_url": "https://docs.google.com/forms/d/1slWOvxuLpuPdvDihSibLQq9BPsOqPzK8Hh93zCW3dRI/viewform?entry.823080433=the+collection+is+already+in+the+list&entry.764919322=urn:uuid:09b5acf0-899b-4b4d-abd0-7dbb7799053c&entry.326174790=Yale University, Peabody Museum of Natural History&entry.2031121141=Historical Scientific Instruments&entry.4068754=&entry.1582913154=&entry.1336841557=http://peabody.yale.edu/collections/historical-scientific-instruments&entry.103879345=http://peabody.yale.edu/collections/search-collections?hsi&entry.107456176=&entry.879476273=&entry.417603227=&entry.1321049572=Paola Bertucci&entry.1687847097=Assistant Curator&entry.1086198428=paola.bertucci@yale.edu&entry.246950189=Yale University, PO Box 208118&entry.1584255348=New Haven&entry.1966582743=Connecticut&entry.256217142=06511-0000&entry.447546773=170-210 Whitney Avenue&entry.1565624766=New Haven&entry.1920508789=Connecticut&entry.1022645685=06511-0000",
    "lat": 41.3167,
    "lon": -72.9204
  }
]

Metadata

Stub records

Stub records can be generated using the function r createCollStub . A stub record will be generated and added to a directory called "stubs". These stub records will have UUID's and can be moved to the "collections" directory once they have been updated or are complete.

{
  "institution": "",
  "collection": "",
  "recordsets": "",
  "institution_code": "",
  "collection_code": "",
  "collection_uuid": "",
  "collection_lsid": "",
  "collection_url": "",
  "collection_catalog_url": "",
  "contact": "",
  "contact_role": "",
  "contact_email": "",
  "taxonomic_coverage": "",
  "geographic_range": "",
  "collection_size": "",
  "mailing_address": "",
  "mailing_city": "",
  "mailing_state": "",
  "mailing_zip": "",
  "physical_address": "",
  "physical_city": "",
  "physical_state": "",
  "physical_zip": "",
  "update_url": "",
  "lat": 0,
  "lon": 0
}


kevinlove/idb-us-collections documentation built on May 20, 2019, 9:07 a.m.