Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arbakker committed Jun 25, 2021
1 parent e2980c7 commit 3bc23c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -5,15 +5,15 @@
[![Go Report Card](https://goreportcard.com/badge/PDOK/goaf)](https://goreportcard.com/report/PDOK/goaf)
[![Docker Pulls](https://img.shields.io/docker/pulls/pdok/goaf.svg)](https://hub.docker.com/r/pdok/goaf)

Goaf is a [OGC API - Features](https://www.ogc.org/standards/ogcapi-features) implementation in golang.
GOAF is a [OGC API - Features](https://www.ogc.org/standards/ogcapi-features) implementation in golang.

## For who is it?

If you are looking for a very fast OGC API - Features application and are not afraid for some data tuning, this could be the application for you!

## Datasources

It supports the following datasources:
GOAF supports the following datasources:

* [OGC GeoPackage](https://www.geopackage.org/)
* [Postgis](https://postgis.net/) (*Postgresql 9.4+)
Expand All @@ -24,7 +24,7 @@ A a GeoJSON implementation with a Geopackage as a data provider.

The specification is a preliminary one, with `go generate` the routing based on api spec, provider interfaces en types structs and convenient parameter extractions are generated to stay easily up to date.

* FeatureCollectionGeoJSON is overridden in the GeoPackage provider to use the [geojson](https://github.com/go-spatial/geom/tree/master/encoding/geojson) equivalent for decoding blobs
* FeatureCollectionGeoJSON is overridden in the GeoPackage provider to use the [GeoJSON](https://github.com/go-spatial/geom/tree/master/encoding/geojson) equivalent for decoding blobs
* <https://github.com/opengeospatial/ogcapi-features/blob/master/core/openapi/ogcapi-features-1.yaml>

## Build
Expand All @@ -35,7 +35,7 @@ docker build -t pdok/goaf:latest .

## GeoPackage

The geopacakge provider is a minimal config for GeoPackages that tend to be relative small e.g. < 3 GB.
The GeoPackage provider is a minimal config for GeoPackages that tend to be relative small e.g. < 3 GB.

```docker
docker run --rm -v `pwd`/example:/example -c /example/config-addresses-gpkg-minimal.yaml -p 8080:8080 pdok/goaf:latest
Expand Down Expand Up @@ -100,7 +100,7 @@ Distributed under MIT License, please see license file within the code for more

## Thanks

Inspiration en code copied from:
Inspiration and code copied from:

* <https://github.com/go-spatial/jivan>
* <https://github.com/go-spatial/tegola>
Expand Down

0 comments on commit 3bc23c7

Please sign in to comment.