-
Notifications
You must be signed in to change notification settings - Fork 26
vba_choropleth --> ValueError: Invalid RGBA argument: #100
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
Comments
Is this project still in development? |
Hey, yes, thanks for the report. @slumnitz, the main maintainer of the package, has been away for some time on other business. The source issue to this is a change in Geopandas that affects how we're interacting with its We'll try to address this in a bugfix release shortly. |
Alternatively, what is your geopandas version? |
@ljwolf Thanks for reply I'm using version |
Thanks for understanding. Bivariate choropleths and value by alphas are really useful. However, this has been fixed. Please upgrade to geopandas >= 0.6.2 for the fix. |
@LeonardAukea are you still running into issues here with geopandas v 0.6.2? |
@slumnitz I will upgrade and try it out. I'll keep you posted |
Tests are passing locally on geopandas 0.7.0. @LeonardAukea have you had a chance to test on 0.6.2? |
Closing due to inactivity |
Thank you for filing this issue! To help troubleshoot this issue, please follow
the following directions to the best of your ability before submitting an issue.
Feel free to delete this text once you've filled out the relevant requests.
Please include the output of the following in your issue submission. If you don't know how to provide the information, commands to get the relevant information from the Python interpreter will follow each bullet point.
Feel free to delete the commands after you've filled out each bullet.
I tired to use
vba_choropleth
but was hitting this error over and over again. After failing with my own example. I decided to try with the provided ones and all of them fail similarly.I tried with the 3 latest reeleases
splot
viva pip and also conda...Any ideas what is going on here? Is the color array of the right shape?
Thank you in advance!
The text was updated successfully, but these errors were encountered: