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

Feature #2772 python embedding json #2803

Merged
merged 20 commits into from
Feb 1, 2024
Merged

Commits on Jan 19, 2024

  1. #2772 Added quit_msg

    Howard Soh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    72f2469 View commit details
    Browse the repository at this point in the history
  2. #2772 Use JSON for attrubutes and numpy serialization dor 2D data ins…

    …tead of NetCDF
    Howard Soh committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d5b4550 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge remote-tracking branch 'origin/develop' into feature_2772_pytho…

    …n_embedding_json
    Howard Soh committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    185fa45 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. #2772 Initial release, Separated from point.py

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6ca1511 View commit details
    Browse the repository at this point in the history
  2. #2772 Added point_nc.py

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    355b384 View commit details
    Browse the repository at this point in the history
  3. #2772 Changed write_tmp_nc and read_tmp_nc to write_tmp_py and read_t…

    …mp_py
    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    118a2be View commit details
    Browse the repository at this point in the history
  4. #2772 Removed python_key_point_data & python_key_point_data_list and …

    …replaced them to tmp_point_var_name and tmp_point_data
    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1cba5ec View commit details
    Browse the repository at this point in the history
  5. #2772 Renamed tmp_nc_base_name, tmp_nc_file_var_name & tmp_nc_point_v…

    …ar_name to tmp_py_base_name, tmp_file_var_name, & tmp_point_var_name
    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d64d127 View commit details
    Browse the repository at this point in the history
  6. #2772 More log messages for error

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    de19d84 View commit details
    Browse the repository at this point in the history
  7. #2772 Changed API (log_msg to log_message)

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    df63d2a View commit details
    Browse the repository at this point in the history
  8. #2772 Use met_point_nc_tools instead of met_point_tools

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    be02853 View commit details
    Browse the repository at this point in the history
  9. #2772 Changed APIs

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    549ff3d View commit details
    Browse the repository at this point in the history
  10. #2772 Changed API

    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    858a484 View commit details
    Browse the repository at this point in the history
  11. #2772 Changed default temp output format to JSON ande numpoy serializ…

    …ation
    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6a54b1b View commit details
    Browse the repository at this point in the history
  12. #2772 Allow to keep the temporary files by using the environment vari…

    …able
    Howard Soh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1600963 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6264c6d View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Per #2772, added MET_PYTHON_EXE to various test cases and removed wha…

    …t would have been a duplicate after adding MET_PYTHON_EXE
    jprestop committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c1532dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06498d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c3d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fixing typo

    jprestop committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e3343f7 View commit details
    Browse the repository at this point in the history