This is a cloud-based software based on Google Earth Platform, focusing on providing NDVI analysis using Sentinel-2 satellite images.
- Google account that passed the registration of GEE platform. Google Earth Engine
- Or use public portal but loose the ability to access Post-Processing features.
- Copy code from my Git repository and paste into GEE code editor (if you have an account).
- Or access the application though public Portal which dose not require account.
-
Specify a location There are three ways to specify location.
-
Using the current center of map.
-
Using the current location of user's IP address. (Should the user choose to provide that information)
-
By entering the longitude and latitude of their region of interest.
-
User can choose to use the traditional longitude and latitude or the GEE format of longitude and latitude
-
-
Specify time of image
-
Specify how do you want the image to be presented
-
User can choose to populate single image in the time range. Or if the range is larger enough (more than 30 days), User can populate a series of images by clicking the "Populate Image Collection" button.
-
If user choose to populate an image collection, the top slider will adjust the time interval of each image.
-
-
Visual examination
-
Examining value at a specific region.
-
If user only populated a single image, user can click on the desired location on map, and a reading of the NDVI index will be given in the panel on the left along with the location of the sample location.
-
If user populated an image collection, when user clicks on the desired location on map, and a line chart of the NDVI index will be given in the panel on the left along with the location of the sample location.
-
User can also adjust how big the sample size is, the sample size can range from 10m x 10m (this is the resolution of satellite image) to 5000m x 5000m, this gives user a highly flexible analytics tool.
-
If te line chart is given, the chart can be downloaded in multiple format by clicking the button on the top right corner of the chart.
-
-
Cutting images to focus or to improve efficiency
-
If you wish to cut the image down to a specific region of your choice, click the "Reduce Region" button.
-
Once you click in the button, a prompt will tell you to select one corner of the region, and the 3 other corners.
-
The image will be cut once this process finishes. The image be in the shape and size specified.
-
If you wish to remove this region cut, do so by clicking "Remove Region" button.
-
-
Using pre-defined SHP file to limit region
-
If user have an SHP file at hand (this comes from external sources as creating an SHP file is not a part of the project's objective), Run the program in Google Earth Engine using code from NDVI_application.js
-
Upload the SHP file by Clicking: Asset -> NEW -> Shape files (.shp, .shx, .dbf, .prj, or .zip)
-
Once upload is complete, click on the "Import into Script" button to import
-
Populate the image(s) as needed.
-
Click "Clip Image" button to cut the image into the shape defined by the SHP file.
-
-
Download the images produced
-
Proceed to obtain image(s) as before. Apply any processing as you wish.
-
Click the "download" button on the left panel, a prompt will appear.
-
Go to "Tasks" in GEE platform.
-
Hit "Run" on the image(s) you wish to download.
-
Adjust parameters of image, or just hit Run to use efault setting. The download will take a while to run.
-
Once completed, the image will be saved TIF file in Google drive.
-