Skip to content

Commit

Permalink
commit_20241016_13:52
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodelogu committed Oct 16, 2024
1 parent 340025d commit c722115
Show file tree
Hide file tree
Showing 730 changed files with 19,066 additions and 72,113 deletions.
81 changes: 73 additions & 8 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand All @@ -19,12 +19,13 @@ lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Git versioning
.git/
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -39,26 +40,90 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Data file
*.nc
*.txt
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/
47 changes: 38 additions & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@
Changelog
=========

Version 2.0.0 [2024-10-16]
**************************
GENERIC_DEV
- Refactor of HyDE python package (name, script, structure and deps);
- Upgrade previous version package.

APP: **app_nwp_icon_2i_main.py**
- Beta release
APP: **app_nwp_lami_2i_main.py**
- update app version
APP: **app_nwp_ecmwf_0100_main.py**
- update app version
APP: **app_obs_ws_main.py**
- update app version
APP: **app_obs_rs_main.py**
- update app version
APP: **app_obs_hs_main.py**
- update app version
APP: **app_obs_mcm_main.py**
- update app version
APP: **app_point_time_step_src2csv.py**
- Beta release

TOOLS: **tool_processing_datasets_adapter**
- update app version
TOOLS: **tool_processing_datasets_generic**
- update app version
TOOLS: **tool_processing_datasets_manager**
- update app version
TOOLS: **tool_processing_datasets_transfer**
- update app version
TOOLS: **tool_processing_system_cleaner**
- update app version
TOOLS: **tool_processing_system_organizer**
- update app version
TOOLS: **tool_processing_system_profiler**
- update app version

Version 1.9.9 [2022-03-21]
**************************
APP: **HYDE_DynamicData_GroundNetwork_RS.py**
Expand All @@ -12,16 +50,12 @@ Version 1.9.8 [2021-08-01]
**************************
APP: **hyde_data_dynamic_modified_conditional_merging.py**
- Update of the variogram estimation procedure and performance optimization

BIN: **hyde_downloader_nwp_gefs_nomads.py**
- Release for Hyde package

BIN: **hyde_downloader_mysql_dams.py**
- Release for Hyde package

DRV: **drv_model_griso_exec.py**
- Bug fixes: integrate mathematical variogram fit procedure

FIX: **HYDE_Model_RFarm.py**
- Add resampling of outcome datasets according with the time delta settings
- Fix 3d array vertical direction for the ecmwf0100 nwp
Expand Down Expand Up @@ -51,19 +85,14 @@ BIN: **hyde_downloader_nwp_gfs_nomads.py**

BIN: **hyde_downloader_nwp_gfs_historical.py**
- Release for Hyde package

BIN: **hyde_downloader_nwp_gfs_ftp.py**
- Release for Hyde package

BIN: **hyde_downloader_satellite_gsmap_nowcasting.py**
- Release for Hyde package

BIN: **hyde_downloader_satellite_gsmap_obs.py**
- Release for Hyde package

DRV: **drv_model_griso_exec.py**
- Release for Hyde package

FIX: **HYDE_Model_RFarm.py**
- Add the support to GFS 0.25 products
- Update WRF reader for supporting 3d files
Expand Down
7 changes: 7 additions & 0 deletions CODEOWNERS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Use the CODEOWNERS file to assign individual users as responsible for specific parts of the repository code.
# example of CODEOWNERS file and more info can be found here:
## https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file

# You probably should assign yourself (i.e. the manager), as well as your co-manager(s) as owner(s) of the entire repository (uncomment below):
# * @your-github-handle @other-ghithub-handle
* @fabiodelogu
Loading

0 comments on commit c722115

Please sign in to comment.