https://github.com/brazil-data-cube/bdc-catalog
Brazil Data Cube Image Metadata Catalog
https://github.com/brazil-data-cube/bdc-catalog
catalog database geospatial image-database metadata python
Last synced: 11 months ago
JSON representation
Brazil Data Cube Image Metadata Catalog
- Host: GitHub
- URL: https://github.com/brazil-data-cube/bdc-catalog
- Owner: brazil-data-cube
- License: gpl-3.0
- Created: 2019-11-28T11:11:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T20:19:53.000Z (over 2 years ago)
- Last Synced: 2025-04-12T01:56:08.695Z (11 months ago)
- Topics: catalog, database, geospatial, image-database, metadata, python
- Language: Python
- Homepage: https://bdc-catalog.readthedocs.io/en/latest/
- Size: 10.1 MB
- Stars: 4
- Watchers: 3
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
..
This file is part of BDC-Catalog.
Copyright (C) 2022 INPE.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
=======================================
Brazil Data Cube Image Metadata Catalog
=======================================
.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://github.com/brazil-data-cube/bdc-catalog/blob/master/LICENSE
:alt: Software License
.. image:: https://codecov.io/gh/brazil-data-cube/bdc-catalog/branch/master/graph/badge.svg?token=KJRQHUU8AO
:target: https://codecov.io/gh/brazil-data-cube/bdc-catalog
:alt: Code Coverage Test
.. image:: https://readthedocs.org/projects/bdc-catalog/badge/?version=latest
:target: https://bdc-catalog.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://img.shields.io/badge/lifecycle-stable-green.svg
:target: https://www.tidyverse.org/lifecycle/#stable
:alt: Software Life Cycle
.. image:: https://img.shields.io/github/tag/brazil-data-cube/bdc-catalog.svg
:target: https://github.com/brazil-data-cube/bdc-catalog/releases
:alt: Release
.. image:: https://img.shields.io/discord/689541907621085198?logo=discord&logoColor=ffffff&color=7389D8
:target: https://discord.com/channels/689541907621085198#
:alt: 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:
.. image:: https://github.com/brazil-data-cube/bdc-catalog/raw/master/docs/model/db-schema.png
:target: https://github.com/brazil-data-cube/bdc-catalog/tree/master/docs/model
:width: 90%
:alt: 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 <./INSTALL.rst>`_.
Usage
=====
See `USAGE.rst <./USAGE.rst>`_.
Developer Documentation
=======================
See https://bdc-catalog.readthedocs.io/en/latest/
License
=======
.. admonition::
Copyright (C) 2022 INPE.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.