autoRIFT
autoRIFT copied to clipboard
A Python module of a fast and intelligent algorithm for finding the pixel displacement between two images
sometimes they come as string and sometimes as numeric values, so @mliukis has them all listed when grouping in composites: ``` LANDSAT89 = MSTuple('L89', ['8.', '9.', '8.0', '9.0', 8.0, 9.0],...
Hi, I have been having quite a bit of trouble to get geogrid/autoRIFT to work for my satellite images. I have a few questions: (1) What datatype should the satellite...
import numpy as np import os from distutils.core import setup from distutils.extension import Extension # Check for NumPy try: import numpy as np except ImportError: raise Exception('NumPy does not appear...
May I ask why the EPSG of the final output image cannot be defined when autoRIFT is used alone and geogrid is not used? And the image is significantly different...
Hello, teacher! I would like to adjust some parameters of autoRIFT to make it more suitable for surface mining area displacement tracking. Could you give me some suggestions or proposals...
update Geogrid to support parsing the S1 SAFE zip file and getting the radar image and orbit metadata without the need to run ISCE thru the topo step
hello! when i run code "python '/home/slw/Downloads/autoRIFT/testautoRIFT.py' -m "/mnt/hgfs/E/lidar/ali/lco8/of_st/clip/19911213_clip.tif" -s "/mnt/hgfs/E/lidar/ali/lco8/of_st/clip/19921113_clip.tif" -fo 1" throw the error, like picture. how can i to resolve this error? thank you very much! 
Hello, I have been having trouble with the standalone autoRIFT installation. After cloning the files from git when I run _python setup.py install_ it starts installing and then comes up...
Hi, I want to install autoRIFT standalone through conda following the manual on https://github.com/conda-forge/autorift-feedstock. However, I failed with an error as follows: ``` PackagesNotFoundError: The following packages are not available...
Hello, I'm trying to apply autoRIFT on some TSX data no-multilooked. Would you give me a hand? I ran dense-offsets to the data with ISCE2 stack processor, so it is...