Results 1 to 7 of 7

Thread: Drill hole locations from spreadsheet

  1. #1
    Active Member
    Join Date
    2000-11
    Location
    Battle Mountain, Nevada
    Posts
    82
    Login to Give a bone
    0

    Default Drill hole locations from spreadsheet

    I am using Map 3D 2005. I have an Excel spreadsheet of exploration drill holes, with columns for the Status, Easting, Northing and HoleId. I am wondering if it is possible in Map to use the spreadsheet to generate a map showing the location of each hole with the hole number and whether it is proposed or completed. I have tried generating a query using the linked spread sheet, but I keep getting lost somewhere along the way. Any suggestions would be welcome.

    Prior to this I have been using attributed blocks and inserting them with a script, but I feel it should be easier by using the GIS capabilities of Map.

    TIA,

    Ray

  2. #2
    100 Club JeremiahM's Avatar
    Join Date
    2000-12
    Location
    Colorado Springs, CO
    Posts
    186
    Login to Give a bone
    0

    Default Re: Drill hole locations from spreadsheet

    You can use Create Points in the Civil menu in Map. It's still not "linked" but it makes nice usable points that are pretty powerful when it comes to how you want to see them or if you wanted to create surfaces for analysis. Once the points are in they are held in the Point DB in the drawing and you can manipulate and work with them in the DB format.

    Jeremiah

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

    Default Re: Drill hole locations from spreadsheet

    One possibility would be to build a script in Excel to run in Map.

    =CONCATENATE("-insert",CHAR(10),"<<blockname>>",CHAR(10),A1,",",B1,CHAR(10),"1",CHAR(10),"1",CHAR(10),"0",CHAR(10),C1)

    Where A1 is the X coordinate and B1 is the Y coordinate.
    CHAR(10) is a carriage return.
    C1 would be an attribute.

    Once the formula works (test one line in acad). Copy the formula column to notepad and replace all the " with nothing.
    Then Select all the text from notepad and paste it to the command line in Map.

    If you would like to use object data, here's another idea:

    =CONCATENATE("mapdigitize ",A1,",",B1,CHAR(10),C1)

    Where A1 is the X coordinate and B1 is the Y coordinate.
    CHAR(10) is a carriage return.
    C1 would be an attribute.
    Good luck!

  4. #4
    Active Member
    Join Date
    2000-11
    Location
    Battle Mountain, Nevada
    Posts
    82
    Login to Give a bone
    0

    Default Re: Drill hole locations from spreadsheet

    Thanks, but I think it is about as easy to do it the way I have been, i.e. saving the spreadsheet as a csv file and bringing it into Notepad for final edits.

    Ray

  5. #5
    Civil Engineering Moderator MHultgren's Avatar
    Join Date
    2000-12
    Location
    Indy West (Not West Indies)
    Posts
    1,446
    Login to Give a bone
    0

    Default Re: Drill hole locations from spreadsheet

    You might be able to find something on Dotsoft's website that will work for you. They have been working more and more with Map and LDT interfaces lately.

  6. #6
    Active Member bruce.adams's Avatar
    Join Date
    2005-05
    Location
    New England
    Posts
    59
    Login to Give a bone
    0

    Smile Re: Drill hole locations from spreadsheet

    Quote Originally Posted by caduser
    I am using Map 3D 2005. I have an Excel spreadsheet of exploration drill holes, with columns for the Status, Easting, Northing and HoleId. I am wondering if it is possible in Map to use the spreadsheet to generate a map showing the location of each hole with the hole number and whether it is proposed or completed. I have tried generating a query using the linked spread sheet, but I keep getting lost somewhere along the way. Any suggestions would be welcome.

    Prior to this I have been using attributed blocks and inserting them with a script, but I feel it should be easier by using the GIS capabilities of Map.

    TIA,

    Ray
    Using the common LDT point creation and point importing from a file has been a staple of point generation for years. The import options can use any kind of database. You just need to select the proper import settings to match your database and delimiters. I may be confused of what you're trying to do, but importing points to match the data and using description key files and settings is the way the problem you seem to be describing, has been done for a long time now.

    Battle Mountain, NV ....HeHe...Don't they have the armpit of america fest there?

  7. #7
    Active Member
    Join Date
    2000-11
    Location
    Battle Mountain, Nevada
    Posts
    82
    Login to Give a bone
    0

    Default Re: Drill hole locations from spreadsheet

    I will give that a try Monday. I am going to the Mine Expo in Elko, tomorrow.

    And yes, they do have the Armpit Festival here, sponsored by Old Spice.

    Thanks,

    Ray

Similar Threads

  1. Punch or Drill Hole in Solids
    By Wish List System in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2012-11-17, 10:16 AM
  2. Create Offset Hole from Hole
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 5
    Last Post: 2012-09-06, 02:37 AM
  3. drill/hole in shaft radially
    By lalit_jangid in forum Inventor - General
    Replies: 2
    Last Post: 2009-04-23, 05:49 PM
  4. Options for hole callout placement for Hole Table patterns
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2007-09-19, 04:42 AM
  5. Option to Select a Hole Sketch Pattern as a Hole Pattern Feature
    By inventor.wishlist1738 in forum Inventor Wish List
    Replies: 0
    Last Post: 2007-06-01, 04:21 AM

Posting Permissions

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