1
1
..
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.
4
4
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>.
7
17
8
18
9
19
Deploy
@@ -20,7 +30,8 @@ and be familiar with Python module.
20
30
For example, most of `GEO Earth datasets <https://aws.amazon.com/earth/ >`_ like ``Sentinel-2 ``, ``Landsat-8 `` are
21
31
stored in ``Oregon `` (``us-west-2 ``). In this tutorial, we are going to use ``us-west-2 ``.
22
32
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.
24
35
25
36
26
37
@@ -30,7 +41,7 @@ Requirements
30
41
------------
31
42
32
43
- `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,
34
45
we can use the minimal instance ``db.t2.micro ``. For a Brazil territory, considerer more robust instances like ``db.t2.large ``
35
46
which supports aroung ``600 `` concurrent connections.
36
47
0 commit comments