Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump pyarrow from 12.0.0 to 14.0.1 #128

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.