Skip to content

Commit a20c21d

Browse files
authored
Update README.md
1 parent ba28be0 commit a20c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ of high resolution satellite images! Create your own dataset and apply ML algori
5353
The scraping API is present, call it and download it.
5454
```python
5555
>>from jimutmap import api
56-
>>a=api(min_lat_deg,max_lat_deg,min_lon_deg,max_lon_deg,zoom=19,verbose=False,threads_=110, container_dir= "myOutputFolder")
56+
>>a=api(min_lat_deg,max_lat_deg,min_lon_deg,max_lon_deg,zoom=19,verbose=False,threads_=5, container_dir= "myOutputFolder")
5757

5858
# If you don't have Chrome and can't take advantage of the auto access key fetch, set
5959
# a.ac_key = ACCESS_KEY_STRING

0 commit comments

Comments
 (0)