Giter VIP home page Giter VIP logo

isce_notes's Introduction

isce_notes's People

Contributors

scottyhq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

isce_notes's Issues

Passing parameter type error when executing command 'topsApp.py --steps'

Dear scott:
I am an InSAR rookie, just started to get in touch with Linux,so this problem may be a kind of low-level and it is an honor to ask you questions.If you are willing to help me, I will be very very grateful.
When I installed ISCE according to your instructions"Notes for installing ISCE 2.2.0 (on Ubuntu 18.04 LTS)", I executed the command"topsApp.py --steps",then there is a parameter type error like:


File "/opt/isce-2.2.0/install/isce/applications/topsApp.py",line 901,in
insar.run()
File "/opt/isce-2.2.0/install/isce/components/iscesys/Component/Application.py",line 129,in run
exitStatus = self._processSteps()
File "/opt/isce-2.2.0/install/isce/components/iscesys/Component/Application.py",line 392,in _processSteps
result = func(*pargs,**kwargs)
File "/opt/isce-2.2.0/install/isce/components/isceobj/TopsProc/Factories.py",line 40
,in call
return self.method(self.other,*args,**kwargs)
File "/opt/isce-2.2.0/install/isce/components/isceobj/TopsProc/runPreprocessor.py",line 35,in runPreprocessor
frame.output = os.path.join(frame.output,'IW{0}'.format(swath))
File "/usr/lib/python3.6/posixpath.py",line 80,in join
a = os.fspath(a)
TypeError:expected str,bytes or os.PathLike object,not NoneType


GIANT: Error scipy version

When I run ProcessStack.py I get an error in the file "/home/geored/Software/earthdef/giant/GIAnT/tsinsar/stack.py", line 274 because the st.nanstd function does not exist.

I found that the function nanstd was a deprecated function that was removed from scipy.stats in version 0.18.0. https://stackoverflow.com/questions/40944243/module-scipy-stats-has-no-attribute-nanmean

It is necessary to adjust the isce_notes/Ubuntu/giant_102016.yml to downgrade the version of scipy.

ProcessStack.py 
logger - INFO - GIANT Toolbox - v 1.0
logger - INFO - ---------------------
<module> - INFO - Input h5file: Stack/RAW-STACK.h5
<module> - INFO - Deleting previous Stack/PROC-STACK.h5
<module> - INFO - Output h5file: Stack/PROC-STACK.h5
<module> - INFO - Using RAW Igram for GPS deramping
<module> - INFO - Taking GPS velocities from file gps_list
lltoij - INFO - Number of viable GPS: 58
lltoij - INFO - Number of GPS stations in Frame: 58
Stations:  58
<module> - INFO - Correcting RAMP using GPS
deramp_gps - INFO - Estimating ramp coefficients
/home/geored/Software/earthdef/giant/GIAnT/tsinsar/stack.py:264: VisibleDeprecationWarning: converting an array with ndim > 0 to an index will result in an error in the future
  Afull[:,mast*poly:(mast+1)*poly] = A
/home/geored/Software/earthdef/giant/GIAnT/tsinsar/stack.py:265: VisibleDeprecationWarning: converting an array with ndim > 0 to an index will result in an error in the future
  Afull[:,slav*poly:(slav+1)*poly] = -A
Traceback (most recent call last):
  File "/home/geored/Software/earthdef/giant/GIAnT/SCR/ProcessStack.py", line 302, in <module>
    rstack.deramp_gps(drstack,gpssar,network=netramp,neigh=gpspad,minnum=gpsmin)
  File "/home/geored/Software/earthdef/giant/GIAnT/tsinsar/stack.py", line 274, in deramp_gps
    dpherr[ppp] = st.nanstd(data.flatten())
AttributeError: 'module' object has no attribute 'nanstd'

pyproj trouble

Hello Scott,

I'm try to install giant in my ubuntu 16.04 but I have this problem: in giant.yml is not available pyproj 1.9.4 py27_1 when I tried to install I got:

NoPackagesFoundError: Package missing in current linux-64 channels:

  • pyproj 1.9.4 py27_1

What can I do?
Thanks a lot

regards,
Leo Cardona

pyproj trouble

Hello Scott,

after seeing your reply in the forum i used this nice collection to install isce also on another computer.
However i noted the following:

  • pyproj=1.9.4=np19py34_0

in isce.yml is not available anymore on Ubuntu Systems and anaconda will produce an error when trying to install.

regards,
Andreas

conda: command not found

Hello, scott
when i finish step2 :
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
it prints out:
Do you wish the installer to prepend the Miniconda3 install location
to PATH in your /root/.bashrc ? [yes|no]
[no] >>> yes

Prepending PATH=/root/miniconda3/bin to PATH in /root/.bashrc
A backup will be made to: /root/.bashrc-miniconda3.bak

For this change to become active, you have to open a new terminal.

Thank you for installing Miniconda3!

Share your notebooks and packages on Anaconda Cloud!
Sign up for free: https://anaconda.org

root@scott-VirtualBox:/home/scott# conda env create -f isce_201609.yml
conda: command not found
root@scott-VirtualBox:/home/scott#

conda doesn't work, do you know how to fix it ?
Thanks

Installing ISCE

Scott, Thank you for your notes of the image of ISCE, now it is easier to use it in 24 computers for teaching interferometry at the Distrital University in Bogotá.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.