{"id":26668801,"url":"https://github.com/brazil-data-cube/bdc-odc","last_synced_at":"2025-04-12T01:56:25.839Z","repository":{"id":53601993,"uuid":"226321596","full_name":"brazil-data-cube/bdc-odc","owner":"brazil-data-cube","description":"A Shareable Collection of Open Data Cube Scripts \u0026 Tools ","archived":false,"fork":false,"pushed_at":"2023-08-03T16:41:39.000Z","size":13442,"stargazers_count":3,"open_issues_count":4,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T01:56:20.501Z","etag":null,"topics":["bdc","datacube","odc","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brazil-data-cube.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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-12-06T12:06:51.000Z","updated_at":"2022-11-18T12:01:46.000Z","dependencies_parsed_at":"2023-09-22T08:28:43.201Z","dependency_job_id":"9f2a3619-8cef-4f6b-abe5-3d7a916b8bdc","html_url":"https://github.com/brazil-data-cube/bdc-odc","commit_stats":{"total_commits":167,"total_committers":5,"mean_commits":33.4,"dds":"0.18562874251497008","last_synced_commit":"39338979346cb8581aa4df0c9f162d1d897aa7cd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-odc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-odc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-odc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-odc/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-odc/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":["bdc","datacube","odc","utility"],"created_at":"2025-03-25T21:35:06.192Z","updated_at":"2025-04-12T01:56:25.818Z","avatar_url":"https://github.com/brazil-data-cube.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"..\n    This file is part of Brazil Data Cube ODC Scripts \u0026 Tools.\n    Copyright (C) 2019 INPE.\n\n    Brazil Data Cube ODC Scripts \u0026 Tools is free software; you can redistribute it and/or modify it\n    under the terms of the MIT License; see LICENSE file for more details.\n\n\nA Shareable Collection of Open Data Cube Scripts \u0026 Tools\n=========================================================\n\n.. image:: https://img.shields.io/github/license/brazil-data-cube/bdc-odc.svg\n        :target: https://github.com/brazil-data-cube/bdc-odc/blob/master/LICENSE\n        :alt: Software License\n\n.. image:: https://img.shields.io/badge/lifecycle-experimental-orange.svg\n        :target: https://www.tidyverse.org/lifecycle/#experimental\n        :alt: Software Life Cycle\n\n.. image:: https://readthedocs.org/projects/bdc-odc-docs/badge/?version=latest\n        :target: https://bdc-odc-docs.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\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 \nAbout\n-----\n\nThe **O**\\ pen **D**\\ ata **C**\\ ube (ODC) framework and all its tools ecosystem are currently being tested with **B**\\ razil **D**\\ ata **C**\\ ube (BDC) data products. This integration aims to increase the set of access, visualization, and analysis tools available to the users of the various data cubes produced by the project. This repository presents the utilities and steps for using ODC tools in the BDC data ecosystem.\n\n`Documentation is here \u003chttps://bdc-odc-docs.readthedocs.io/en/latest/\u003e`_\n\nGenerating the Documentation\n----------------------------\n\nThe documentation contains details about each of the resources that are available in the repository. To access the documentation, generate it with the commands below.\n\n**1.** Clone the documentation repository::\n\n    git clone https://github.com/brazil-data-cube/bdc-odc.git\n\n\n**2.** Go to the source code folder::\n\n    cd bdc-odc\n\n\n**3.** Install the required Python libraries::\n\n    pip3 install -r requirements-docs.txt\n\n\nor:\n\n\n.. code-block:: shell\n\n    pip3 install sphinx sphinx_rtd_theme sphinx-copybutton sphinx-tabs sphinx-click\n\n\nor, if you prefer the ``Anaconda`` distribution::\n\n    conda install sphinx sphinx_rtd_theme sphinx-copybutton sphinx-tabs sphinx-click\n\n\n**4.** In order to build the HTML documentation, please, go to the ``docs`` folder::\n\n    cd docs/sphinxs\n\n\n**5.** Build the HTML documentation with the ``make html`` command::\n\n    make html\n\n\nThe above command will generate the HTML documentation under the ``_build/html`` folder. You can open the ``index.html`` file in order to navigate in the documentation::\n\n    firefox _build/html/index.html\n\n\n.. note::\n\n    In order to clean the sites directory, and remove staled files, you can use the following command::\n\n        make clean\n\n.. note::\n\n    In addition to the steps presented, if your system has not been installed, it is necessary to install ``stac2odc``. See the `installation page \u003chttps://github.com/brazil-data-cube/bdc-odc/tree/master/stac2odc\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-odc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrazil-data-cube%2Fbdc-odc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-odc/lists"}