Skip to content

Commit

Permalink
Add footprint comment in README (AdrienWehrle#87)
Browse files Browse the repository at this point in the history
* add footprint comment in README

* add footprint comment in README
  • Loading branch information
AdrienWehrle authored Mar 22, 2023
1 parent 00f163c commit d4d6584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ job = es.EarthSpy("/path/to/auth.txt")

# as simple as it gets
job.set_query_parameters(
bounding_box=[-51.13, 69.204, -51.06, 69.225],
bounding_box=[-51.13, 69.204, -51.06, 69.225], # format from doc: [min_x, min_y, max_x, max_y]
time_interval=["2019-08-03", "2019-08-10"],
evaluation_script="https://custom-scripts.sentinel-hub.com/custom-scripts/sentinel-2/true_color/script.js",
data_collection="SENTINEL2_L2A",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = earthspy
version = 0.1.0
version = 0.3.0
description = Wrapper for sentinelhub-py services
author = Adrien Wehrlé
author_email = [email protected]
Expand Down

0 comments on commit d4d6584

Please sign in to comment.