The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
💬0 Comments | 🔥0 Discussions | 👤0 Members | 🔌0 Online |
Answers
I'm not familiar with geohashing but maybe @BalazsBarany might be able to help. There are no known extensions that do it automatically but it soulds like it's an calculation and you might be able to use a Generate Attributes operator to work on the Lat/Longs to create a new Geohash attribute.
Hi,
you can use the built-in scripting with the GeoScript library and Groovy scripts to convert objects to GeoHash.
Refer to my blog posts for the basics.
Here's an example script:
Sample process (it downloads some open data and calculates the GeoHash values in a new attribute):