What can I say?

The "Man" comes through again.  Bill, that works quite well and is easy to
implement.

Thanks for the insight.

Kevin Wright
ICF Consulting
Senior GIS Associate
9300 Lee Highway
Fairfax, Virginia  22031-1207
Voice:(703)218-2647
Fax:(703)934-3974
[EMAIL PROTECTED]


        -----Original Message-----
        From:   Bill Thoen [SMTP:[EMAIL PROTECTED]]
        Sent:   Thursday, January 25, 2001 6:15 PM
        To:     Wright, Kevin
        Cc:     [EMAIL PROTECTED]
        Subject:        Re: MI-L Point Dispersion Trivia

        "Wright, Kevin" wrote:
        > 
        > Hi all,
        > 
        > Does anyone know of a point dispersion tool that will disperse
points that
        > are VERY CLOSE together.  I have a series of a few hundred
geocoded
        > addresses.  I would like to show them at a much more macro level
(like a
        > state view). But, as you would expect, at that level they just
look like a
        > blob - indistinguishable.  The MapInfo Tool "Disperse Points" only
works on
        > points that are in the EXACT same location.  So that tool does not
help me.

        You could reposition points by lowering the coordinate precision,
        causing "close" points to snap to common points. Populate two new
        fields with x and y coordinates of the objects, but use the
        round() function to lower the precision. Of course, you might
        want to save the original coordinates too! For example,
        longitudes of -105.123456, -105.123458 and -105.123463 all fall
        on -105.123460 with Round(fLon, 0.000001), where fLon is any of
        those longitude values. Once your points are snapped to the same
        locations, Disperse will work on them.


        -- 
        - Bill Thoen
        ------------------------------------------------------------ 
        GISnet, 1401 Walnut St., Suite C, Boulder, CO  80302
        tel: 303-786-9961, fax: 303-443-4856
        mailto:[EMAIL PROTECTED], http://www.ctmap.com/gisnet
        ------------------------------------------------------------


_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to