Skip to content

Commit d10b763

Browse files
Update README.md
1 parent cd3ed3f commit d10b763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Then you can run this code below -
3131
```python
3232
import gnss_data_downloader as gnss
3333
gnss.unzipZfiles()
34+
gnss.unzipgzfiles()
3435
```
35-
This function will extract all the .Z files to get the raw data in the directory and after extracting it will remove the .Z files as well.
36+
This function will extract all the .Z or .gz files to get the raw data in the directory and after extracting it will remove the .Z or .gz files as well.
3637
## Reference
3738
If you are using this code to download the IGS data then acknowledge me (Joysankar Majumdar).

0 commit comments

Comments
 (0)