Upload Shape files/Geo-tiff files in GEE Assets and filter to ROI

preview_player
Показать описание
This gives you options to upload GeoTiff, Shapefiles, CSV Files, or Image Collection or Folder. Navigate to your folder and upload the files that you want. It might take a while to upload your file. Once your files are uploaded to Assets, you can import an asset to your script by hovering over the asset name in the Asset Manager and clicking the arrow_forward icon. After that, you can filter the area of interest/ROI from uploaded feature collection/assets.

Here is the script:
//load asset geometry
var province_1 = ee.FeatureCollection('users/adhikarikapildev/province1');
//load feature collection into map canvas

//filter area of interest/ROI from FC/assets

//define filtered area as ROI
var Terai = filtered_area;

//zoom to ROI
Рекомендации по теме
Комментарии
Автор

Excellent video! I have a question: And if I want to paint every area with a different color? Without having to select each area individually. How can I do that?

maphz
Автор

Great!

How can I import a Sentinel 2 mosaic in Tiff format?

izaiasdesouzasilva