Skip to content

Commit

Permalink
added .so files + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfidan committed Jan 23, 2024
1 parent b297c84 commit fb1bb42
Show file tree
Hide file tree
Showing 96 changed files with 9 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ __pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
Expand Down Expand Up @@ -164,7 +161,3 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea#/
#
<<<<<<< HEAD
=======
pyrad_outputs/
>>>>>>> 3fd0f4ca1113e57a8479803102783ba43f0c7e7f
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ its fully open-source alternative [Miniforge](https://github.com/conda-forge/min

If you are interested in running this material locally on your computer, you will need to follow this workflow:

(Replace "cookbook-example" with the title of your cookbooks)

1. Clone the `https://github.com/openradar/asean2024-pyrad-course` repository:

```bash
Expand All @@ -64,3 +62,9 @@ If you are interested in running this material locally on your computer, you wil
conda env create -f environment.yml
conda activate asean2024-pyrad-course
```
1. Finally define some environment variables that are required for some workflows
```
CWD="$(cd "$(dirname "$1")"; pwd -P)/$(basename "$1")"
export PYART_CONFIG=$CWD/pyrad_config/mf_config.py
export METRANETLIB_PATH=$CWD/lib/
```
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pandas
- xarray
- pydda
- pyart_mch
- pyart_mch==1.8.6
- xradar
- pygrib
- wradlib
Expand All @@ -22,7 +22,7 @@ dependencies:
- rioxarray
- geopandas
- datashader
- pyrad_mch=1.8.7
- pyrad_mch=1.8.8
- gdal=3.5.2
- cookiecutter
# this is needed for notebooks
Expand All @@ -40,4 +40,4 @@ dependencies:
- pip:
- tornado>=6.3.3
- sphinx-pythia-theme
- cmweather
- cmweather
Binary file added lib/srn_idl_py_lib.x86_64.MS.so
Binary file not shown.
Binary file added lib/srn_idl_py_lib.x86_64.PM.so
Binary file not shown.
Binary file added lib/srn_idl_py_lib.x86_64.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit fb1bb42

Please sign in to comment.