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
b225a291
Commit
b225a291
authored
2 years ago
by
Verouden, Niels
Browse files
Options
Downloads
Patches
Plain Diff
made minor changes to main script
parent
84f634f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
urban_areas/main1_precipDownload.py
+3
-3
3 additions, 3 deletions
urban_areas/main1_precipDownload.py
urban_areas/main2_urbanSAR.py
+2
-2
2 additions, 2 deletions
urban_areas/main2_urbanSAR.py
with
5 additions
and
5 deletions
urban_areas/main1_precipDownload.py
+
3
−
3
View file @
b225a291
...
...
@@ -55,10 +55,10 @@ from urban_areas.py.s13CalculatePrecipSum import calculatePrecipSum
# =============================================================================
# DEFINE INPUT PARAMETERS
# =============================================================================
start
=
'
202
0
-01-01
'
start
=
'
202
2
-01-01
'
end
=
'
2022-07-01
'
coordinates
=
(
-
72.
366943
,
19.543614
,
-
72.112198
,
19.817098
)
dest_name
=
"
CapHaitien_
catchmentarea_
Jan202
0
Jun2022
"
coordinates
=
(
-
72.
243484
,
19.697338
,
-
72.154221
,
19.773160
)
dest_name
=
"
CapHaitien_Jan202
2
Jun2022
"
grid
=
4
sum_days
=
14
...
...
This diff is collapsed.
Click to expand it.
urban_areas/main2_urbanSAR.py
+
2
−
2
View file @
b225a291
...
...
@@ -61,7 +61,7 @@ from urban_areas.py.s23OutlierDetection import visualOutlierDetection, statistic
# =============================================================================
# PARAMETERS FOR RASTER CLIPPING
# Make 'coordinates' an empty tuple to take SAR image as extent
SAR_path
=
'
SAR/
CapHaitien_Jan202
0Mar
2022
'
SAR_path
=
'
CapHaitien_Jan202
2Jun
2022
'
urban_raster
=
'
urban_areas/GHS_BUILT_S_E2018_GLOBE_R2022A_HAITI.tif
'
coordinates
=
(
-
72.243484
,
19.697338
,
-
72.154221
,
19.773160
)
...
...
@@ -71,7 +71,7 @@ show_bbox = 'y'
# =============================================================================
# PARAMETERS FOR VISUALISATION
# Add file name of the precipitation data that should be linked to the mean vv (including '.CSV')
precipitation_csv
=
'
precipitation_data/daily_precipitation_avg14days_CapHaitien_
catchmentarea_
Jan202
0
Jun2022.CSV
'
precipitation_csv
=
'
precipitation_data/daily_precipitation_avg14days_CapHaitien_Jan202
2
Jun2022.CSV
'
# =============================================================================
# EXECUTE RASTER CLIPPING
...
...
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