Posts

Showing posts from October, 2020

Installing External Python Libraries into QGIS Installation

Image
Working in GIS using free software like QGIS is a something, but integrate it with the most popular data science language is something else. Almost all of Remote Sensing and GIS software have implemented Python integration these days, but sometimes those features hidden in the user interface. If you are familiar with python, you must be know that python has something GIS software cant provide. And this state we have an urge to why not use both of them?, here is how to install thid party python libraries to QGIS which is sometimes not all of available python libraries already installed in default QGIS python configuration. 

How to Install and Use Google Earth Engine in Local Python Environment a...

Image
Google Earth Engine is a revolutionary Remote Sensing Analysis platform that changed the remote sensing data processing landscape in extreme way. This platform is powered by Cloud Computing hosted by Google and you know, by the means of cloud computing now you are enabled to process and analyze tons of satellite data without sacrificing your computer hardware. You dont have to procure high end computer to enabling the robust and sophisticated remote sensing and digital image analysis workflow. You just need a browser to run all the complex processing. You only needs a good knowledge of javascript programming to make google earth engine works for you. On the other side, may be you are asking about what if I didnt have enough knowledge of javascript. What I am doing all the time is python programming. Dont worry my friends, now Google Earth Engine is also provides Python engine for you to use. You can run Google Earth Engine in the Google Colaboratory Environment, or you can also do it i

Exploring Auto Generated Sentinel-2 Imagery Color Composites using ESA SNAP

Image
All remote sensing users must be familiar and used to playing with multispectral bands combination to get certain information from imagery. If you are deeply understand about spectral response curve of surface earth objects, you will know that certain object (vegetation for example) gaves different spectral response compared to another objects. For satellite imagery consist of more than 3 bands (RGB in digital camera), different bands combination in RGB planes gaves different emphasizes to landcover colors in the imagery. Hence they are called multispectral imagery. Most of low to medium resolution imaging satellite currently operational in the earth orbit are multispectral, like landsat, modis, noaa avhrr, and many others.  Multispectral imagery number of bands can range from 4 bands to dozens bands, but not reaching hundreds. When the bands number reached more than one hundred bands it is called hyperspectral imagery and its analysis and image processing workflow would be pretty much

Extract DEM from Stereo Satellite Imagery Using Agisoft Metashape

Image
Agisoft Metashape (formerly Agisoft Photoscan) is a well known Photogrammetric UAV/Drone Processing software. Using this software you can make DEM, DSM, DTM, orthophotos, orthomosaics, and 3D model from Drone / UAV survey. In the latest version, this software expanded its capabilities not only enable to process UAV/Drone Photos, but also Stereo / Tri Stereo Satellite Imagery. This feature is awesome because existing Stereo Satellite imagery processing is only can be facilitated by expensive remote sensing software like ERDAS IMAGINE, ENVI, PCI Geomatica, Socet Set. Different with dedicated remote sensing software, Agisoft Metashape can generate DEM without GCPs. Photogrammetry become more simple, altough if we talks about accuracy, that is another problem. Anyway here is my experiment and experience when I am trying the Agisoft Metashape for stereo satellite imagery processing.