| Message |
Is there a locator type that will accept an address in the form of 123.5 Main ST? I've jut tried doing it with a US Streets type, where I made the lf/rf lt/rt addresses fields a floating point type, so the data is ranged from 0-89.9 and 0-90.0 on the other. When I try to geocode 35.5 or 62.8 or what ever, I don't get a hit.
This exercise is an attempt to geocode decimal mile posts along an interstate. What I need to do is get x,y locations for every 0.1 mile along a given stretch of road. What I'm hoping to do is have each mile post with an address of 1.0, 2.0, 3.0 etc and then run a batch geocode of 'addresses' in the form of 1.1, 1.2, 1.3 etc.
Perhaps someone has done this using another method?
Thanks |