Skip to content

Commit 07724ec

Browse files
committed
format README.md
1 parent 9ada7bc commit 07724ec

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Marine Data Store ToolBox
22

3-
This Python script provides a command-line interface (CLI) for downloading datasets using
3+
This Python script provides a command-line interface (CLI) for downloading datasets using
44
[copernicusmarine toolbox](https://help.marine.copernicus.eu/en/collections/4060068-copernicus-marine-toolbox)
55
or [botos3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
66

@@ -24,7 +24,9 @@ or [botos3](https://boto3.amazonaws.com/v1/documentation/api/latest/index.html)
2424

2525

2626
---
27+
2728
# Usage
29+
2830
The script provides several commands for different download operations:
2931

3032
```shell
@@ -44,13 +46,16 @@ Commands:
4446
```
4547

4648
---
49+
4750
## S3 direct access
51+
4852
Since the copernicusmarine tool add a heavy overhead to s3 request, two functions has been developed to:
4953

5054
* make very fast s3 request
5155
* provide a thread-safe access to s3 client
5256

5357
### s3-get
58+
5459
```shell
5560
Usage: mds.py s3-get [OPTIONS]
5661

@@ -116,13 +121,14 @@ Options:
116121
./run_cli.py s3-list -b mdl-native-12 -p MEDSEA_ANALYSISFORECAST_PHY_006_013 -f '*' -r | tr " " "\n"
117122
```
118123
119-
120124
---
125+
121126
## Wrapper for copernicusmarine
122127
123-
**The following functions rely on copernicusmarine implementation, the final result is strictly related to the installed version**
128+
**The following functions rely on copernicusmarine implementation, the final result is strictly related to the installed
129+
version**
124130
125-
### Subset
131+
### Subset
126132
127133
```shell
128134
Usage: mds.py subset [OPTIONS]
@@ -244,8 +250,8 @@ Or:
244250
./run_cli.py etag -p MEDSEA_ANALYSISFORECAST_PHY_006_013 -i cmems_mod_med_phy-cur_anfc_4.2km_PT15M-i -g 202411 -f '*b20241212*' -s 2024/12
245251
```
246252
247-
248253
---
254+
249255
## Authors
250256
251257
* Antonio Mariani - [email protected]

0 commit comments

Comments
 (0)