A STAC and OGC API Features compliant web service focused on ease-of-use for end-users.
To get started you need to have docker
installed on your system to run published franklin
containers. To start the service you can use the following command:
not implemented
docker run quay.io/azavea/franklin:latest server \
--db-host <database-host> \
--db-password <password> \
--db-name <database-name>
This will start a server without data using a provided database. If migrations need to be run they will be run on server startup.
-
GET /
-
GET /conformance
-
GET /collections
-
GET /collections/{collectionId}
-
GET /collections/{collectionId}/items
-
GET /collections/{collectionId}/items/{featureId}
-
GET /stac
-
GET /stac/search
-
POST /stac/search
-
POST /collections/{collectionId}/items
-
PUT /collections/{collectionId}/items/{featureId}
-
PATCH /collections/{collectionId}/items/{featureId}
-
DELETE /collections/{collectionId}/items/{featureId}
- Index Static Catalogs
- Raster Tile Service for COG collections
- Vector Tile Service for Label Collections