The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Geographic operations in RapidMiner
BalazsBarany
Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 Unicorn
Sometimes there's a need for processing data sets related to geographic information, e. g. locations. For example, you might want to calculate distances between customer addresses and your shop.
Over the last few weeks, I prepared some processes that solve common GIS tasks. They use the GeoScript project's libraries and RapidMiner scripting. You might find this functionality useful.
Part 1 describes the basics of Geographic Information System operations and the installation of GeoScript in RapidMiner studio:
https://datascientist.at/2015/12/gis-in-rapidminer-1/#english
Part 2 is about importing Shapefiles, a popular file format in GIS circles:
https://datascientist.at/2015/12/gis-in-rapidminer-2-shapefile-import/#english
Part 3 describes distance and area calculations:
https://datascientist.at/2016/01/gis-in-rapidminer-3-distanz-flaeche/#english
Part 4, the last one for now, is about joining and filtering data sets using geographic criteria:
https://datascientist.at/2016/01/gis-in-rapidminer-4-geo-filter-und-joins/#english
Feel free to ask if something is not described clearly enough. I'm also really curious about the use cases people solve with this, so please post your results!
Cheers
Balázs
Over the last few weeks, I prepared some processes that solve common GIS tasks. They use the GeoScript project's libraries and RapidMiner scripting. You might find this functionality useful.
Part 1 describes the basics of Geographic Information System operations and the installation of GeoScript in RapidMiner studio:
https://datascientist.at/2015/12/gis-in-rapidminer-1/#english
Part 2 is about importing Shapefiles, a popular file format in GIS circles:
https://datascientist.at/2015/12/gis-in-rapidminer-2-shapefile-import/#english
Part 3 describes distance and area calculations:
https://datascientist.at/2016/01/gis-in-rapidminer-3-distanz-flaeche/#english
Part 4, the last one for now, is about joining and filtering data sets using geographic criteria:
https://datascientist.at/2016/01/gis-in-rapidminer-4-geo-filter-und-joins/#english
Feel free to ask if something is not described clearly enough. I'm also really curious about the use cases people solve with this, so please post your results!
Cheers
Balázs
1
Answers
do i see it correctly, that there is a groovy and javascript api but nothing form java?
~Martin
Dortmund, Germany
The backend is GeoTools, a Java library. If you want to write a native extension for RapidMiner, you can skip GeoScript and go straight to GeoTools.
let's see what i want I found some other very interesting library :-).
~Martin
Dortmund, Germany
http://datascientist.at/2016/02/visualisierung-von-geodaten-in-rapidminer-server/#english