You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,8 @@ Then you can run this code below -
31
31
```python
32
32
import gnss_data_downloader as gnss
33
33
gnss.unzipZfiles()
34
+
gnss.unzipgzfiles()
34
35
```
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.
36
37
## Reference
37
38
If you are using this code to download the IGS data then acknowledge me (Joysankar Majumdar).
0 commit comments