Database
Online Resources
There are a number of methods that can be used to access data from the Neotoma Paleoecology Database. Users who wish to access data can use one of the following:
- Graphical Interface: The Neotoma Explorer
- R Programming Language: The new
neotoma2
R package. The deprecatedneotoma
R package. Note that there are workbooks associated with the R packages in this site that can help you get started with your research. - Direct Web API:
- Neotoma Programs and Applications: The Neotoma GitHub Repository
Manual
The Neotoma Database is described in online documentation hosted on Read The Docs, along with SQL queries to be used directly on the database.
Note: We are looking for folks to help us update the Neotoma Manual. Please contact Simon Goring (goring@wisc.edu) for more information.
Structure
The Neotoma Database Schema is generated using SchemaSpy, which provides a fully constructed HTML directory, including SVG images for tables and associated relations.
You can use this schema to help you build queries with Neotoma, to see what kinds of data are available from the database, to understand relationships between elements within the database and to communicate with the development team to help us support your needs.