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
Tag: SAR Page 1 of 2

NASA’s Earth Observing System Data and Information System (EOSDIS) is the data distribution system facilitated with NASA’s Distributed Active Archive Centers (DAACs). Alaska Satellite Facility (ASF) is one of the DAAC providing various data sources to the public for free. We will use the ASF website (as of 28th October 2019) to download the 12.5 … CONTINUE READING

In this tutorial, we are going to perform the mosaicing of two adjacent Sentinel-1 scenes using Snappy, the Python interface for SNAP.
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

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

In this tutorial, we will learn how we can set up a development environment for Snappy. Snappy is the python interface for accessing the JAVA API of SNAP. SNAP can be used to process the Sentinel series of sensors. I prefer to have a separate environment for the Snappy so I can keep it clean … CONTINUE READING