-
Notifications
You must be signed in to change notification settings - Fork 0
BDMS-769: Convert desktop GIS help page to Markdown content & update it's content #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
5b4b78a
feat(pages/content): Update content manager to accept ENVs & code ele…
TylerAdamMartinez cfe6b7a
feat(public/content/ogcapi): Recreate the ocotillo/help pg in markdown
TylerAdamMartinez 87c2cd4
chore(ocotillo/help): Rm old help page
TylerAdamMartinez 5893f56
chore(layout/sider): Update sider for update pg links
TylerAdamMartinez 5bc194d
doc(ogcapi): Update content based on https://nmbgmr.atlassian.net/bro…
TylerAdamMartinez a1491bb
Break authentik-provider utils barrel cycle that hung Vitest access-c…
jeremyzilar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| --- | ||
| title: Connect the Ocotillo OGC API to desktop GIS | ||
| deck: Use the Ocotillo OGC API Features endpoint to browse collections in ArcGIS Desktop and in QGIS. | ||
| --- | ||
|
|
||
| > [!WARNING] | ||
| > OGC API layers are read-only in desktop GIS. Use them for discovery, map display, querying, and export. | ||
|
|
||
| ##### Ocotillo OGC landing page URL | ||
|
|
||
| ```text | ||
| {{ ocotillo_api_url }}/ogcapi | ||
| ``` | ||
|
|
||
| ## ArcGIS Pro / Desktop | ||
|
|
||
| 1. On the **Insert** tab, in the **Project** group, click **Connections > Server > New OGC API Server**. The **Add OGC API Server Connection** dialog box appears. | ||
| 2. Enter this URL ([{{ ocotillo_api_url }}/ogcapi]({{ ocotillo_api_url }}/ogcapi)) in the **Server URL** text box. | ||
| 3. Leave the rest of the options as-is and click OK. | ||
| 4. In the Catalog pane, expand the “Servers” folder. You should see the Ocotillo OGC API connection. Expand the connection, then expand “Features”. Drag the datasets you want into your map area. | ||
| 5. When adding a layer, a dialog box will appear with spatial extent options. Click OK to add the entire contents. You can also check the “Use Spatial Extent” box and spatially filter via options in the “Get extent from:” box - e.g. spatially filter by existing layers, selected polygon extents, visible extent, etc. | ||
|
|
||
| **Official documentation:** | ||
| [How to add OGC API datasets to ArcGIS Pro](https://pro.arcgis.com/en/pro-app/latest/help/data/services/add-ogc-api-services.htm) | ||
| [https://pro.arcgis.com/en/pro-app/latest/help/data/services/use-ogc-api-services.htm](https://pro.arcgis.com/en/pro-app/latest/help/data/services/use-ogc-api-services.htm) | ||
|
|
||
| --- | ||
|
|
||
| ## QGIS | ||
|
|
||
| 1. Open **Data Source Manager**. | ||
| 2. Choose the WFS / OGC API - Features connection tab. | ||
| 3. Create a new connection using the Ocotillo landing page URL. | ||
| 4. Connect to the server, select one or more collections, and add them to the map. | ||
| 5. For large layers, set paging or feature limits in the connection and layer options. | ||
|
|
||
| > [!INFO] | ||
| > QGIS expects the OGC API landing page, not a single collection items URL, when you create the server connection. | ||
|
|
||
| **Official documentation:** | ||
| [https://docs.qgis.org/latest/en/docs/user_manual/working_with_ogc/ogc_client_support.html](https://docs.qgis.org/latest/en/docs/user_manual/working_with_ogc/ogc_client_support.html) | ||
|
|
||
| --- | ||
|
|
||
| ## Useful Ocotillo endpoints | ||
|
|
||
| ### Landing page | ||
|
|
||
| [{{ ocotillo_api_url }}/ogcapi]({{ ocotillo_api_url }}/ogcapi) | ||
|
|
||
| Use this as the server URL when creating the connection. | ||
|
|
||
| ### Collections | ||
|
|
||
| [{{ ocotillo_api_url }}/ogcapi/collections]({{ ocotillo_api_url }}/ogcapi/collections) | ||
|
|
||
| Review available collections before connecting from desktop GIS. | ||
|
|
||
| --- | ||
|
|
||
| ## Common collections to look for | ||
|
|
||
| - [!CHIPS] | ||
| - Water Wells | ||
| - Springs | ||
| - Latest Depth to Water | ||
| - Average TDS | ||
| - Latest TDS | ||
|
|
||
| Collection names can change by deployment. If you do not see one of these, open the [collections endpoint]({{ ocotillo_api_url }}/ogcapi/collections) and use the names published there. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.