You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,9 +161,18 @@ In order to run **SatExtractor** we recommend to have a virtual env and a cloud
161
161
162
162
<!-- USAGE EXAMPLES -->
163
163
## Usage
164
+
🔴🔴🔴
165
+
```diff
166
+
- WARNING!!!!:
167
+
Running SatExtractor will use your billable cloud provider services.
168
+
We strongly recommend testing it with a small region to see if everything is working ok.
169
+
Be sure you are running all your cloud provider services in the same region to avoid extra costs.
170
+
```
171
+
🔴🔴🔴
164
172
165
173
Once a cloud provider user is set and the package is installed you'll need to grab the geojson region you want (you can get it from the super-cool tool [geojson.io](geojson.io)) and change the config files.
166
174
175
+
167
176
1. Save the region as `<your_region_name>.geojson` and store it in the `outputs` folder (you can change your output dir in the `config.yaml`)
168
177
2. Open the `config.yaml` and you'll see something like this:
0 commit comments