diff --git a/wind_energy/README.txt b/wind_energy/README.txt index 4393750753a9c3f50541230e28641627e7a0e181..d8d39f1dc64cbeeef735b43a2f886d5b6a4e3f9a 100644 --- a/wind_energy/README.txt +++ b/wind_energy/README.txt @@ -18,4 +18,6 @@ Directories: - smoke : holds very simple sample data created by using QGIS to clip InVEST sample data to a smaller AOI. This data has no numerical importance, but is used as a means to have the model run completely so that the suffix parameter can be tested. Files: -- grid_land_pts.csv : this file is used as the grid points input in the 'test_val_land_grid_points' regression test. It was created by copying the grid points file 'NE_sub_pts.csv' from the InVEST Wind Energy sample data. It was then modified by duplicating all the lines, but labelling them as LAND type. This allows for testing functionality of the model but since the points GRID and LAND have the same coordinates, distances should be zero, so we also know what to expect for results. \ No newline at end of file +- grid_land_pts.csv : this file is used as the grid points input in the 'test_val_land_grid_points' regression test. It was created by copying the grid points file 'NE_sub_pts.csv' from the InVEST Wind Energy sample data. It was then modified by duplicating all the lines, but labelling them as LAND type. This allows for testing functionality of the model but since the points GRID and LAND have the same coordinates, distances should be zero, so we also know what to expect for results. +- small_aoi.* : this shapefile is used for regression testing when a hub height is 100m. It's meant to encapsulate 3 wind data points for a quick run to ensure results are as expected. +- dem_139.tif : this raster file is used for regression testing when a hub height is 100m. All pixels are set to -139m so that we can be sure of results based on other model runs with the same depth. \ No newline at end of file diff --git a/wind_energy/dem_139.tif b/wind_energy/dem_139.tif new file mode 100644 index 0000000000000000000000000000000000000000..aef5ef7a7735d38dbc6ede66919251217b244ce6 Binary files /dev/null and b/wind_energy/dem_139.tif differ diff --git a/wind_energy/small_aoi.dbf b/wind_energy/small_aoi.dbf new file mode 100644 index 0000000000000000000000000000000000000000..e30ee08bb020a712dab2896ec6b85fd92dc216fa Binary files /dev/null and b/wind_energy/small_aoi.dbf differ diff --git a/wind_energy/small_aoi.prj b/wind_energy/small_aoi.prj new file mode 100644 index 0000000000000000000000000000000000000000..45d6df6ffefc4a52835dee20e756be84ea222bfd --- /dev/null +++ b/wind_energy/small_aoi.prj @@ -0,0 +1 @@ +PROJCS["WGS_1984_UTM_Zone_19N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-69],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["Meter",1]] \ No newline at end of file diff --git a/wind_energy/small_aoi.shp b/wind_energy/small_aoi.shp new file mode 100644 index 0000000000000000000000000000000000000000..bf9277f36159522532cf24b0e706be8424a32f2a Binary files /dev/null and b/wind_energy/small_aoi.shp differ diff --git a/wind_energy/small_aoi.shx b/wind_energy/small_aoi.shx new file mode 100644 index 0000000000000000000000000000000000000000..fe8a3d59c296658cba57d1219c153bc90262c31d Binary files /dev/null and b/wind_energy/small_aoi.shx differ