{"id":26668757,"url":"https://github.com/brazil-data-cube/bdc-collectors","last_synced_at":"2025-04-12T01:56:06.660Z","repository":{"id":42469651,"uuid":"304327067","full_name":"brazil-data-cube/bdc-collectors","owner":"brazil-data-cube","description":"Flask extension for Brazil Data Cube to collect satellite imagery from multiple providers.","archived":false,"fork":false,"pushed_at":"2025-02-24T13:34:56.000Z","size":311,"stargazers_count":5,"open_issues_count":5,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T01:55:55.499Z","etag":null,"topics":["data-collector","geospatial","image-downloader-python","landsat-8","modis","python","scihub","sentinel-1","sentinel-2"],"latest_commit_sha":null,"homepage":"https://bdc-collectors.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-15T12:59:20.000Z","updated_at":"2025-02-24T13:28:25.000Z","dependencies_parsed_at":"2023-09-25T22:16:22.122Z","dependency_job_id":"20ce16fc-3d6b-414d-82de-abb2cf1167f3","html_url":"https://github.com/brazil-data-cube/bdc-collectors","commit_stats":{"total_commits":113,"total_committers":2,"mean_commits":56.5,"dds":0.008849557522123908,"last_synced_commit":"c9783ebc39ea848bacee1ada6a69a06c4ee35f9a"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-collectors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-collectors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-collectors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brazil-data-cube%2Fbdc-collectors/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-collectors/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":["data-collector","geospatial","image-downloader-python","landsat-8","modis","python","scihub","sentinel-1","sentinel-2"],"created_at":"2025-03-25T21:34:49.418Z","updated_at":"2025-04-12T01:56:06.638Z","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 BDC-Collectors.\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===================================================================\nCollectors Extension for Brazil Data Cube Applications and Services\n===================================================================\n\n\n.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg\n        :target: https://github.com/brazil-data-cube/bdc-collectors/blob/master/LICENSE\n        :alt: Software License\n\n\n.. image:: https://readthedocs.org/projects/bdc-collectors/badge/?version=latest\n        :target: https://bdc-collectors.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-collectors.svg\n        :target: https://github.com/brazil-data-cube/bdc-collectors/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-Collectors is a Flask extension for Brazil Data Cube to collect data from multiple providers.\n\n\nOther applications can also define custom collectors using Python entry point in ``setup.py``.\nSee the :doc:`usage` documentation on how to take advantage of this package.\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-collectors.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.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-collectors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrazil-data-cube%2Fbdc-collectors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrazil-data-cube%2Fbdc-collectors/lists"}