GMTSAR is an open source InSAR processing system designed for users familiar with Generic Mapping Tools (GMT). It may be used at all stages of InSAR processing, from preprocessing raw data and orbit files, forming a complex interferogram, and post-processing interferograms to create products of phase, coherence, and line-of-sight displacement. By default, GMTSAR supports data from the ALOS-1, TerraSAR-X, COSMOS-SkyMed, Radarsat-2, Sentinel-1A/B, and ALOS-2 satellites. To enable support for data from the ERS-1/2 and Envisat satellites, append the +orbits flag during installation to fetch the required orbit solutions for these data.
GMTSAR is an open source InSAR processing system designed for users familiar with Generic Mapping Tools (GMT). It may be used at all stages of InSAR processing, from preprocessing raw data and orbit files, forming a complex interferogram, and post-processing interferograms to create products of phase, coherence, and line-of-sight displacement. By default, GMTSAR supports data from the ALOS-1, TerraSAR-X, COSMOS-SkyMed, Radarsat-2, Sentinel-1A/B, and ALOS-2 satellites. To enable support for data from the ERS-1/2 and Envisat satellites, append the +orbits flag during installation to fetch the required orbit solutions for these data.
To install gmtsar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gmtsar
To see what files were installed by gmtsar, run:
port contents gmtsar
To later upgrade gmtsar, run:
sudo port selfupdate && sudo port upgrade gmtsar
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.