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

(ts)view: auto-adjust lat/lon decimal places + ignore ex date for time func fit #942

Merged
merged 4 commits into from
Dec 31, 2022

Commits on Dec 30, 2022

  1. tsview: consider ex_date for time_func_fit

    + tsview: ignore the excluded dates while fitting the time-funcs
    
    + tsview: print out the specified command if --noverbose, similar to view.py
    
    + plot_network: auto-adjust the fig size / dpi for long time-series stack
    
    + scripts/load_data_aoi: add ionStack crop/geocode
    yunjunz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6f3072d View commit details
    Browse the repository at this point in the history
  2. (ts)view: auto-adjust the displayed lat/lon decimal places

    + utils.utils0.py: add get_lalo_digit4display() to calculate the the appropriate decimal places for the lat/lon coordinates for displaying puroose, based on the pixel size info in the metadata.
    
    + view.plot_slice(): call ut.get_lalo_digit4display() and use it in format_coord() for the status bar.
    
    + tsview: call ut.get_lalo_digit4display() in read_init_info() and use it in get_point_coord_str() for the figure title and saved txt file.
    
    + tsview: catch error for try/except while calling coord.radar2geo()
    yunjunz committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    a23b1f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. plot_network: minor refactor

    yunjunz committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    8d8e6f6 View commit details
    Browse the repository at this point in the history
  2. codacy

    yunjunz committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    4408fd1 View commit details
    Browse the repository at this point in the history