Tutorials/Post - Remote Sensing, GIS, Earth System, Geo-AI/ML

Category: it Page 1 of 3

Getting the statistics of raster with GDAL

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

Transferring datasets between different buckets in Google Cloud Storage

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

Ditch Snappy to use Graph Processor Tool (GPT) to process your Sentinel-1 Data

Last week, I was doing some testing using the Python API interface for sentinel-1 toolbox with Snappy and the SNAP desktop to see the time taken by each of them. The workflow for processing the data is described here. The results were astonishing. Each and every steps were significantly slower, especially the co-registration process … CONTINUE READING

Creating Mosaic of Sentinel-1 using Snappy

In this tutorial, we are going to perform the mosaicing of two adjacent Sentinel-1 scenes using Snappy, the Python interface for SNAP.
world-veiew-of-sentinel-scene
If you haven’t, follow along this tutorial to see how you can setup the development environment for SNAP in your machine. To overview, the basic steps that we cover in this tutorial are:… CONTINUE READING

Processing Sentinel-1 SAR images using Snappy – SNAP Python Interface

The back-end on SNAP has been written in Java. But good news to Python enthusiast, they provide Python interface to Java API. It’s through their module called Snappy. In my previous tutorial, I showed you how you can install snappy in your machine and get geared up for the development work. And before we … CONTINUE READING

Page 1 of 3

Powered by WordPress & Theme by Anders Norén