-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f503602
commit 3b05418
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# SM2RAIN_ASCAT_reader | ||
Simple codes for reading the SM2RAIN-ASCAT dataset (https://zenodo.org/record/2591215#.XO5F6hYza70) in Python and Matlab | ||
Simple codes for reading the SM2RAIN-ASCAT dataset (https://zenodo.org/record/2591215) in Python and Matlab | ||
|
||
# extract_stat_SM2RAINASCAT.m | ||
Matlab script for extracting 1 point (longitude and latitude coordinates stored in the text of the code) from SM2RAIN-ASCAT rainfall dataset | ||
|
||
# extract_SM2RAIN_data.py | ||
Python script for extracting 1 point (longitude and latitude coordinates stored in the text of the code) from SM2RAIN-ASCAT rainfall dataset | ||
|
||
# extract_Npoints_SM2RAINASCAT.m | ||
Matlab script for extracting N points (longitude and latitude coordinates stored in the text file "lonlat_ext.txt") from SM2RAIN-ASCAT rainfall dataset |