-
-
adi_py-v3.21.069b20f6f · ·
- Created a new exception (DatasetConversionException) so attempting to open a dataset with no data fails elegantly if the dataset has no time data (i.e. the input data didn’t exist). - Set dimension lengths in the output data product associated with missing input data sources to 1 allowing ADI to populate the coordinate variable with missing or fill values as appropriate.
-
adi_py-v3.20.0e11bcb65 · ·
- Have SkipProcessignInterval exception to take a desc of why a processing interval is being skipped and put it in the log and stdout. - Support new exception of DatasetConversionException that is used when an attempt to convert an ADI datastructure to Xarray fails. - Add a binding to the dsproc_get_var_dqr() function that enables DQR information being pulled into a VAP.
-
-
-
adi_py36-v3.19.07172ab93 · ·
Updated all the retrieve_dataset* methods to throw an exception if more than one dataset (i.e., file/obs) are available. In this case user should use the corresponding retrieve_datasets* method instead.
-
-
-
adi_py36-v3.17.03558783b · ·
Fix adi_py Process.get_datastream_files, update dsproc3 run_dq_inspector
-
adi_py36-v3.16.0f72ba94f · ·
Added a set_file_name_time_patterns binding modeled after add_datastream_file_patterns
-
adi_py36-v3.15.0d9536920 · ·
fixed bug in dsproc.error such that it supportings passing in a null value for the format argument
-
adi_py36-v3.14.026798471 · ·
Updated new python bindings to include more wrapper methods to help with advanced ADI settings, fixed the default values for xarray datasets when variable data is null in ADI, and fixed transformed xarray datasets to fetch coordinate variables and dimensions from the parent coordinate system group in ADI.
-
-
adi_py36-v3.13.0eff34e42 · ·
Added a new environment variable setting called ADI_PY_MODE (development or production) so that we can run in development mode in VSCode to get better error reporting.
-
adi_py36-v3.12.07a09e436 · ·
Fixed an import error that happened because of a refactor. Stupid Pycharm did not show the error, so I didn't catch it before hand.
-
adi_py36-v3.11.092a10d5f · ·
Made a performance optimization when synchronizing coordinate variables back to ADI.
-
-
-
-
adi_py36-v3.7.0aec8fcb8 · ·
updated to convert first argument of dsproc_execvp to a byte if running python3