Extension STAC Harvester


Extension Basics

Title
STAC Harvester
Name
ckanext-stac
Type
Public extension
Description
SpatioTemporal Asset Catalog (STAC) harvester extension for CKAN supporting catalogs from California Forest Observatory and OpenTOPOGRAPHY.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2022-02-04 01:52:31)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

ckanext-stac

STAC harvester extension for CKAN.

Description

A SpatioTemporal Asset Catalog (STAC) harvester extension for CKAN. Supports STAC catalogs from: - California Forest Observatory - OpenTOPOGRAPHY

Features

  • Harvests spatial extent (bbox to polygon)
  • Temporal extent (JTS format)
  • Providers metadata
  • DOI extraction
  • Citation metadata harvesting

Requirements

  • CKAN 2.8 or above

Installation

To install ckanext-stac:

  1. Activate your CKAN virtual environment: . /usr/lib/ckan/default/bin/activate
  2. Install the extension: pip install ckanext-stac or from source: git clone https://github.com/b-weintraub/ckanext-stac.git cd ckanext-stac pip install -e .
  3. Add stac to the ckan.plugins setting in your CKAN config file.
  4. Restart CKAN.

Tests

nosetests --with-pylons=test.ini

License

AGPL-3.0

Version
0.0.1
Version release date
(not set)
Contact name
Ben Weintraub
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Requires CKAN 2.8 or above. Supports STAC catalogs from CFO and OpenTOPOGRAPHY.

Plugins to configure (ckan.ini)
stac
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions