Skip to content

Commit

Permalink
🔥 Review Extension license - GPL v3
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Sep 21, 2022
1 parent 72ab97c commit 69408c0
Show file tree
Hide file tree
Showing 64 changed files with 1,576 additions and 272 deletions.
18 changes: 14 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
#
# This file is part of BDC-Collectors.
# Copyright (C) 2020 INPE.
# This file is part of Brazil Data Cube BDC-Collectors.
# Copyright (C) 2022 INPE.
#
# BDC-Collectors is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# 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 <https://www.gnu.org/licenses/gpl-3.0.html>.
#

kind: pipeline
Expand Down
18 changes: 14 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
#
# This file is part of BDC-Collectors.
# Copyright (C) 2020 INPE.
# This file is part of Brazil Data Cube BDC-Collectors.
# Copyright (C) 2022 INPE.
#
# BDC-Collectors is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
# 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 <https://www.gnu.org/licenses/gpl-3.0.html>.
#

version: 2
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Changes
=======


Version 0.8.0 (2022-09-16)
Version 0.8.0 (2022-09-21)
--------------------------

- Change LICENSE to GPL v3 and headers source code
- Improve docs usage/setup
- Fix readthedocs build
- Remove ``bdc-catalog`` dependency
Expand Down
28 changes: 18 additions & 10 deletions INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
..
This file is part of BDC-Collectors.
Copyright (C) 2019-2020 INPE.
This file is part of Brazil Data Cube BDC-Collectors.
Copyright (C) 2022 INPE.
BDC-Collectors is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.
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 <https://www.gnu.org/licenses/gpl-3.0.html>.


Installation
Expand All @@ -20,16 +30,14 @@ Pre-Requirements

The ``Brazil Data Cube Collectors`` (``BDC-Collectors``) depends essentially on:

- `Python Client Library for STAC (stac.py) <https://github.com/brazil-data-cube/stac.py>`_

- `Flask <https://palletsprojects.com/p/flask/>`_

- `BDC-Catalog <https://bdc-catalog.readthedocs.io/en/latest/>`_.

- `rasterio <https://rasterio.readthedocs.io/en/latest/>`_

- `Shapely <https://shapely.readthedocs.io/en/latest/manual.html>`_

- `Sentinelsat <https://sentinelsat.readthedocs.io/en/stable/>`_


Clone the software repository
+++++++++++++++++++++++++++++
Expand Down Expand Up @@ -58,9 +66,9 @@ Install in development mode::

If you want to create a new *Python Virtual Environment*, please, follow this instruction:

*1.* Create a new virtual environment linked to Python 3.7::
*1.* Create a new virtual environment linked to Python 3.8::

python3.7 -m venv venv
python3.8 -m venv venv


**2.** Activate the new environment::
Expand Down
Loading

0 comments on commit 69408c0

Please sign in to comment.