Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozkamil committed Dec 1, 2023
1 parent 2bc4289 commit 6d5d538
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 941 deletions.
Binary file removed .sync.ffs_db
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ Key Features:
Leverage the xarray dataset to effortlessly create insightful plots and perform general analyses on GPM data.
- Microphysical Retrieval for DPR Measurements:
We've developed a specialized microphysical retrieval module dedicated to DPR (Dual-frequency Precipitation Radar) measurements. This empowers users to derive valuable insights from DPR data.
- Data Download Script:
Explore our data download script that simplifies the retrieval process. To use this feature, ensure you are registered at the PPS server (https://arthurhouhttps.pps.eosdis.nasa.gov).
- Example Notebook:
Explore the 'test.ipynb' notebook to see a practical demonstration of how the microphysical retrieval can be seamlessly executed.


9 changes: 0 additions & 9 deletions gpym/retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,7 @@

home = os.path.expanduser("~")
module_path = os.path.dirname(__file__)
"""
import sys
sys.path.append(os.path.join(home, 'Scripts','Python3', 'gpym'))

from gpym import simulate, misc, representation
from gpym.retrieve import OE
self = OE()
module_path = os.path.join( home, 'Scripts', 'Python3', 'gpym', 'gpym')
"""

class ScaledPCA:
def __init__(self, n_components = None, dsd_stat_fn = None):
Expand Down
Loading

0 comments on commit 6d5d538

Please sign in to comment.