Change detection in polarimetric SAR images in Python
:satellite: Multi-Level Pattern Histogram for Synthetic-Aperture Radar (SAR) image classification into terrain classes.
A demo that implement image registration by matching SIFT descriptors and appling RANSAC and affine transformation.
python programming for geospatial data processing, analysis and visualization
In this approach, first I create a KML file from the field map (.CSV) using Python, generate polygon shapefiles with known size for each plot from KML file, and assign plot ID to each plot using the field map. To define the geographic extent of the field, the python script asks for the coordinate of two points in the field: the start point of the first plot and the end point of the last plot. Then it starts from building the first polygon using the defined plot size, and skips the gap between plots and generates the next one until it gets to the last plot. In this approach the plot IDs are assigned automatically and simultaneously from the field map excel sheet.
This python script will take a csv file with name, lat, lon, and description columns and create a simple kml file.