Questions tagged [geokettle]

GeoKettle is a spatially-enable version of the Pentaho Data Integration Kettle software. Kettle and GeoKettle are Extract, Transform, and Load (ETL) tools.

When you have some GIS data (say in a shapefile) and you want to transfer some part of that data into a spatial database you can use GeoKettle to EXTRACT the data from the shapefile (it does it one feature at a time) apply any TRANSFORM-ation required, for example you could change the coordinate reference system, or calculate the area of a polygon, or select only some of the data based on some logic, and then LOAD it into the database. The GeoKettle environment is GUI driven, so you drag a step onto your workspace that handles a part of the process, then add further steps and link them together to form a processing chain.

An example of a GeoKettle transformation

20 questions
0
votes
0 answers

Could not find or load main class org.pentaho.di.kitchen.Kitchen (kettle and geokettle)

First of all, I am not an IT person and therefore my doubts must seem "strange" I have installed on my machine the Kettle and Geokettle in different drives. I intend to run scripts (.bat) to execute Jobs using the Kitchen, either in the Kettle and…
Pedro
  • 13
  • 4
0
votes
2 answers

Adding two extra columns to input data - Pentaho Kettle

I am working on a transformation step for Pentaho Kettle. It selects several input columns and based on that adds two new columns during transformation. I am unable to understand (based on code from other plugins), how I can add the two new columns…
Abhishek Dey Das
  • 587
  • 7
  • 23
0
votes
1 answer

How to send a https request from geokettle

I am using geokettle tool and while ETL operation is performing I want to send a request after extracting from source and before loading it into target. Please help me.
GOVINDA
  • 119
  • 1
  • 6
0
votes
0 answers

Spatialytics - failed to load resources (map)

I am working with geokettle, geomondrian and spatialytics to show the results in map. When I reload the page of spatialytics (it is on server tomcat), the map doesn't appear(gets pink). I inspected element and I saw what is in image below: Click to…
extrass
  • 23
  • 1
  • 6
0
votes
1 answer

geokettle shapefile input transformation not generation row numbers

Does anyone know why, on GeoKettle, the 'Shapefile File Input Step' is not generating the row number? How can I do a around? With the 'Add Sequence' step? This is all happening on a transformation. Tks
Nuno Lourenço
  • 136
  • 2
  • 5
1
2