[Geoserver-users] gs: HeatMap "nonstandard"

Hi,

I would like to generate a heat map using the GeoServer’s gs: Heatmap (https://docs.geoserver.org/stable/en/developer/programming-guide/wps-services/implement-rendertrans.html)

However, by default, I saw that it generates the heatmap by agglomerating the points, however, I would like it to generate from a parameter (database field), for example, the price column of a land, presenting through the heat map, the places where land is most expensive.

Is it possible to do this with gs: Heatmap, if so, how?

I thank you for your attention,

···

Fernando Quadro
http://www.fernandoquadro.com.br
https://www.linkedin.com/in/fernandoquadro/

Hi Fernando,

Depending on how the data is organized this may be possible. The HeatMap takes an optional weightAttr. Instead of having a value of “1” for each value, it would add up the price at each point. In some cases, maybe that’d be ok.

If not, you may have to figure out some way to rasterize the data and then style that raster?

Cheers,

Jim

···

On 2/1/21 1:56 PM, Fernando Quadro wrote:

Hi,

I would like to generate a heat map using the GeoServer’s gs: Heatmap (https://docs.geoserver.org/stable/en/developer/programming-guide/wps-services/implement-rendertrans.html)

However, by default, I saw that it generates the heatmap by agglomerating the points, however, I would like it to generate from a parameter (database field), for example, the price column of a land, presenting through the heat map, the places where land is most expensive.

Is it possible to do this with gs: Heatmap, if so, how?

I thank you for your attention,

Fernando Quadro
http://www.fernandoquadro.com.br
https://www.linkedin.com/in/fernandoquadro/

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this list:
- Earning your support instead of buying it, but Ian Turton: [http://www.ianturton.com/talks/foss4g.html#/](http://www.ianturton.com/talks/foss4g.html#/)
- The GeoServer user list posting guidelines: [http://geoserver.org/comm/userlist-guidelines.html](http://geoserver.org/comm/userlist-guidelines.html)

If you want to request a feature or an improvement, also see this: [https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer](https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer)

[Geoserver-users@lists.sourceforge.net](mailto:Geoserver-users@lists.sourceforge.net)
[https://lists.sourceforge.net/lists/listinfo/geoserver-users](https://lists.sourceforge.net/lists/listinfo/geoserver-users)

Thanks Jim,

I’m going to do some tests!

Best regards,

···

Fernando Quadro
http://www.fernandoquadro.com.br
https://www.linkedin.com/in/fernandoquadro/