Skip to content

Commit

Permalink
⬆️ Bump pyarrow from 12.0.0 to 14.0.1 (#128)
Browse files Browse the repository at this point in the history
* ⬆️ Bump pyarrow from 12.0.0 to 14.0.1

Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.0 to 14.0.1.
- [Commits](apache/arrow@go/v12.0.0...apache-arrow-14.0.1)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🗑️ Switch from Stamen TonerLite to CartoDB Voyager basemap

Stamen basemaps now require an API key, so switching to CartoDB instead. Great to see that the Voyager basemap actually shows the buildings on water instead of on land!

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Wei Ji <[email protected]>
  • Loading branch information
dependabot[bot] and weiji14 authored Nov 10, 2023
1 parent f6049bb commit 37b51eb
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
5 changes: 2 additions & 3 deletions docs/object-detection-boxes.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,13 @@ Preview 👀 the building footprints to check that things are in the right place
ax = gdf_kpgayer.plot(figsize=(9, 9))
contextily.add_basemap(
ax=ax,
source=contextily.providers.Stamen.TonerLite,
source=contextily.providers.CartoDB.Voyager,
crs=gdf_kpgayer.crs.to_string(),
)
ax
```

Hmm, seems like the Stamen basemap doesn't know that some of the buildings are
on water 😂.
Cool, we see that there are some building are on water as expected 😁.


## 1️⃣ Pair image chips with bounding boxes 🧑‍🤝‍🧑
Expand Down
67 changes: 39 additions & 28 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 37b51eb

Please sign in to comment.