-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update unit tests to remove some downloading #565
Changes from 10 commits
ed05fcb
a1b28d8
f8b2ddb
b1bb0d6
79f7bd9
78ed72f
ddf7ee1
591a7ca
a94416d
97a2e4d
e95627d
fcbc73e
115330e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
aoi_group: | ||
bounding_box: | ||
- 28 | ||
- 39 | ||
- -123 | ||
- -112 | ||
date_group: | ||
date_end: '20200130' | ||
date_start: '20200124' | ||
date_step: 3 | ||
runtime_group: | ||
output_directory: /Users/jlmd9g/software/RAiDER/test/scenario_5 | ||
weather_model_directory: /Users/jlmd9g/software/RAiDER/test/scenario_5/weather_files | ||
time_group: | ||
time: 00:00:00 | ||
weather_model: GMAO |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
ENVI | ||
samples = 226 | ||
lines = 45 | ||
description = { | ||
lat.rdr} | ||
samples = 7 | ||
lines = 7 | ||
bands = 1 | ||
header offset = 0 | ||
file type = ENVI Standard | ||
data type = 5 | ||
data type = 4 | ||
interleave = bsq | ||
byte order = 0 | ||
band names = { | ||
Band 1} | ||
data ignore value = -9999 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<PAMDataset> | ||
<Metadata domain="IMAGE_STRUCTURE"> | ||
<MDI key="INTERLEAVE">BAND</MDI> | ||
</Metadata> | ||
<Metadata> | ||
<MDI key="Band_1">Band 1</MDI> | ||
</Metadata> | ||
<Metadata domain="ENVI"> | ||
<MDI key="bands">1</MDI> | ||
<MDI key="band_names">{Band 1}</MDI> | ||
<MDI key="byte_order">0</MDI> | ||
<MDI key="data_ignore_value">-9999</MDI> | ||
<MDI key="data_type">4</MDI> | ||
<MDI key="description">{lat.rdr}</MDI> | ||
<MDI key="file_type">ENVI Standard</MDI> | ||
<MDI key="header_offset">0</MDI> | ||
<MDI key="interleave">bsq</MDI> | ||
<MDI key="lines">7</MDI> | ||
<MDI key="samples">7</MDI> | ||
</Metadata> | ||
<PAMRasterBand band="1"> | ||
<NoDataValue>-9.99900000000000E+03</NoDataValue> | ||
<Metadata> | ||
<MDI key="STATISTICS_MAXIMUM">16.536458969116</MDI> | ||
<MDI key="STATISTICS_MEAN">16.150135176522</MDI> | ||
<MDI key="STATISTICS_MINIMUM">15.763768196106</MDI> | ||
<MDI key="STATISTICS_STDDEV">0.25285638219246</MDI> | ||
<MDI key="STATISTICS_VALID_PERCENT">100</MDI> | ||
</Metadata> | ||
</PAMRasterBand> | ||
</PAMDataset> |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
ENVI | ||
samples = 226 | ||
lines = 45 | ||
description = { | ||
lon.rdr} | ||
samples = 7 | ||
lines = 7 | ||
bands = 1 | ||
header offset = 0 | ||
file type = ENVI Standard | ||
data type = 5 | ||
data type = 4 | ||
interleave = bsq | ||
byte order = 0 | ||
band names = { | ||
Band 1} | ||
data ignore value = -9999 |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ID,Lat,Lon,Hgt_m | ||
HOOT,33.10514,-116.78536,617.21204 | ||
TORP,33.79780,-118.33060,-5.21643 | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can / should this yaml file be created on the fly like the other ones?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, can/should it point to the global testing WM_DIR (RAiDER/test/weather_files)?