From 8a37be10bab7371b01a9c56d9ae3e6e02f87980f Mon Sep 17 00:00:00 2001 From: rsharp <rsharp@a1e471e8-3ae1-4eeb-aa86-f41caf2650e8> Date: Mon, 1 Feb 2016 20:08:11 +0000 Subject: [PATCH] adding smaller predictor table for automatic regression testing git-svn-id: svn://scm.naturalcapitalproject.org/svn/invest-test-data@32 a1e471e8-3ae1-4eeb-aa86-f41caf2650e8 --- recreation_model/predictors.csv | 5 +++++ recreation_model/predictors_scenario.csv | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 recreation_model/predictors.csv create mode 100644 recreation_model/predictors_scenario.csv diff --git a/recreation_model/predictors.csv b/recreation_model/predictors.csv new file mode 100644 index 0000000..df4262f --- /dev/null +++ b/recreation_model/predictors.csv @@ -0,0 +1,5 @@ +id,path,type +ports,../invest-data/recreation/dredged_ports.shp,point_count +airdist,../invest-data/recreation/airport.shp,point_nearest_distance +bonefish,../invest-data/recreation/bonefish_simple.shp,polygon_percent_coverage +bathy,../invest-data/recreation/andros_btopo_small.tif,raster_mean diff --git a/recreation_model/predictors_scenario.csv b/recreation_model/predictors_scenario.csv new file mode 100644 index 0000000..e85f03d --- /dev/null +++ b/recreation_model/predictors_scenario.csv @@ -0,0 +1,5 @@ +id,path,type +ports,../invest-data/recreation/scenario/dredged_ports_dev.shp,point_count +airdist,../invest-data/recreation/scenario/airport_dev.shp,point_nearest_distance +bathy,../invest-data/recreation/andros_btopo_small.tif,raster_mean +bonefish,../invest-data/recreation/scenario/bonefish_dev.shp,polygon_percent_coverage -- GitLab