diff --git a/README.org b/README.org index 07e2cf2..41e48ee 100644 --- a/README.org +++ b/README.org @@ -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", diff --git a/setup.cfg b/setup.cfg index 8252397..df677c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = adrien.wehrle@hotmail.fr