Message Boards Message Boards

Correctly display specific data values with GeoSmoothHistogram?

I have some data (latitude, longitude, data). I hope to use GeoSmoothHistogram to show the geographical distribution and the gradient of the data value. However, the actual execution result does not correctly display the gradient of the data value. The result I hope is not the density of the geographical distribution, but the value of the data. Can someone help me?

rawdata = Import["C:\\Users\\data\\geo_data.csv", {"CSV", "Data"}, HeaderLines -> 1];
GeoSmoothHistogram[GeoPosition[rawdata],PlotLegends -> Automatic]

Output result enter image description here

Attachments:
POSTED BY: Tsai Ming-Chou
Posted 5 years ago

You will need something different to a smooth kernel distribution. For the moment you can manually put a ListDensityPlot on the map...

POSTED BY: Updating Name
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract