question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please document Choropleth parameters

See original GitHub issue

https://github.com/jupyter-widgets/ipyleaflet/blob/master/docs/source/api_reference/choropleth.rst says

geo_data: Data dictionary

choro_data: Choropleth data dictionary

but has no details as to what should be in those dictionaries and how they should be structured. Please link to some references “upstream” if available or document their structure right there. Thank you!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
martinRenoucommented, May 17, 2019

I just want to add that geo_data is basically your GeoJSON data, using the GeoJSON specification, you can also look at this wikipedia link.

We should improve the documentation before closing this issue

0reactions
martinRenoucommented, Jul 18, 2019

I noticed one other issue yesterday which I can report if you want

That would be awesome! Also if you are comfortable with or want to learn JavaScript/Python, please consider opening Pull Requests as well, that would be even more awesome 😃

Is there a limit to the size/length of the geoJSON data?

There is no limit. At least ipyleaflet will not prevent you to pass a huge GeoJSON.

Read more comments on GitHub >

github_iconTop Results From Across the Web

plotly.graph_objects.Choropleth — 5.11.0 documentation
Parameters. arg – dict of properties compatible with this constructor or an instance of plotly.graph_objects.Choropleth. autocolorscale – Determines whether ...
Read more >
Choropleth map with Python and Plotly
A choropleth map displays the value of a numeric variable as a color for each region of a map. In this example, we...
Read more >
How to step up your Folium Choropleth Map skills
To get a better understanding of the parameters, we take a look at the documentation. According to the documentation, we learn the following:....
Read more >
Map configuration and styling in Python - Plotly
This page documents Geo outline-based maps, and the Mapbox Layers ... a map with your own cultural features please refer to our choropleth...
Read more >
Choropleth Maps using Plotly in Python - GeeksforGeeks
Geometric information –. this can be a GeoJSON file (here each feature has an id or some identifying value in properties, or; this...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found