-
Notifications
You must be signed in to change notification settings - Fork 414
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
Map Chart #118
Comments
I added "Maps" chart type as an option, but the data you supplied on houses seems to only have data for the northwest corner of washington so it produces kind of a dull map. :( Need some more global data or at least data from around the entire US |
In the map chart window please link to GeoJson URL to download. and based on the downloaded file path it can generate the map. |
I updated Lat and Long in the CSV file to have whole USA cities also added deltatime dtype. please use this zip file. |
I had only 52 airports in all states so for the rest I added some random change to the lat and long. |
I updated the file. Now I added USA cities and states. you can test your code by state column. |
@aschonfeld : Just as FYI. For Lat and Long I found this link http://download.geonames.org/export/dump/ |
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
* #129, show dtype when hovering over header in "Highlight Dtypes" mode and description tooltips added to main menu * made "No Aggregation" the default aggregation in charts * bugfix for line charts with more than 15000 points * updated "Value Counts" & "Category Breakdown" to return top on initial load * #118, added scattergeo & choropleth maps * #121, added "not equal" toggle to filters * #132, updated resize button to "Refresh Widths" * added "Animate" toggle to scatter, line & bar charts * #131, changes to "Reshape Data" window * #130, updates to pivot reshaper * #128, additional hover display of code snippets for column creation * #112, updated "Group" selection to give users the ability to select group values
For map chart would you please use mapbox. It has more details and different maps. based on below link if you set layout.mapbox.style properly it doesn't need token like |
I can add scattermapbox to the "Map Type" drop-down. Nice find. Not sure how performant it will be but I'll def include it. Just a heads up, anything that requires loading from the internet might be a while because this tool was supposed to be something that didn't require outside network connections. That being said I think if I present the user with a clear enough exception when they don't have a connection to the outside world it should be fine. |
For offline support we should have access to GEOJSON to upload customized map. now offline map only have world (without country, state borders) + USA |
@reza1615 I've added the following static files to the app so that offline map generation is now possible (with some major hacking to plotly's JS as well 😉 )
I'll create a separate ticket for allowing users to load their own custom topojson files.. |
Asia and world json have bug see them in github. last night I reported to plotly.js |
added v1.8.3 |
There is huge potential on the map chart. It can be based on some free online maps or GeoJSON files. Plotly has an interesting map plot.
i.e. https://plotly.com/python/scatter-plots-on-maps/
The text was updated successfully, but these errors were encountered: