Purpose: This short tutorial focuses on understanding how to query and download the data from the Goddard Earth Sciences Data and Information Services Center (GES DISC). Since GES DISC consists of 32 projects and missions, we will look into one of the commonly used data – The Integrated Multi-satellitE Retrievals for Global Precipitation Measurement (IMERG … CONTINUE READING
Category: Tutorial Page 1 of 5

GDAL is a powerful geospatial processing library that backups many of the geospatial software you are using. The full list can be found here.
In this post, we will look at a very basic example of reading the raster file including all the bands and looping through the bands to get the statistics (Minimum, … CONTINUE READING

In this tutorial, we will use the MODIS based V6 Terra Vegetation Indices 16-Day Global 250m product. This MODIS NDVI and EVI products are computed from atmospherically corrected bi-directional surface reflectances that have been masked for water, clouds, heavy aerosols, and cloud shadows. We will use this product to create NDVI based threshold classified thematic … CONTINUE READING

Google Cloud Storage is great because it allows storing large datasets at a minimum cost. Moreover, if you do processing on the cloud, it’s one of the best providers. Datasets are stored in what’s called a bucket. Sometimes, though it becomes necessary to transfer datasets between one bucket to another bucket. The tutorial … CONTINUE READING

In this document, I will convert the GPS way-points (with photo-link, name, latitude, longitude) into shapefile using arcpy and python modules. Find the example gpx file from this link. Use the following example code and modify according to your need. The photos are in the same folder as the gpx file.… CONTINUE READING