OGC API — Features Setup Guide
Introduction
OGC API - Features is a set of standardized APIs that allows you to seamlessly connect tabular datasets from the Ocean Data Platform to your GIS tool of choice. This guide will help you get your environment set up.
OGC Features vs. WFS
OGC API — Features is the new version of the Web Feature Service (WFS). It supports similar functionalities but implements a modern RESTful design. Most modern GIS tools natively support it.
Base URL
https://api.hubocean.earth/api/features
Setup Checklist
Here is a checklist to get you started in setting up a new Hub Ocean OGC API — Feature connection in your GIS environment:
-
Registered account on the Ocean Data Platform
-
API key generated in your Account page
-
GIS tool installed: QGIS, ArcGIS Pro
QGIS
Here is a short guide to creating an OGC Features connection in QGIS.
1) Open the OGC API / WFS data source, create a New Connection.
Browser Panel → WFS / OGC API — Features → New Connection.
2) Configure the connection.
Name it → URL: https://api.hubocean.earth/api/features → Version: OGC API — Features.
3) Add your API Key to the headers. Get one here!
Add header → Paste API key → Save.
ApiKey header value
Make sure to include the prefix ApiKey in the header value!
4) Double check everything is correct → (Optional) Set a feature limit.
Feature Limit
Default is 25,000. Adjust as needed.
5) Done! You now have up-to-date ODP tables you can drag into your project.
ArcGIS Pro
Coming soon!
More Information
The Hub Ocean OGC API - Features service supports Part 1 of the OGC API - Features standard. For further details, refer to the OGC Specification and the Hub Ocean Data Catalog.