Geocoding
Hi,I have a problem with the address geocoding.
I'm using the function SDO_GCDR.GEOCODE_ALL but in some case, even if i give the correct street type and street name, the geocoding doesn't recognize the street and returns matchcode 4.
this is an example:
Here I give the correct street name, but the result is without street (matchcode 4).
SELECT SDO_GCDR.GEOCODE_ALL('GEO',
SDO_KEYWORDARRAY('VIA DELL''OLEANDRO', 'Montevarchi, AR'),'IT', 'DEFAULT') FROM DUAL;
-------------------------
MDSYS.SDO_ADDR_ARRAY(MDSYS.SDO_GEO_ADDR(1),NULL,NULL,NULL,NULL,'Montevarchi','Montevarchi','AREZZO','IT','52025',NULL,NULL,NULL,NULL,NULL,NULL,'F','F',NULL,NULL,'L',0,550716535,'??????????B281CP?',4,'DEFAULT',11.56954,43.52173,'???11131310??004?'))
I'm using the function SDO_GCDR.GEOCODE_ALL but in some case, even if i give the correct street type and street name, the geocoding doesn't recognize the street and returns matchcode 4.
this is an example:
Here I give the correct street name, but the result is without street (matchcode 4).
SELECT SDO_GCDR.GEOCODE_ALL('GEO',
SDO_KEYWORDARRAY('VIA DELL''OLEANDRO', 'Montevarchi, AR'),'IT', 'DEFAULT') FROM DUAL;
-------------------------
MDSYS.SDO_ADDR_ARRAY(MDSYS.SDO_GEO_ADDR(1),NULL,NULL,NULL,NULL,'Montevarchi','Montevarchi','AREZZO','IT','52025',NULL,NULL,NULL,NULL,NULL,NULL,'F','F',NULL,NULL,'L',0,550716535,'??????????B281CP?',4,'DEFAULT',11.56954,43.52173,'???11131310??004?'))
0