diff --git a/recreation_model/predictors.csv b/recreation_model/predictors.csv new file mode 100644 index 0000000000000000000000000000000000000000..df4262f88e49886943203438fa032749e85e85ff --- /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 0000000000000000000000000000000000000000..e85f03d90edd060615599920a5485510fc519d64 --- /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