We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of the desired feature Subset information is frequently stored in the *.template file in the form
mintpy.subset.lalo = 19.23:19.68,-155.83:-155.31 #[S:N,W:E / no], auto for no
Currently we can't copy-paste this into a view.py command because the required syntax is
view.py
view.py geo_velocity.h5 velocity --subset-lat LATMIN LATMAX --subset-lon LONMIN LONMAX`
It would be nice to support
view.py geo_velocity.h5 velocity --subset-lalo LATMIN:LATMAX,LONMIN LONMAX view.py geo_velocity.h5 --subset-lat LATMIN:LATMAX --subset-lon LONMIN LONMAX
i.e. in my example
view.py geo_velocity.h5 velocity --subset-lalo 19.23:19.68,-155.83:-155.31 view.py geo_velocity.h5 velocity --subset-lat 19.23:19.68 --subset-lon -155.83:-155.31
Same for --subset-x, --subset-y.
--subset-x, --subset-y
This looks pretty straightforward to be implemented and is a good-first-issue. I could suggest this to a student if you think this is a good idea.
good-first-issue
Are you willing to help implement and maintain this feature?
The text was updated successfully, but these errors were encountered:
This sounds good to me. Please feel free to go ahead with it.
Sorry, something went wrong.
No branches or pull requests
Description of the desired feature
Subset information is frequently stored in the *.template file in the form
Currently we can't copy-paste this into a
view.py
command because the required syntax isIt would be nice to support
i.e. in my example
Same for
--subset-x, --subset-y
.This looks pretty straightforward to be implemented and is a
good-first-issue
. I could suggest this to a student if you think this is a good idea.Are you willing to help implement and maintain this feature?
The text was updated successfully, but these errors were encountered: