From a20c21d8fc743ba622e8b77736ccaee164ee645e Mon Sep 17 00:00:00 2001 From: Jimut Bahan Pal Date: Mon, 1 Mar 2021 12:49:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb322f..633ed1b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ of high resolution satellite images! Create your own dataset and apply ML algori The scraping API is present, call it and download it. ```python >>from jimutmap import api ->>a=api(min_lat_deg,max_lat_deg,min_lon_deg,max_lon_deg,zoom=19,verbose=False,threads_=110, container_dir= "myOutputFolder") +>>a=api(min_lat_deg,max_lat_deg,min_lon_deg,max_lon_deg,zoom=19,verbose=False,threads_=5, container_dir= "myOutputFolder") # If you don't have Chrome and can't take advantage of the auto access key fetch, set # a.ac_key = ACCESS_KEY_STRING