-
Notifications
You must be signed in to change notification settings - Fork 265
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
Geocode 4D dataset #1299
Comments
Potential solutionThe task is to modify the existing geocoding script to handle 4D datasets, as the current implementation only supports 3D datasets. The error message indicates a mismatch between the geometry and dataset, likely due to the additional dimension in the 4D dataset. The solution involves updating the script to recognize and process this extra dimension, ensuring that the geocoding and resampling logic can handle each slice of the 4D data appropriately. How to implement
By implementing these changes, the Click here to create a Pull Request with the proposed solution Files used for this task: Changes on src/mintpy/cli/geocode.pyTo modify the
By following these steps, you can extend the functionality of Changes on src/mintpy/objects/resample.pyTo update the
By following these steps, you can extend the functionality of the Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 0.00% Have feedback or need help? |
Description of the desired feature
Request to geocode 4D dataset such as timeseriesDecorCov.h5 since geocode.py can only geocode 3D dataset.
Is your feature request related to a problem? Please describe
The error is generated by geocode.py when I try to geocode timeseriesDecorCov.h5.
Describe the solution you'd like
Describe alternatives you have considered
Additional context
Are you willing to help implement and maintain this feature?
The text was updated successfully, but these errors were encountered: