Skip to content
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

Add support for generic DOV WFS layers #383

Merged
merged 19 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ the pydov functionalities. For a more in-depth overview of the capabilities,
the :ref:`tutorials` illustrate different capabilities of the pydov package
for each of the object types.

:ref:`select_datasets` of your interest, and check the :ref:`query_attribute` and :ref:`query_location` pages to find the information you're looking for.
While the search objects are different, the workflow is the same for each dataset.
The :ref:`query_attribute` and :ref:`query_location` explain
the query options for attributes and locations respectively.

All functionalities are build on top of the existing webservices provided
All functionalities are built on top of the existing webservices provided
by DOV. For more details about these services and endpoints, check
the :ref:`endpoints` page.

Expand All @@ -76,6 +75,7 @@ Contents:
:caption: User guide
:maxdepth: 1

select_datasets
query_attribute
query_location
output_fields
Expand Down
Loading