Giter VIP home page Giter VIP logo

Comments (15)

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024 1

@yang162132, the new version was released yesterday. SNAP 10 is now supported.

Hi @vchaparro. Yes, the new version ist pip-installable. There is a new restriction for Python: python>=3.8,<3.11. The >=3.8 part is intended, the 3.11 part will hopefully be fixed soon.
Could it be that your Python version does not match this requirement and you can only install an older version of pyroSAR?

from pyrosar.

yang162132 avatar yang162132 commented on July 18, 2024

image
It is normal for snap to start from the command line

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

Hi @yang162132 pyroSAR does not yet support SNAP 10. The fix has already been made (#303) and a new version 0.26.0 will be released in the next days.

from pyrosar.

yang162132 avatar yang162132 commented on July 18, 2024

Hi @yang162132 pyroSAR does not yet support SNAP 10. The fix has already been made (#303) and a new version 0.26.0 will be released in the next days.

Thank you for your response and I am looking forward to the next version. By the way, is there a complete case of Sentinel 1 radar data processing? Where can I see them.

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

Hi @yang162132, you can find some examples in the docs:
https://pyrosar.readthedocs.io/en/latest/general/processing.html
https://pyrosar.readthedocs.io/en/latest/general/snap.html

from pyrosar.

yang162132 avatar yang162132 commented on July 18, 2024

Why the result of pyroSAR.snap.util.geocode is Gtiff,rather then dim? This would seem to make more difficult to do ps-insar or time series analysis

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

It's just how I found it to be most useful in the past. I did a lot of time series analysis, but all outside of SNAP. GeoTIFF was the most convenient for me.

You can get around this like so:

import os
from pyroSAR.snap.util import geocode, gpt
from pyroSAR.snap.auxil import Workflow, groupbyWorkers
import logging

logging.basicConfig(level=logging.INFO)

fname = 'S1A_IW_GRDH_1SDV_20180829T170631_20180829T170656_023464_028DE0_9F36.zip'

outdir = 'out'
tmpdir = 'tmp'

# only create the workflow and return the file name
fname_wf = geocode(infile=fname, spacing=200,
                   outdir=outdir, tmpdir=tmpdir,
                   test=True, returnWF=True)

# modify the workflow
wf = Workflow(fname_wf)
write = wf['Write']
out = os.path.join(outdir, os.path.basename(write.parameters['file']) + '.dim')
write.parameters['file'] = out
write.parameters['formatName'] = 'BEAM-DIMAP'
wf.write(fname_wf)

# run the workflow
groups = groupbyWorkers(fname_wf, n=2)
gpt(xmlfile=fname_wf, tmpdir=tmpdir, groups=groups)

from pyrosar.

yang162132 avatar yang162132 commented on July 18, 2024

It's just how I found it to be most useful in the past. I did a lot of time series analysis, but all outside of SNAP. GeoTIFF was the most convenient for me.

You can get around this like so:

import os
from pyroSAR.snap.util import geocode, gpt
from pyroSAR.snap.auxil import Workflow, groupbyWorkers
import logging

logging.basicConfig(level=logging.INFO)

fname = 'S1A_IW_GRDH_1SDV_20180829T170631_20180829T170656_023464_028DE0_9F36.zip'

outdir = 'out'
tmpdir = 'tmp'

# only create the workflow and return the file name
fname_wf = geocode(infile=fname, spacing=200,
                   outdir=outdir, tmpdir=tmpdir,
                   test=True, returnWF=True)

# modify the workflow
wf = Workflow(fname_wf)
write = wf['Write']
out = os.path.join(outdir, os.path.basename(write.parameters['file']) + '.dim')
write.parameters['file'] = out
write.parameters['formatName'] = 'BEAM-DIMAP'
wf.write(fname_wf)

# run the workflow
groups = groupbyWorkers(fname_wf, n=2)
gpt(xmlfile=fname_wf, tmpdir=tmpdir, groups=groups)

what do you usually use for time series analysis? I only found MintPy with stamps in python, None of them seem to support geotiff

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

I mostly worked with backscatter data, nothing interferometric. I used to write my own programs in C++, nowadays I use a lot of xarray and dask. For this I don't use the function geocode though, there is this package:
https://s1-nrb.readthedocs.io/en/latest/
https://s1-nrb.readthedocs.io/en/latest/examples/nrb_cube.html

Since you are mentioning MintPy and stamps, I guess you are after interferometric analysis. I haven't done much in this direction. However, there is this PR #152 which I need to merge one day. Other than that you would need to write your own workflows using the SNAP API.

from pyrosar.

vchaparro avatar vchaparro commented on July 18, 2024

Hi @johntruckenbrodt,
Is the last version being available from pip?

Thanks!

from pyrosar.

vchaparro avatar vchaparro commented on July 18, 2024

The python version I'm using is 3.10, but I've needed to install pyroSAR 0.26 from git, because with python 3.10 pip doesn't find the last version, the latest version it installs is 0.24.0

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

Mh. I just did a fresh install like this:

mamba create -n test python=3.10
mamba activate test
pip install pyroSAR

It worked fine, 0.26.0 is installed.

Can you try installation with a fresh environment? Perhaps some other package is causing the conflict.

from pyrosar.

vchaparro avatar vchaparro commented on July 18, 2024

Hi @johntruckenbrodt ,
I've tested it again, and now pip finds pyroSAR 0.26. I might have missed something in the previous tests.

Thanks!

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

Great you got it to work @vchaparro. Happy processing

from pyrosar.

johntruckenbrodt avatar johntruckenbrodt commented on July 18, 2024

Closing this as the original error has been fixed. @yang162132 feel free to open another issues in case you have more questions.

from pyrosar.

Related Issues (20)

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.