Questions tagged [elevation]
331 questions
0
votes
3 answers
Editing the Registry with VBScript on Vista
A VBScript cannot edit the registry by default on Vista. How do I get elevation (even if the user has to do something when they run the script) so that the script can edit the registry?
The error is:
---------------------------
Windows Script…

Nick
- 13,238
- 17
- 64
- 100
0
votes
1 answer
How to get new camera direction vector when moving an arbitrary relative angle
I am implementing a camera class and am getting stuck with some things
Let's suppose the camera is at Point (0,0,0) looking at a certain direction with its corresponding UP and RIGHT vectors.
I have a joystick control which allows you to go…

Jordi C.
- 339
- 2
- 12
0
votes
1 answer
DEM to Raster for multiple files
I'm trying to design a program to help me convert 1000+ DEM file into USGS raster file, using the method "arcpy.DEMtoRaster_Conversion" in ArcGIS. My idea is to use a OpenFileDialog to allow multiple selection for these files, then use an array to…

Arthur
- 179
- 2
- 9
0
votes
0 answers
Google maps API 3: setting elevation by hand?
Here is a google maps API V3 newbie with a pretty basic question.
Given latitude and longitude, google maps API V3 is able to retrieve the elevation with a service. But most GPS already retrieve elevation, so my app also stores the elevation. Hence…

Luis A. Florit
- 2,169
- 1
- 33
- 58
0
votes
0 answers
COM Elevation Moniker
Greetings!
Wondered about creating COM ActiveX module to the program, which will be called if necessary with elevated privileges.
To do all this using Delphi XE5 and Windows 8.1 Pro x64.
Made ActiveX Library, added COM Object, added a test function.…

virus_forever
- 23
- 2
0
votes
2 answers
How to make a batch file tell if it is elevated or not
I need a code in the space below to tell if the batch file is elevated or not. I am making a program so that if it is elevated it does something one way and if it is not it does it the other way. Does anyone know a code I could use.
@echo…

09stephenb
- 9,358
- 15
- 53
- 91
0
votes
1 answer
Calculating toal number of feet climbed by Elevation giving weird results
I am calculating total number of feet climbed when user walking. I am using below core-location delegate method.
I declared oldelevation,newelevation and Totalelevation as int.
First Time I am taking Current spot Elevation to oldelevation.
-…

Suresh
- 1,015
- 9
- 16
0
votes
1 answer
from contour file to shapefile GIS
I am trying hard to convert my height contour map into a shapefile containing the height of every single raster cell. I have researched on the internet and all it seems to be done is using the function "topo to Raster", spacial analyst tool.…

Gab
- 1
- 3
0
votes
1 answer
Fortran reading Arcview output
I have a number of output files from ArcGIS that consists of large elevation datasets.
I am trying to use FORTRAN to read and process these as the amount of data is very large.
I have a truncated example file below:
ncols 23
nrows …
0
votes
2 answers
Elevate MSI install while allowing user based actions
Yes, there are many articles related to elevating permissions when installing MSI packages. I have a twist on the issue that I can't find a good answer to. If I'm logged in as a user and I run my MSI elevation code (Below), the package installs…

Fred B
- 175
- 1
- 3
- 11
0
votes
0 answers
Elevating process produces a shell (2 total) but want only 1 total?
Following my previous question here, now I get two shells - one parent (not elevated), and a child shell (elevated). What does one need to do to the code to have instead one shell only that's elevated? E.g. how about somehow closing the parent…

unseen_rider
- 324
- 5
- 23
0
votes
1 answer
Elevating process via ShellExecuteInfo - Infinite shells?
I followed this article for elevating a process, however in my code below (pretty much a copy currently), when debugging, I get an infinite number of shells being created. The line it happens on is indicated.
I've looked at the MSDN article here…

unseen_rider
- 324
- 5
- 23
0
votes
1 answer
How can I get UAC elevation with custom action exe?
I'm trying to add a custom action to the end of my installer but it requires elevation.
I am using Installshield Limited Edition and my custom action is written in C#.
The custom action executes when there is no elevation but as soon as I add…

Alan Spark
- 8,152
- 8
- 56
- 91
0
votes
1 answer
How to display a float matrix as elevation values in a 3D plot in Python?
I currently have a heat map which is a 2D float matrix (list of lists of floats to be accurate), and I can display it in 2D with matplotlib fairly easily, but I would like to display it in a 3D plot such that the column and row indices can by the X…

CrystalDuck
- 345
- 2
- 13
0
votes
1 answer
Using Google maps to control bicycle
I would like to make a exercise bike like the "Tour de France bike from PRO-FORM with ifit"ut.
The bike is so bad I have decided to make a better one.
I could take it apart and use it for the new one.
PLS help me ...
I will make everything…

Henrik Simonsen
- 1
- 1