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
{{ message }}
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,8 +361,8 @@ The Flood Tiles product give the ability to customize maps by layering on flood
361
361
tile.<method>
362
362
```
363
363
364
-
*`get_probability_depth`(coordinate `tuple of int`, year `int`, return_period `int`, image `bool`, [output_dir `str='cwd'`], [extra_param `str=None`]) - Returns an array of `Probability Depth Tile` product for the given coordinates, and optionally creates an image file
365
-
*`get_historic_event`(coordinate `tuple of int`, event_id `int`, image `bool`, [output_dir `str='cwd'`], [extra_param `str=None`]) - Returns an array of `Historic Event Tile` product for the given coordinates, and optionally creates an image file
364
+
*`get_probability_depth`(coordinate `list of tuple of int [(z, x, y)]`, year `int`, return_period `int`, image `bool`, [output_dir `str='cwd'`], [extra_param `str=None`]) - Returns an array of `Probability Depth Tile` product for the given coordinates, and optionally creates an image file
365
+
*`get_historic_event`(coordinate `list of tuple of int [(z, x, y)]`, event_id `int`, image `bool`, [output_dir `str='cwd'`], [extra_param `str=None`]) - Returns an array of `Historic Event Tile` product for the given coordinates, and optionally creates an image file
366
366
367
367
<a name="examples"></a>
368
368
# [Examples](#toc)
@@ -497,14 +497,14 @@ tile.<method>
497
497
540651172,1,0,1,0,0
498
498
```
499
499
500
-
5. Different Location Types Through the Client:
500
+
5. Different Location Types Through the Command Line:
501
501
502
502
**Note that the separator for each item must be a semicolon `;`**
503
503
```sh
504
504
python -m firststreet -p location.get_detail -i "362493883;(40.792505,-73.951949);1220 5th Ave, New York, NY" -l property
505
505
```
506
506
507
-
7. Different Locatio Types From File to CSV Through Command Line:
507
+
6. Different Locatio Types From File to CSV Through Command Line:
0 commit comments