Search the web
Sign In
New User? Sign Up
global_mapper · Global Mapper
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5810 - 5839 of 11160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5810
Mike, I'm having some problems creating a script file to export a XYZ file into a bil/dem file. - If I create an triangulated grid form the xyz file, and save...
Jose Getino
jmgetino
Offline Send Email
Jan 2, 2007
12:22 pm
5811
Jose, The EMBED_OVERLAY has a UU-encoded stream of data after it that is the binary representation of the elevation grid in an internal format. Can you try...
Global Mapper Support
global_mapper
Offline Send Email
Jan 2, 2007
5:44 pm
5812
Mike, I splitted the big mp file into 25 xyz files and was trying to write an script to create 25 bil/dem files, as I understood this was possible if the...
Jose Getino
jmgetino
Offline Send Email
Jan 2, 2007
6:25 pm
5813
Jose, You should be able to grid the data and export it to a new file from a script. Just use the IMPORT_ASCII command to import and grid the XYZ data, then...
Global Mapper Support
global_mapper
Offline Send Email
Jan 2, 2007
6:57 pm
5814
Mike, Thanks for your patient, now I see what I was missing: I was importing the xyz file as "POINT, LINE & AREA features". So I suppose the point is that...
Jose Getino
jmgetino
Offline Send Email
Jan 2, 2007
9:02 pm
5815
This is my first attempt at coding something with Global Mapper. I'm trying to run a viewshed analysis, in VB 2005. I believe I have everything setup...
musicomp33
Offline Send Email
Jan 5, 2007
2:53 pm
5816
Hello. When importing a scattered data .xyz file as an elevation file, Global Mapper determines a default resolution for the resulting grid. Is there a...
fphillip21114
Offline Send Email
Jan 5, 2007
3:07 pm
5817
Can you provide your VB declarations for the GM_ViewShedParams_t structure and the GM_CalcViewShed function so that I can make sure that they are correct? With...
Global Mapper Support
global_mapper
Offline Send Email
Jan 5, 2007
5:07 pm
5818
Floyd, There is an algorithm used by Global Mapper to determine the default spacing to use. First the XYZ file is triangulated, then statistics about the width...
Global Mapper Support
global_mapper
Offline Send Email
Jan 5, 2007
5:31 pm
5819
Mike, Thanks for the response. Below is my code. <StructLayout(LayoutKind.Sequential)> Public Structure GM_ViewShedParams_t Public mSize As Int32 Public...
musicomp33
Offline Send Email
Jan 5, 2007
5:50 pm
5820
I see a couple of problems with the declarations. First of all, in the GM_ViewShedParams_t declaration, the following problems were found: 1) The...
Global Mapper Support
global_mapper
Offline Send Email
Jan 5, 2007
6:15 pm
5821
Can anyone give me information to access high-quality US aerial imaging -- similar or the same as the database Google Earth uses? The DOQ Terraserver database...
ctpiper
Offline Send Email
Jan 5, 2007
6:30 pm
5822
Mike, Thanks! I'm not getting the stack imbalance error anymore. Now to keep trekking on. I'll seek help if I need it. You've been a great resource...
musicomp33
Offline Send Email
Jan 5, 2007
6:53 pm
5823
I would like information on newer Satellite shots also if anyone has a source. The Terraserver information is at least 5 yrs old in many cases. Tom Cartier ...
Thomas Cartier
thos759
Offline Send Email
Jan 5, 2007
7:57 pm
5824
Colin/Tom, Try sources like www.digitalglobe.com, www.spaceimaging.com, and www.mapmart.com . They should have access to newer higher quality data. Of course...
Global Mapper Support
global_mapper
Offline Send Email
Jan 5, 2007
8:43 pm
5825
... Another place to look is the following: http://home.pacbell.net/lgalvin/drgnotes The page's focus is a collection of links to data the can be used in...
David G
misc_box
Online Now Send Email
Jan 5, 2007
8:57 pm
5826
Please excuse the newbie questions, I am evaluating GM and am still trying to learn the program. My question: It appears that GM has only one truly editable...
springbrookranch
springbrookr...
Offline Send Email
Jan 7, 2007
8:49 pm
5827
In Global Mapper layering is done more with classifications than with the overlays listed in the Overlay Control Center. What I would suggest doing is creating...
Global Mapper Support
global_mapper
Offline Send Email
Jan 7, 2007
10:43 pm
5828
In performing LOS analysis, the From Sight Elevation allows us to select the height at the start position. It can be defined above ground. Does this above...
csiewyen
Offline Send Email
Jan 8, 2007
2:43 am
5829
If you select the 'above ground' option then the height that you specified will be added to the height of the terrain at the start location to determine the...
Global Mapper Support
global_mapper
Offline Send Email
Jan 8, 2007
3:16 am
5830
Hi, was using VB.net to call out the GM_GetPathProfileLOS function. For the function, we need to pass a pointer to a structure, which in VB.net there is two...
csiewyen
Offline Send Email
Jan 8, 2007
8:44 am
5831
I think that your problem is the declaration of the mElevList parameter in the structure definition. I'm no VB export, but I don't think that you can equate a...
Global Mapper Support
global_mapper
Offline Send Email
Jan 8, 2007
5:52 pm
5832
We are using the GM dll version 1.20 in the C#.NET environment. The dll responds fine when called a limited number of times. (Anything less than 1000 seems to...
wac_dev_team
Offline Send Email
Jan 8, 2007
10:38 pm
5833
If you watch the memory usage does it climb at all? I'm wondering if there is a memory leak somewhere. Can you provide your actual code that you are using? ...
Global Mapper Support
global_mapper
Offline Send Email
Jan 8, 2007
11:17 pm
5834
Memory usage appears to be constant and low (lower than I expected, though not by much). CPU use is also low. Code is pretty simple (though long) - set the...
wac_dev_team
Offline Send Email
Jan 9, 2007
12:07 am
5835
Have done the following corrections and the code works now. Thanks! <StructLayout(LayoutKind.Sequential)> Public Structure GM_PathProfileLOSParams_t ... Public...
csiewyen
Offline Send Email
Jan 9, 2007
1:18 am
5836
I see something in your code that might explain the odd behavior. The GM_PathProfileLOSParams_t.mSize value represents the size of the ...
Global Mapper Support
global_mapper
Offline Send Email
Jan 9, 2007
1:20 am
5837
Mike, When importing a csv file, do we must have the coordinates in the two first columns, even the file has a header row?. I mean, I can't import a file like...
Jose Getino
jmgetino
Offline Send Email
Jan 9, 2007
2:16 pm
5838
Jose, If the coordinates are not at the start of the line then you need to specify the number of columns of data to skip before getting to the data using the ...
Global Mapper Support
global_mapper
Offline Send Email
Jan 9, 2007
2:49 pm
5839
Oooops, I thought column names were enough! Works fine, thanks Jose ... to specify ... using the ... use a value ... [mailto:global_mapper@yahoogroups.com] ......
Jose Getino
jmgetino
Offline Send Email
Jan 9, 2007
2:59 pm
Messages 5810 - 5839 of 11160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help