{"id":26668787,"url":"https://github.com/brazil-data-cube/bdc-catalog","last_synced_at":"2025-04-12T01:56:23.543Z","repository":{"id":38239877,"uuid":"224635677","full_name":"brazil-data-cube/bdc-catalog","owner":"brazil-data-cube","description":"Brazil Data Cube Image Metadata Catalog","archived":false,"fork":false,"pushed_at":"2023-07-05T20:19:53.000Z","size":10643,"stargazers_count":4,"open_issues_count":11,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T01:56:08.695Z","etag":null,"topics":["catalog","database","geospatial","image-database","metadata","python"],"latest_commit_sha":null,"homepage":"https://bdc-catalog.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brazil-data-cube.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-11-28T11:11:53.000Z","updated_at":"2023-07-07T06:57:30.000Z","dependencies_parsed_at":"2023-09-22T08:28:39.141Z","dependency_job_id":"aa0712bb-126f-48b1-9177-23644d409f9f","html_url":"https://github.com/brazil-data-cube/bdc-catalog","commit_stats":{"total_commits":227,"total_committers":4,"mean_commits":56.75,"dds":0.4581497797356828,"last_synced_commit":"0926623f40fc8ef7ef37d3e938667cc052448a00"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brazil-data-cube","download_url":"https://codeload.github.com/brazil-data-cube/bdc-catalog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505864,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalog","database","geospatial","image-database","metadata","python"],"created_at":"2025-03-25T21:35:02.140Z","updated_at":"2025-04-12T01:56:23.520Z","avatar_url":"https://github.com/brazil-data-cube.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"..\n    This file is part of BDC-Catalog.\n    Copyright (C) 2022 INPE.\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program. If not, see \u003chttps://www.gnu.org/licenses/gpl-3.0.html\u003e.\n\n\n=======================================\nBrazil Data Cube Image Metadata Catalog\n=======================================\n\n\n.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg\n        :target: https://github.com/brazil-data-cube/bdc-catalog/blob/master/LICENSE\n        :alt: Software License\n\n\n.. image:: https://codecov.io/gh/brazil-data-cube/bdc-catalog/branch/master/graph/badge.svg?token=KJRQHUU8AO\n        :target: https://codecov.io/gh/brazil-data-cube/bdc-catalog\n        :alt: Code Coverage Test\n\n\n.. image:: https://readthedocs.org/projects/bdc-catalog/badge/?version=latest\n        :target: https://bdc-catalog.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\n\n.. image:: https://img.shields.io/badge/lifecycle-stable-green.svg\n        :target: https://www.tidyverse.org/lifecycle/#stable\n        :alt: Software Life Cycle\n\n\n.. image:: https://img.shields.io/github/tag/brazil-data-cube/bdc-catalog.svg\n        :target: https://github.com/brazil-data-cube/bdc-catalog/releases\n        :alt: Release\n\n\n.. image:: https://img.shields.io/discord/689541907621085198?logo=discord\u0026logoColor=ffffff\u0026color=7389D8\n        :target: https://discord.com/channels/689541907621085198#\n        :alt: Join us at Discord\n\n\nAbout\n=====\n\n\nBDC-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:\n\n\n.. image:: https://github.com/brazil-data-cube/bdc-catalog/raw/master/docs/model/db-schema.png\n        :target: https://github.com/brazil-data-cube/bdc-catalog/tree/master/docs/model\n        :width: 90%\n        :alt: Database Schema\n\n\nIn the above diagram, for every column of type JSON there is a specific JSONSchema. See the folder `bdc_catalog/jsonschemas \u003chttps://github.com/brazil-data-cube/bdc-catalog/tree/master/bdc_catalog/jsonschemas\u003e`_.\n\n\nThis is the base package for other softwares in the Brazil Data Cube project. For instance, the `Brazil Data Cube Spatiotemporal Asset Catalog implementation \u003chttps://github.com/brazil-data-cube/bdc-stac\u003e`_ and the `Brazil Data Cube Collection Builder \u003chttps://github.com/brazil-data-cube/bdc-collection-builder\u003e`_ rely on it.\n\n\nInstallation\n============\n\n\nSee `INSTALL.rst \u003c./INSTALL.rst\u003e`_.\n\n\nUsage\n=====\n\n\nSee `USAGE.rst \u003c./USAGE.rst\u003e`_.\n\n\nDeveloper Documentation\n=======================\n\n\nSee https://bdc-catalog.readthedocs.io/en/latest/\n\n\nLicense\n=======\n\n\n.. admonition::\n    Copyright (C) 2022 INPE.\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrazil-data-cube%2Fbdc-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-catalog/lists"}