meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pluginto:start [2021/10/22 17:56] – gregbalco | pluginto:start [2023/08/07 15:12] (current) – gregbalco | ||
---|---|---|---|
Line 3: | Line 3: | ||
The data layer is a MySQL database provided by [[https:// | The data layer is a MySQL database provided by [[https:// | ||
- | Instructions for how to connect to the data layer are [[pluginto: | + | Instructions for how to connect to the data layer using a MySQL client |
+ | |||
+ | 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 === | === How to connect to the middle layer === | ||
- | The middle layer consists of several " | + | 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:// | 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 === | === How to plug into various analysis layers === | ||
- | An " | + | 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:webpage_scraping|here]]. | ||
+ | |||
+ | == 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: |