After the Geo for Good Summit 2019, all my focus has been geared toward integrating Machine Learning Models using Tensorflow with the Satellite data. One of the issues for exporting the training and testing data especially with a large number of features or huge areas for the neighborhood pixels if you are using the Fully … CONTINUE READING
Tag: sampling

The full code for classification after obtaining sample points is here. The full code for classification with sample points generated on the fly is here.
Note: This is a very simple method for generating Landcover maps meant for showing the basic workflow for generating Landcover maps. You can use more sophisticated algorithms like … CONTINUE READING

In this exercise, we will try to sample a composite image of the Landsat with the landcover feature collection that we have. The full code can be found here.
The Feature Collection has the following integer assigned for ‘landcover’ column.
0 -> urban
1 -> vegetation
2 -> water
- We will use Landsat.simpleComposite method