https://github.com/brazil-data-cube/bdc-collectors
Flask extension for Brazil Data Cube to collect satellite imagery from multiple providers.
https://github.com/brazil-data-cube/bdc-collectors
data-collector geospatial image-downloader-python landsat-8 modis python scihub sentinel-1 sentinel-2
Last synced: about 1 year ago
JSON representation
Flask extension for Brazil Data Cube to collect satellite imagery from multiple providers.
- Host: GitHub
- URL: https://github.com/brazil-data-cube/bdc-collectors
- Owner: brazil-data-cube
- License: gpl-3.0
- Created: 2020-10-15T12:59:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T13:34:56.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:55:55.499Z (about 1 year ago)
- Topics: data-collector, geospatial, image-downloader-python, landsat-8, modis, python, scihub, sentinel-1, sentinel-2
- Language: Python
- Homepage: https://bdc-collectors.readthedocs.io/en/latest
- Size: 304 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
..
This file is part of Brazil Data Cube BDC-Collectors.
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 .
===================================================================
Collectors Extension for Brazil Data Cube Applications and Services
===================================================================
.. image:: https://img.shields.io/badge/License-GPLv3-blue.svg
:target: https://github.com/brazil-data-cube/bdc-collectors/blob/master/LICENSE
:alt: Software License
.. image:: https://readthedocs.org/projects/bdc-collectors/badge/?version=latest
:target: https://bdc-collectors.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-collectors.svg
:target: https://github.com/brazil-data-cube/bdc-collectors/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-Collectors is a Flask extension for Brazil Data Cube to collect data from multiple providers.
Other applications can also define custom collectors using Python entry point in ``setup.py``.
See the :doc:`usage` documentation on how to take advantage of this package.
Installation
============
See `INSTALL.rst <./INSTALL.rst>`_.
Usage
=====
See `USAGE.rst <./USAGE.rst>`_.
Developer Documentation
=======================
See https://bdc-collectors.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.