Results 1 to 7 of 7

Thread: IMPORTING POINTS

  1. #1
    Active Member
    Join Date
    2000-12
    Posts
    56
    Login to Give a bone
    0

    Default IMPORTING POINTS

    Is it possible to import points from a file using
    latitude & longitude instead of northing easting.

    Thanks Mike

  2. #2
    Geospatial Moderator Jmurphy's Avatar
    Join Date
    2000-11
    Location
    TN/KY Area
    Posts
    1,640
    Login to Give a bone
    0

    Default Re: IMPORTING POINTS

    Yes, Just set your coordinate system to LL Then depending on how you import them or what tools you use.

  3. #3
    I could stop if I wanted to ekubaskie's Avatar
    Join Date
    2001-12
    Location
    Anchorage, Alaska
    Posts
    324
    Login to Give a bone
    0

    Default Re: IMPORTING POINTS

    Lat & long have various datums just like the other coordinate systems. The best results come from importing the points into a lat-long drawing in the correct datum, save, and then attach the latlong dwg from a drawing in your desired coordinate system and query the points.

    If your points have elevation data, import that as object data at the LL stage, and then add a property modify action to the query to set the final Z-value.

  4. #4
    Active Member
    Join Date
    2000-12
    Posts
    56
    Login to Give a bone
    0

    Default Re: IMPORTING POINTS

    What is the format to use. I have tried this format in the csv file:

    89-42-22.07

    But it only reads the 89 from the file.
    I need to know how to format the csv file.

    Thanks Mike

  5. #5
    I could stop if I wanted to ekubaskie's Avatar
    Join Date
    2001-12
    Location
    Anchorage, Alaska
    Posts
    324
    Login to Give a bone
    0

    Default Re: IMPORTING POINTS

    That's kind of the hassle with LL coordinate input in Map - you have to have decimal degrees. I usually use excel to convert the csv.

  6. #6
    Active Member
    Join Date
    2000-12
    Posts
    56
    Login to Give a bone
    0

    Default Re: IMPORTING POINTS

    How do you convert the coordinates in the csv file?

  7. #7
    Member sdaniel.3467's Avatar
    Join Date
    2000-12
    Location
    Sussex, Wisconsin
    Posts
    26
    Login to Give a bone
    0

    Thumbs up Re: IMPORTING POINTS

    "What is the format to use. I have tried this format in the csv file:"
    The format for LAT LONG conversion/import must be in decimal format. For example -89d33'44" = -89.562222. I use an excel formula to convert the degrees, minutes seconds into decimal then build a script in excel to draw the points.

    The formula to convert to decimal in excel is: Degrees + minutes/60 + seconds/3600
    I made columns for Degrees, Minutes, Seconds. If this is columns A, B, C your formula in column D would be =A1+B1/60+C1/3600 Then in columns E, F, G, H do the same for the longitude value. In column I the formula to create a script for drawing the point is:
    =CONCATENATE("point ",H1,",",D1)
    Longitude comes first (it's the X value) then Latitude (the Y value).

    "Is it possible to import points from a file using
    latitude & longitude instead of northing easting."


    Yes, it is possible. to import any coordinate into AutoCAD/Map.
    It sounds like you were having a format issue... see above.

    Hope this helps!

Similar Threads

  1. 2014: importing points
    By rmk in forum AutoCAD Civil 3D - Survey
    Replies: 8
    Last Post: 2014-11-17, 07:07 PM
  2. Importing CAD with points:
    By jj mac in forum Revit Architecture - General
    Replies: 0
    Last Post: 2010-04-22, 04:06 PM
  3. IMPORTING POINTS
    By mwilson in forum AutoCAD Map 3D - General
    Replies: 1
    Last Post: 2007-05-18, 12:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •