Skip to content
New issue

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

set reference point in lat/lon for dataset in UTM coordinate #669

Open
1 of 2 tasks
cirrusasf opened this issue Sep 22, 2021 · 2 comments
Open
1 of 2 tasks

set reference point in lat/lon for dataset in UTM coordinate #669

cirrusasf opened this issue Sep 22, 2021 · 2 comments

Comments

@cirrusasf
Copy link
Contributor

cirrusasf commented Sep 22, 2021

Description of the desired feature
current mintpy.reference.lalo in the configure file accepts y and x in projected coordinates and mintpy.reference.yx accepts the rows and cols of the data array. Can you provide the new option to define the reference point by accepting latitude/longitude in degree in WRG84?

Is your feature request related to a problem? Please describe

Describe the solution you'd like

Describe alternatives you have considered

Additional context

Are you willing to help implement and maintain this feature?

  • Yes
  • No
@cirrusasf
Copy link
Contributor Author

we can help to add this feature.

@yunjunz
Copy link
Member

yunjunz commented Sep 22, 2021

Thank you @cirrusasf, this feature sounds reasonable and useful. One solution could be: for each geo-coordinate related option, add an accompanying option to specify a different unit from the input native one, e.g. for mintpy.reference.lalo, add the following template option and corresponding handling code:

mintpy.reference.laloUnit = auto  #[none / degree / meter], auto for none (native geo-coordinates)

Contributions are more than welcome.

@yunjunz yunjunz changed the title a new reference point option by allowing users to input longitude/latitude in degree set reference point in lat/lon for dataset in UTM coordinate Sep 27, 2021
@yunjunz yunjunz added this to the UTM coordinate support milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants