Skip to content

Commit fbeed49

Browse files
authored
Merge pull request #166 from raphaelrpl/patch-opendata-format
Change license to GPL v3 and prepare release 0.9.0
2 parents 27de9ee + 2d542ee commit fbeed49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1261
-186
lines changed

CHANGES.rst

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,33 @@
11
..
22
This file is part of Cube Builder AWS.
3-
Copyright (C) 2019-2021 INPE.
3+
Copyright (C) 2022 INPE.
44
5-
Cube Builder is free software; you can redistribute it and/or modify it
6-
under the terms of the MIT License; see LICENSE file for more details.
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.
717

818

919
Changes
1020
=======
1121

22+
23+
Version 0.9.0 (2022-09-23)
24+
--------------------------
25+
26+
- Change LICENSE to GPL v3
27+
- Improve docs setup
28+
- Mark repository as ``stable``
29+
30+
1231
Version 0.8.1 (2021-07-29)
1332
--------------------------
1433

DEPLOY.rst

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
..
2-
This file is part of Python Module for Cube Builder AWS.
3-
Copyright (C) 2019-2021 INPE.
2+
This file is part of Cube Builder AWS.
3+
Copyright (C) 2022 INPE.
44
5-
Cube Builder AWS is free software; you can redistribute it and/or modify it
6-
under the terms of the MIT License; see LICENSE file for more details.
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.
717

818

919
Deploy
@@ -20,7 +30,8 @@ and be familiar with Python module.
2030
For example, most of `GEO Earth datasets <https://aws.amazon.com/earth/>`_ like ``Sentinel-2``, ``Landsat-8`` are
2131
stored in ``Oregon`` (``us-west-2``). In this tutorial, we are going to use ``us-west-2``.
2232

23-
If you generate any data cube that are in a different region of BDC services, you may face high cost charges in the billing.
33+
If you generate data cubes on regions different from where the BDC services or dataset are,
34+
you may face high cost charges in the billing.
2435

2536

2637

@@ -30,7 +41,7 @@ Requirements
3041
------------
3142

3243
- `RDS PostgreSQL <https://aws.amazon.com/rds/postgresql/>`_: A minimal instance of PostgreSQL database with PostGIS support.
33-
The ``instance_type`` depends essentially how many parallel processing ``Lambdas`` are running. For this example,
44+
The ``instance_type`` depends essentially on how many parallel processing ``Lambdas`` are running. For this example,
3445
we can use the minimal instance ``db.t2.micro``. For a Brazil territory, considerer more robust instances like ``db.t2.large``
3546
which supports aroung ``600`` concurrent connections.
3647

INSTALL.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
..
2-
This file is part of Python Module for Cube Builder AWS.
3-
Copyright (C) 2019-2021 INPE.
2+
This file is part of Cube Builder AWS.
3+
Copyright (C) 2022 INPE.
44
5-
Cube Builder AWS is free software; you can redistribute it and/or modify it
6-
under the terms of the MIT License; see LICENSE file for more details.
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
15+
You should have received a copy of the GNU General Public License
16+
along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.
717

818

919
Installation

0 commit comments

Comments
 (0)