Current situation:
source system: MS SQL Server 2008 containing spatial data
SAP DS is our core loading technique
SAP HANA our target.
In HANA there is the column type ST_GEOMETRY or ST_POINT that can hold the geographical specific data. There are also functions how to use them (ST_Distance for example)...... but the main question is: how can i load this kind of data to HANA?
Within SAP DS there is no special column type like ST_GEOMETRY:
When trying to use blob (binary like spatial data) the DS failes. So my main question is, how can i correctly load geographical data from a non SAP system?