Skip to content

Commit

Permalink
Adding references to modis MYD06 files
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanwp committed Oct 16, 2015
1 parent 7f23702 commit f3d4704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cis/test/integration_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ def make_pathname(filename):
data_variable_properties={}
)

modis_myd06_l2_filenames = [make_pathname("MYD06_L2.A2011100.1720.051.2011102130126.hdf"),
make_pathname("MYD06_L2.A2011100.1725.051.2011102123922.hdf")]
modis_myd06_l2_variable = "Surface_Temperature"

valid_modis_l3_filename = make_pathname("MOD08_E3.A2010009.005.2010026072315.hdf")
valid_modis_l3_variable = "Solar_Zenith_Std_Deviation_Mean"
cis_test_files["modis_L3"] = TestFileTestData(
Expand Down

0 comments on commit f3d4704

Please sign in to comment.