Skip to content

Commit d65aaca

Browse files
authored
README: typo fix (#7)
* README: typo fix
1 parent 29e4273 commit d65aaca

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This python 3 module estimates differential phase delay maps due to the stratified atmosphere for correcting radar interferograms. It is rewritten in Python 3 language from PYAPS source code and adapted for ECMWF's ERA-5 corrections.
44

5-
WARNING: PyAPS3 could not work with NARR and MERRA weather models. Contributions are welcomed.
5+
WARNING: The current version does not work with NARR and MERRA datasets. Contributions are welcomed.
66

77
This is research code provided to you "as is" with NO WARRANTIES OF CORRECTNESS. Use at your own risk.
88

@@ -20,17 +20,15 @@ or via `pip` as:
2020
pip install pyaps3
2121
```
2222

23-
One could also installed the development version via `pip` as:
23+
One could also install the development version via `pip` as:
2424

2525
```bash
2626
pip install git+https://github.com/insarlab/PyAPS.git
2727
```
2828

29-
Run the following to
30-
3129
### 2. Account setup for [ERA5](https://retostauffer.org/code/Download-ERA5/)
3230

33-
ERA5 data set is redistributed over the Copernicus Climate Data Store (CDS). Registration is required for the data downloading.
31+
ERA5 data set is redistributed over the Copernicus Climate Data Store (CDS). Registration is required for the data access and downloading.
3432

3533
+ [Create a new account](https://cds.climate.copernicus.eu/user/register) on the CDS website if you don't own a user account yet.
3634
+ Create local key file. Create a file named `.cdsapirc` in your home directory and add the following two lines:
@@ -56,6 +54,6 @@ python PyAPS/tests/test_calc.py
5654

5755
### 4. Citing this work
5856

59-
The metholody and validation of DelayPackage can be found in:
57+
The methodology and validation can be found in:
6058

6159
+ Jolivet, R., R. Grandin, C. Lasserre, M.-P. Doin and G. Peltzer (2011), Systematic InSAR tropospheric phase delay corrections from global meteorological reanalysis data, Geophys. Res. Lett., 38, L17311, doi:10.1029/2011GL048757.

0 commit comments

Comments
 (0)