Questions tagged [geomap]

114 questions
0
votes
1 answer

How to create a TopoJSON geomap using Altair library for Python?

I am trying to create a geomap of a state using Altair package for Python. I will then plot let's say dots representing some event at a location specified by its latitude & longitude. I follow the Altair's example gallery here. The TopoJSON file is…
ilyas
  • 609
  • 9
  • 25
0
votes
2 answers

LiveCharts GeoMap WPF

I am trying to replicate this LiveCharts GeoMap in WPF but having an issue with the source file of my xml map :- https://lvcharts.net/App/examples/v1/wpf/GeoHeatMap I can produce it fine under WinForms but need to create a working version under WPF,…
Craig
  • 31
  • 8
0
votes
1 answer

Google Map (with API Key) not showing in sap.ui.vbm.GeoMap library in SAPUI5

I am trying to use Google Maps (with API key) as a map provider in sap.ui.vbm.GeoMap library in SAPUI5, but the maps are not being displayed. My API key is correct (checked with Google maps extension) and no error in console. If I change my source…
ankur129
  • 9
  • 1
0
votes
1 answer

Geopandas and bokeh extract xs and ys from data

I am trying to read geodata stored in a CSV file using geopandas and create a map of Europe for college purposes. I extract the geometry values from geopandas DB and add it to my df, though I apparently need to use geojson file. I have spent…
ReinholdN
  • 526
  • 5
  • 22
0
votes
1 answer

Folium map after clustering cannot display colors for clusters

I have applied Kmeans clustering for my data and trying to map the clusters with folium The code for the map is: Toronto_map_clusters = folium.Map(location=[latitude, longitude], zoom_start=11) x = np.arange(kclusters) ys = [i + x +…
DimitrisM
  • 23
  • 1
  • 6
0
votes
0 answers

Folium geo-mapping leads to TypeError: must be real number, not str while

I have a mass of coordinates stored in a XML-File. They are parsed in Python and stored into Pandas DataFrame, which I want to use to map all those coordinates on a map. The whole parsing is working, even the DataFrame is correct. I tried to install…
user8563312
0
votes
0 answers

How to merge countries to make geomap using d3.js?

I am following this example( http://bl.ocks.org/wiesson/ef18dba71256d526eb42 ) to merge the countries based on specific requirement. In this example we have Countries.json that is not available. My requirement is to create a geographical map…
technologist
  • 61
  • 1
  • 7
0
votes
0 answers

LiveCharts GeoMap

var r = new Random(); var values = new Dictionary(); values["MX"] = r.Next(0, 100); values["CA"] = r.Next(0, 100); values["US"] = r.Next(0, 100); values["IN"] = r.Next(0, 100); values["CN"] = r.Next(0,…
0
votes
0 answers

Custom geo map points not working in highmap

I created a custom geo map for US region with two states highlighted geojson data. US base map and highlighted states worked. But i am not able to point US capitals using another set of geoJson data for US Capitals. Same way I am trying to add few…
CrazyProgrammer
  • 544
  • 8
  • 29
0
votes
1 answer

How to display a Geomap in different colors from external click using JS

I'm trying to use a geomap using 2 color schemes. the user will click a link on the page and then, using js, i will change the color of the map and redraw it. i would change options['colors'] = [0xbaecc7, 0x3bc75f]; // light to dark green The…
Ross
  • 1,013
  • 14
  • 32
0
votes
2 answers

GeoMap not working inside update panel

I am using geomap-linechart api in my application.. I want to view the map and the chart on a drop down selected index changed event.. It doesn't work if i put it inside update panel.. it becomes blank.. but it woks fine if i put the control…
Leema
  • 97
  • 3
  • 13
0
votes
1 answer

GeoMaps with web user control

I'm trying to use geomap to view the location.. I'm using this code function OnLoad() { $.ajax({ type: "POST", **url: "CS.aspx/CreateWorldMap"**, data: '{}', contentType: "application/json;…
Leema
  • 97
  • 3
  • 13
0
votes
1 answer

zoom in one state in gicentre geomap on processing

I am using processing 3, and trying to implement an interactive map via gicentre GeoMap library. I have got the U.S. map shown and the hovering feature work i.e. highlight the hovering state. I am wondering is there any way I can zoom into the state…
MC X
  • 337
  • 4
  • 16
0
votes
1 answer

extract longitude and latitude (generated) from tableau

I have a list of postcodes (UK) in tableau that I use to generate a map of customers. I was trying to calculate the distances of postcodes from some particular places in the UK using the following formula: 3959 * ACOS ( SIN(RADIANS(Lat)) *…
GNicoletti
  • 192
  • 2
  • 17
0
votes
2 answers

Separated by the Meridian polygons in geomaps SAS VA (SAS GRAPH)

I'm trying create custom maps to Russia in Visual Analytics. So, I've faced with a trouble of "separated region". You can see a visualization of this problem by using Dal'nevostochnyy (DVFO) region from MAPSGFK library. I tried to fix the scatter…
Sanek Zhitnik
  • 716
  • 1
  • 10
  • 25