You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently helped a colleague install this package after many frustrated attempts, and I thought I'd share what worked well for us in case others run into issues as well. The main difference is using mamba instead of conda, as we found conda to be painfully slow and sometimes never resolving at all. Steps below:
Install mamba and other ubuntu and python libraries. Open a terminal and paste:
Vim instructions:
On the terminal type vi ~/.bashrc
This will change the terminal to show your bashrc file on screen. Use the down arrow to go to the bottom of the file. Press the letter i, and the word "-- INSERT --" will appear at the bottom. Now copy the previous few lines, and paste them at the end of the file (right-click -> Paste). Press "Esc" key once, then ":" key, "w" key, and "q" key, then "Enter".
Then you will be back on the regular terminal. Run:
Hi,
I recently helped a colleague install this package after many frustrated attempts, and I thought I'd share what worked well for us in case others run into issues as well. The main difference is using mamba instead of conda, as we found conda to be painfully slow and sometimes never resolving at all. Steps below:
Vim instructions:
On the terminal type
vi ~/.bashrc
This will change the terminal to show your bashrc file on screen. Use the down arrow to go to the bottom of the file. Press the letter i, and the word "-- INSERT --" will appear at the bottom. Now copy the previous few lines, and paste them at the end of the file (right-click -> Paste). Press "Esc" key once, then ":" key, "w" key, and "q" key, then "Enter".
Then you will be back on the regular terminal. Run:
5.1 Install MintPy. Close the terminal and restart for above changes to take effect!
sudo python -m pip install -e ./MintPy
5.2 Install StaMPS
5.3 Install EZ-InSAR
mamba install fiona geopandas rasterio
5.4 Set your ASF account and credentials. If using vim again, type:
vi ../EZINSAR/EZINSAR_BIN/pathinformation.txt
Then type "i", move around with the arrows to change the xxx's with your account-name and password:
Once it's all good, "Esc", ":", "w", "q", "Enter". You should be back in the terminal.
matlab
The text was updated successfully, but these errors were encountered: