which is the best way to create points and polygons starting from raw data and than store them into a postGIS table containing a geometry column?
Thanks
Let me try to elabore a more precise answer.
raw data
. There are many components to read data from : JSON, XML, Delimited text file, Excel, etctMap
component in order to get full control of the data being read.sPostGisInput
to insert this data into the PostGisDBI don't know how postgis work, so perhaps you will need to adapt this solution a little bit in order to get it working.
Helpful link : Strategy to load a set of files in Talend
Helpful blog : http://bekwam.blogspot.com/
Helpful wiki : https://github.com/talend-spatial/talend-spatial/wiki