Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ACT - Time Series Analysis in Flood-Prone Areas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kies, Jacqueline
ACT - Time Series Analysis in Flood-Prone Areas
Commits
ec4e2e60
Commit
ec4e2e60
authored
3 years ago
by
Verouden, Niels
Browse files
Options
Downloads
Patches
Plain Diff
Change description
Small changes within description of code
parent
1a631fb6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
eo_learn/main_eoLearn.py
+3
-1
3 additions, 1 deletion
eo_learn/main_eoLearn.py
with
3 additions
and
1 deletion
eo_learn/main_eoLearn.py
+
3
−
1
View file @
ec4e2e60
...
@@ -24,7 +24,9 @@ CLIENT_SECTRET. For more information, see file 'downloadInstructionsEOLearn.pdf'
...
@@ -24,7 +24,9 @@ CLIENT_SECTRET. For more information, see file 'downloadInstructionsEOLearn.pdf'
SAR data is downloaded between the start and end date, which should be defined
SAR data is downloaded between the start and end date, which should be defined
in the format
'
yyyy-mm-dd
'
. However, EO Learn API has a download rate of 100 images/hr
in the format
'
yyyy-mm-dd
'
. However, EO Learn API has a download rate of 100 images/hr
so downloading SAR images for several years at once is not possible with this script.
so downloading SAR images for several years at once is not possible with this script.
!!!HENCE, DOWNLOAD IMAGES OF MAX. 10 MONTHS AT ONCE TO PREVENT API FROM CRASHING!!!
Hence, download max. 100 images at the same time, which is often max. 8 months.
However, this depends on the area of interest so more than 8 months is often also
possible. For Cap-Haïtien, the max. is at least 8 months.
The coordinates variable accepts a tuple of coordinates in the following order:
The coordinates variable accepts a tuple of coordinates in the following order:
xmin, ymin, xmax, ymax. The bbox can easily be downloaded from http://bboxfinder.com/.
xmin, ymin, xmax, ymax. The bbox can easily be downloaded from http://bboxfinder.com/.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment