meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pluginto:start [2022/10/03 14:35] gregbalcopluginto:start [2023/08/07 15:12] (current) gregbalco
Line 3: Line 3:
 The data layer is a MySQL database provided by [[https://cloud.google.com/sql|Google Cloud SQL]]. The data layer is a MySQL database provided by [[https://cloud.google.com/sql|Google Cloud SQL]].
  
-Instructions for how to connect to the data layer using a MySQL client are [[https://wiki.ice-d.org/applications:diy|here]] (archived versions [[pluginto:mysql_database|here]]). +Instructions for how to connect to the data layer using a MySQL client are [[https://wiki.ice-d.org/applications:connect|here]] (archived versions [[pluginto:mysql_database|here]]). 
  
 There exist some specialized APIs that can be used to obtain data-layer-level data for specific purposes: There exist some specialized APIs that can be used to obtain data-layer-level data for specific purposes:
   * The [[http://pgc.umn.edu|Polar Geospatial Center]] has a public API that can be used to obtain site and sample locations for Antarctica and Greenland for web mapping applications. It is described [[https://iced-samples-docs.apps.pgc.umn.edu|here]].   * The [[http://pgc.umn.edu|Polar Geospatial Center]] has a public API that can be used to obtain site and sample locations for Antarctica and Greenland for web mapping applications. It is described [[https://iced-samples-docs.apps.pgc.umn.edu|here]].
   * The ICE-D web server has a more general API for a similar purpose. Documentation for this will be forthcoming.    * 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:table_descriptions|here.]]
 +
 +A list of useful SQL queries is [[pluginto:useful_SQL_queries|here.]]
  
 === How to connect to the middle layer === === How to connect to the middle layer ===
Line 31: Line 35:
 == The ICE-D web feature service (WFS) == == 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 are [[pluginto:wfs|here]]. +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:wfs|here]].  
 + 
 +Information about ARC/QGIS toolboxes and applications is [[pluginto:wfs_applications|here]].
  
 == Web server API for embedded web maps == == Web server API for embedded web maps ==