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/10 21:57] – joetulenko | pluginto:wfs [2024/03/12 13:40] (current) – joetulenko | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| Connecting in QGIS: | Connecting in QGIS: | ||
| - | In the QGIS " | + | You can add a data source in QGIS in several ways. One, in the QGIS " |
| - | The new connection window should look like this: | + | {{ :pluginto: |
| - | {{ : | + | Name the connection whatever you like. |
| - | Name the connection whatever you like, I named mine iced. | + | In the URL line, enter: |
| - | + | ||
| - | In the URL line, add in the following URL: | + | |
| https:// | 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 "Invert | + | 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 "Ignore |
| + | |||
| + | **Note**: " | ||
| + | |||
| + | The connection page should now look like this: | ||
| + | |||
| + | {{ : | ||
| + | |||
| + | Now click 'OK.' | ||
| - | This entire process | + | Now that you have added the connection, you can add layers |
| {{ : | {{ : | ||
| - | In the screenshot I am showing what the page should look like if the connection is successful | + | In the screenshot I am showing what the page should look like if the connection is successful. **Note:** for best results, |
| - | Once you properly set up the new connection and select OK, there should be a new drop down menu below the "WFS / OGC API Features" | + | 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 == | ||
| Line 35: | Line 41: | ||
| 1) All the surface samples associated with an application. | 1) All the surface samples associated with an application. | ||
| - | 2) All the core samples | + | 2) All the " |
| For example, loading up every sample that belongs to the Greenland Database will look something like this: | For example, loading up every sample that belongs to the Greenland Database will look something like this: | ||
| Line 47: | Line 53: | ||
| 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:// | 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. Please find an example | + | 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 |