Skip to content

Commit

Permalink
Set quiet download
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 23, 2024
1 parent 17cdd9c commit f085ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/geospatial/whitebox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
"metadata": {},
"outputs": [],
"source": [
"leafmap.download_file(url, \"madison.zip\", quiet=False)"
"leafmap.download_file(url, \"madison.zip\", quiet=True)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/geospatial/whitebox.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ filename = "madison.las"
```

```{code-cell} ipython3
leafmap.download_file(url, "madison.zip", quiet=False)
leafmap.download_file(url, "madison.zip", quiet=True)
```

### Read LAS/LAZ data
Expand Down

0 comments on commit f085ea0

Please sign in to comment.