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

ENH: expose query_name in source #208

Merged
merged 2 commits into from Feb 1, 2023
Merged

Conversation

martinfleis
Copy link
Member

@martinfleis martinfleis commented Feb 1, 2023

Enabling passing a string from source to query_name to fetch the TileProvider in a more flexible way as we have in explore in GeoPandas.

Closes #190


if isinstance(source, str):
try:
source = providers.query_name(source)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick question: where's query_name live here? I can't find it on the code base

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, that is a method of xyzservices.Bunch. And since providers is a Bunch, it comes from there.

@darribas
Copy link
Collaborator

darribas commented Feb 1, 2023

Just a minor clariffication, otherwise all good on my end!

@darribas darribas merged commit e14dfcb into geopandas:main Feb 1, 2023
@martinfleis martinfleis deleted the query branch February 1, 2023 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow string input via query_name
2 participants