Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
gcorradini
fireatlas_nrt
Commits
09df27f3
Commit
09df27f3
authored
2 years ago
by
Katrina Sharonin
Browse files
Options
Downloads
Patches
Plain Diff
run modifications for testing
parent
1de65c6b
Branches
conus-dps-kat
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
FireConsts.py
+2
-2
2 additions, 2 deletions
FireConsts.py
FireRun.py
+1
-1
1 addition, 1 deletion
FireRun.py
run_dps.sh
+2
-2
2 additions, 2 deletions
run_dps.sh
with
5 additions
and
5 deletions
FireConsts.py
+
2
−
2
View file @
09df27f3
...
...
@@ -125,8 +125,8 @@ FTYP_Glb = {
# other options
# ------------------------------------------------------------------------------
epsg
=
9311
# epsg projection code ( 3571: North Pole LAEA; 32610: WGS 84 / UTM zone 10N; 9311: US National Atlas Equal Area)
remove_static_sources_bool
=
Tru
e
# remove areas with known flaring/gas sources from region
remove_static_sources_bool
=
Fals
e
# remove areas with known flaring/gas sources from region
remove_static_sources_sourcefile
=
"
VIIRS_Global_flaring_d.7_slope_0.029353_2017_web_v1.csv
"
remove_static_sources_buffer
=
0.2
# Buffer around static source points. Units defined by epsg.
remove_static_sources_buffer
=
0.
0
2
# Buffer around static source points. Units defined by epsg.
opt_rmstatfire
=
True
# do the removal of small fires with high pixel density
This diff is collapsed.
Click to expand it.
FireRun.py
+
1
−
1
View file @
09df27f3
...
...
@@ -437,7 +437,7 @@ def WesternUSYrRun(year=2020):
-
101.00078125
,
49.51429477264348
])
tst
=
(
year
,
1
,
1
,
"
AM
"
)
ted
=
(
year
,
1
2
,
3
1
,
"
PM
"
)
ted
=
(
year
,
2
,
1
,
"
PM
"
)
#ted = (year, 1,3,"PM")
print
(
f
"
Running code from
{
tst
}
to
{
ted
}
with source
{
FireConsts
.
firesrc
}
"
)
...
...
This diff is collapsed.
Click to expand it.
run_dps.sh
+
2
−
2
View file @
09df27f3
...
...
@@ -15,8 +15,8 @@ if [[ $CONDA_PREFIX != "/projects/env-feds" ]]; then
# https://gitter.im/conda/conda?at=5dc427aa2f8a034357513172
export
CONDA_PKGS_DIRS
=
"
$basedir
/.conda"
mkdir
-p
"
$CONDA_PKGS_DIRS
"
conda
env
create
-f
"
$basedir
/env-feds.yml"
-p
"
$basedir
/env-feds"
source
activate
"
$basedir
/env-feds"
conda
env
create
-f
"
$basedir
/env-feds.yml"
-p
"
/projects
/env-feds"
source
activate
"
/projects
/env-feds"
fi
echo
"Python:
$(
which python
)
"
...
...
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