-
Notifications
You must be signed in to change notification settings - Fork 0
/
GEE_AssetsList.txt
19 lines (16 loc) · 1.02 KB
/
GEE_AssetsList.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==============================================
FoCIS (Forecasting to Combat Invasive Species)
=============================================
Asset Code Sheet
==============================================
This code is also included in the README and is sorted into which script it is used for.
///Images
var distStream = ee.Image('users/acbarenblitt/DEVELOPSummer2019/DistStreamSub2')
var acidSoil = ee.Image('users/acbarenblitt/DEVELOPSummer2019/SoilRaster')
//Feature Collections
var allValid = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/20PercPtsValidation')
var allTrain = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/80PercPtsTraining')
var apValid = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/20PercAPIPP')
var apTrain = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/80PercAPIPP')
var nys = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/State_Shoreline')
var apipp = ee.FeatureCollection('users/acbarenblitt/DEVELOPSummer2019/APIPP_final')