Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 3.06 KB

README.rst

File metadata and controls

97 lines (53 loc) · 3.06 KB

Brazil Data Cube Image Metadata Catalog

Software License Build Status Code Coverage Test Documentation Status Software Life Cycle Release Join us at Discord

About

BDC-Catalog is an image metadata storage module for Earth Observation imagery. The module handles Earth Observation image collections and data cubes. The following diagram shows the tables used to store the metadata and their relationships:

Database Schema

In the above diagram, for every column of type JSON there is a specific JSONSchema. See the folder bdc_catalog/jsonschemas.

This is the base package for other softwares in the Brazil Data Cube project. For instance, the Brazil Data Cube Spatiotemporal Asset Catalog implementation and the Brazil Data Cube Collection Builder rely on it.

Installation

See INSTALL.rst.

Running

See RUNNING.rst.

Developer Documentation

See https://bdc-catalog.readthedocs.io/en/latest/

License

Copyright (C) 2019-2020 INPE.

BDC-Catalog is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details.