(ts)view
: auto-adjust lat/lon decimal places + ignore ex date for time func fit
#942
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
utils.utils0.py
: addget_lalo_digit4display()
to calculate the appropriate decimal places for the lat/lon coordinates for displaying purposes, based on the pixel size info in the metadata.view.plot_slice()
: callut.get_lalo_digit4display()
and use it informat_coord()
for the status bar.tsview
: callut.get_lalo_digit4display()
inread_init_info()
and use it inget_point_coord_str()
for the figure title and saved txt file.tsview
: ignore the excluded dates while fitting the time-functionstsview
: print out the specified command if--noverbose
, similar to view.pyplot_network
: auto-adjust the fig size / dpi for long time-series stackscripts/load_data_aoi
: addionStack.h5
file crop/geocodeReminders