meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| pluginto:start [2021/10/05 00:49] – created gregbalco | pluginto:start [2023/08/07 15:12] (current) – gregbalco | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | How to plug into the data layer | + | === How to connect to the data layer === |
| - | [[pluginto:pluginto_middle_layer]] How to plug into the middle layer | + | The data layer is a MySQL database provided by [[https:// |
| + | |||
| + | Instructions for how to connect to the data layer using a MySQL client are [[https:// | ||
| + | |||
| + | There exist some specialized APIs that can be used to obtain data-layer-level data for specific purposes: | ||
| + | * The [[http:// | ||
| + | * The ICE-D web server has a more general API for a similar purpose. Documentation for this will be forthcoming. | ||
| + | |||
| + | A description of the database table and field structure is [[dictionary: | ||
| + | |||
| + | A list of useful SQL queries is [[pluginto: | ||
| + | |||
| + | === How to connect to the middle layer === | ||
| + | |||
| + | The middle layer consists of several " | ||
| + | |||
| + | == Online exposure age calculators as web service == | ||
| + | |||
| + | At the moment, the only middle-layer calculation service available to the ICE-D project is provided by the online exposure age calculators that have been in existence since about 2007 and are familiar to most researchers involved in cosmogenic-nuclide geochemistry. These run on servers at http:// | ||
| + | |||
| + | == Other middle-layer services == | ||
| + | |||
| + | There are no others at the moment. We plan to have a workshop on how to make one. | ||
| + | |||
| + | === How to plug into various analysis layers === | ||
| + | |||
| + | An " | ||
| + | |||
| + | == The ICE-D web server == | ||
| + | |||
| + | The ICE-D web server is an example of an analysis layer application. Mostly, the purpose of this application is to display information to a user via a web browser, but there are a couple of tricks embedded in the web page that allow one to also use this application to get information in a form that can be easily used by software. This is explained [[pluginto: | ||
| + | |||
| + | == The ICE-D web feature service (WFS) == | ||
| + | |||
| + | An ICE-D WFS service enables desktop GIS software (ArcGIS, QGIS, etc.) to display and work with exposure-age data from ICE-D applications. | ||
| + | |||
| + | Details about the WFS and how to connect to it are [[pluginto: | ||
| + | |||
| + | Information about ARC/QGIS toolboxes and applications is [[pluginto: | ||
| + | |||
| + | == Web server API for embedded web maps == | ||
| + | |||
| + | The web server code also can serve ICE-D data in a georeferenced form that can be used by web mapping applications. Some examples and instructions for how to do this are [[pluginto: | ||
| - | How to plug into various analysis layers | ||