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

Implementations: rename nls-fi to hakunapi #858

Merged
merged 1 commit into from
Sep 26, 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
2 changes: 1 addition & 1 deletion implementations/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The columns for each part list the conformance classes of the standard that are
| https://www.ogc.org/resource/products/details/?pid=1669[Link]
|

| link:servers/nlsfi.md[nls-fi]
| link:servers/hakunapi.md[hakunapi]
| `core`, `oas30`, `geojson`
| `crs`
| -
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# nls-fi
# hakunapi

Topographical database of National Land Survey of Finland as an OGC API - Features with some 130 collections. Powered by a server called hakuna-wfs3, implemented in Java at the NLS-Finland. Currently supporting JSON/GeoJSON (and also MVT for /tiles). Pagination via primary keys, fully streaming approach.
Sample service running hakunapi:

Topographical database of National Land Survey of Finland as an OGC API - Features with some 130 collections. Powered by a server called hakunapi, implemented in Java at the NLS-Finland. Currently supporting JSON/GeoJSON (and also MVT for /tiles). Pagination via primary keys, fully streaming approach.

The service requires an API key! You can create one by self registering at https://omatili.maanmittauslaitos.fi/?lang=en (requires valid email address). Use the API key as the username in HTTP Basic Auth (password is ignored) or as query parameter ('api-key') as in the examples below.

Expand All @@ -14,3 +16,7 @@ Example requests:
* https://avoin-paikkatieto.maanmittauslaitos.fi/maastotiedot/features/v1/collections/tieviiva/items/11?api-key=<API_KEY>
* First 1000 buildings inside 380000,6670000,390000,6680000,EPSG:3067
* https://avoin-paikkatieto.maanmittauslaitos.fi/maastotiedot/features/v1/collections/rakennus/items?bbox=380000,6670000,390000,6680000&bbox-crs=http://www.opengis.net/def/crs/EPSG/0/3067&crs=http://www.opengis.net/def/crs/EPSG/0/3067&limit=1000&api-key=<API_KEY>

More information about hakunapi:

* [GitHub repository with source code and documentation](https://github.com/nlsfi/hakunapi)