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:wfs [2022/10/03 14:41] – gregbalco | pluginto:wfs [2024/03/12 13:40] (current) – joetulenko | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === The ICE-D WFS === | === The ICE-D WFS === | ||
| - | A WFS service provided by a Geoserver installation allows display and analysis of ICE-D exposure age data within desktop GIS software such as ArcGIS and QGIS. | + | A WFS service provided by a Geoserver installation allows display and analysis of ICE-D exposure age data within desktop GIS software such as ArcGIS and QGIS. This means that whenever there are updates to the data in ICE-D (e.g., users add new data to ICE-D), the WFS also gets updated and so as long as you have an internet connection, you will be viewing the latest and most up-to-date account of samples in ICE-D in your own personal desktop application! |
| == Connecting to the ICE-D WFS == | == Connecting to the ICE-D WFS == | ||
| - | QGIS | + | Connecting in QGIS: |
| - | Arc (?) | + | You can add a data source in QGIS in several ways. One, in the QGIS " |
| + | |||
| + | {{ : | ||
| + | |||
| + | Name the connection whatever you like. | ||
| + | |||
| + | In the URL line, enter: | ||
| + | |||
| + | https:// | ||
| + | |||
| + | This link establishes a connection between your desktop GIS application and all of the ICE-D data stored as a Web Feature Service (WFS) hosted online by Geoserver. Before selecting OK, be sure to check the box stating " | ||
| + | |||
| + | **Note**: " | ||
| + | |||
| + | The connection page should now look like this: | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | Now click ' | ||
| + | |||
| + | Now that you have added the connection, you can add layers from the Data Source Manager. Either select Layer -> Data source manager or open the Data Source Manager from the toolbar, and the ' | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | In the screenshot I am showing what the page should look like if the connection is successful. **Note:** for best results, the box titled Only request features overlapping the view extent should be UNCHECKED. | ||
| + | |||
| + | Once you properly set up the new connection and select OK, whatever name you gave to the ICE-D WFS connection you just made should appear in the dropdown menu. Under this new connection, there should be a list of layers. Also, when you select the " | ||
| == Explanation of relationship between ICE-D applications and WFS layers == | == Explanation of relationship between ICE-D applications and WFS layers == | ||
| - | Explain | + | Each application in ICE-D (e.g., ICE-D Greenland, ICE-D Alpine, ICE-D Tectonics, etc.) has its own set of two layers: |
| + | |||
| + | 1) All the surface samples associated with an application. | ||
| + | |||
| + | 2) All the " | ||
| + | |||
| + | For example, loading up every sample that belongs to the Greenland Database will look something like this: | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | Green triangles are core data and blue dots are surface sample data. See description below of attribute data. | ||
| == Explanation of attribute data == | == Explanation of attribute data == | ||
| - | Explain what the attributes | + | In the image above, I selected some random surface samples related to the Greenland Ice Sheet in northwest Greenland as an example (the red highlighted dots on the map). Each entry (sample) has a set amount of attribute data that comes from ICE-D. The image shows the complete list, and users are encouraged to explore on their own, but attribute data includes lat lon and sample elevation values, among other attributes useful for querying. Currently, each sample has reported calculated ages based on the default production rate ([[https:// |
| + | |||
| + | A major advantage of viewing samples in your own personal desktop application is that you have access to all of the samples in the database and their metadata, and you can select samples based on geographic locations with ease. However, GIS applications also have querying tools that allow users to select samples based on their attributes in essentially the same exact way a user might query an sql database to extract the exact data they want. Coming soon: examples of using QGIS to query data from ICE-D in the [[applications: | ||