The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
19 views

WTSQueryUserToken always throws “An attempt was made to reference a token that does not exist” on Windows 7 in C#

I'm trying to launch a process from a Windows Service on Windows 7. This is my code to obtain the user token. uint sessionId = Kernel32.WTSGetActiveConsoleSessionId(); var userTokenPtr = new ...
0
votes
0answers
8 views

How do I add elevation data to a GeoJSON line from a GPX file?

I understand that elevation can be added as an optional third value in Coordinates (lat, long, elev) in a geojson file, but I can't find a way to actually do that from a gpx file. I've used ogr2ogr to ...
1
vote
0answers
12 views

column to store elevations in postgresql

I am using geoserver and postgresql. I imported raster (.tif) file to postgresql using raster2pgsql. The file thus imported creates a new table in postgresql. But when that file is previewed in ...
0
votes
1answer
48 views

How to read HGT files in C++

I'm trying to read the elevation data stored in HGT files. As far as I know they can be read as binary files. I found this thread: How do I access .HGT SRTM files in C++? Based on that post, my ...
0
votes
1answer
21 views

Error using GDAL in iOS development

I finally managed to build gdal for ios. I want to develop an application wich will work with elevation data from geotiff files. After the successful built, i made a simple app just to test the ...
3
votes
1answer
53 views

Opening a web page in a non-elevated browser from an elevated process C#

I've been trying for a couple weeks now to run a non-elevated web browser from an elevated process, I have tried various things, duplicating the explorer token, using the WinSafer Apis mentioned here ...
1
vote
2answers
65 views

Stuck with Visual Studio 2010 in Administrator (elevated) Mode

There are many posts that tell you how to run Visual Studio 2010 as Administrator. I will probably be very ashamed when I find my answer but... My problem is that I can't start Visual Studio NOT ...
2
votes
2answers
117 views

How to automatically change kinect sensor angle?

Is it possible to change the elevation angle of the kinect motor automatically? I mean, till now I have this code (c#): private void CameraAngleSlider_ValueChanged(object sender, ...
0
votes
1answer
67 views

Google Maps Elevation Service

I have this function which is invoked upon clicking a button. The function creates a marker at a predefined position. I then use the elevation service for the given point. When I click the button, the ...
1
vote
2answers
130 views

Start process as limited user from elevated script

I have an elevated console running some bat files. Having this console running in elevated mode is mandatory for it to be able to perform some tasks like managing network shares, etc without asking ...
0
votes
0answers
45 views

Android Google Maps application using directions and elevation services [duplicate]

I am trying to create an Android application which should give to the user a route between two places. This route will be calculated using elevation informations of the path between the two points ...
1
vote
0answers
107 views

Calculate slopes from Google maps elevation

I'm trying to calculate slopes of segments in a route path between two points using Google Maps API. Ideally, I would like to do the followings: 1. Accuracy of the slopes should be adjusted by ...
0
votes
0answers
32 views

How can I build a realtime elevation service?

I'd like to convert the multi-gigabyte NASA Aster geotiff data (http://asterweb.jpl.nasa.gov/) into a realtime elevation service, where I can query by latitude / longitude (or geohash) and return an ...
0
votes
1answer
221 views

WindowsError: [Error 740] The requested operation requires elevation even after diabling UAC

I have disabled UAC and running my script in python. command = "abcd.exe" subprocess.Popen(command,stdout=subprocess.PIPE,stderr=subprocess.PIPE).communicate() Also I set the application abcd.exe ...
2
votes
1answer
52 views

using CreateProcessAsUser to launch a url

Recently I bumped into an issue where I need to open a webpage from an elevated application. I need the browser to be opened non elevated so I looked around and found this solution This would ...
0
votes
0answers
25 views

I get no elevate dialog anymore

Whenever I launch a program, try to save files in 'C:\Program Files' and more, I don't get the Administrator Privileges dialog anymore. (Started about a month ago) I can't run the chrome flash plugin ...
0
votes
0answers
59 views

Configure Solr QueryElevationComponent to ignore fq filters

I want elevat some specific documents in any query, no matter what complex queries (such as fq) users post. May I know how to implement such functionality in Solr? I tried Solr ...
0
votes
1answer
82 views

Solr elevate documents only when fq constraint is explicitly used

The solr elevate component only works for keyword query. In my project, I want to use elevate component to boost the documents that satisfying a custom parameter in query. For example, ...
2
votes
1answer
159 views

How to find the elevation of a lon/lat polygon

I am trying to create an application that uses terrain information about an area. I use lon/lat (4326) polygons from a kml file and store the geometries in postgis. I need to find the elevation ...
0
votes
0answers
87 views

Google Maps Elevation Api - Current Position of the mouse on the diagram

I'm working on a GoogleMaps project and want to have an elevation diagram for the current route. I did it like in this example: ...
0
votes
0answers
25 views

How to get data from .HGT files?

I want to asign to specific long/lat position on the map elevation from SRTM3 data files, but have no idea how to found specific value. So i want some example how can i found in N50E14.hgt elevation ...
0
votes
0answers
248 views

Elevation graph from GPX file using Google Maps V3

I've want to show two or three elevation column charts (depending on how many routes are shown on the map) on the same page. The routes are polylines drawn from gpx files . I'm confused as to what's ...
1
vote
1answer
658 views

Google maps API v3 - Elevation graph along a path

I'm trying to get a graph of the elevation of a KML file, that KML file being the only input. Ideally the end result would be pretty much exactly like ...
0
votes
0answers
134 views

jQuery Mobile - Google Maps API Elevation chart

I'm using jQuery mobile alongside the Google Maps API. I am creating an Google Elevation Chart for a route but I am struggling to get this to display full screen - it renders in the top left corner at ...
1
vote
0answers
136 views

Where to get free terrain/map data [closed]

I guess I am asking a sort of extension to this question: Where to get Terrain Data - both free and paid? First off, I hope that's okay to do.... I am looking to develop an application that would ...
2
votes
1answer
46 views

COM Elevation From Network Service Assembly

I am writing a .NET Plug-in assembly which loads into a pre-existing service which runs with "Network Service" credentials. The Plug-in needs to carry out some elevated operations for which i need ...
4
votes
1answer
218 views

Google Maps Elevation Api Wrong Value

I have tried this method to get Altitude, using longitude and latitude private double lookingForAltitude(double latitude, double longitude) { double result = Double.NaN; HttpClient ...
4
votes
1answer
106 views

kml blocks elevation service

I have a Google Maps elevation service (for my Geography of Pennsylvania students) that works fine with point clicks on Google's basemaps. I would like to add a kml layer showing PA counties. When I ...
0
votes
1answer
260 views

Displaying an Elevation grid in ParaView

I'm new to ParaView and completely lost with all the different data formats. All I want to do is display an elevation grid which is produced by a program. I store the elevation grid in a two ...
0
votes
1answer
175 views

Get elevation of an area

I need to get the elevation in meters, of specific points within in a 1km square of ground. Each point will be 5 meters apart, meaning a total of 40,000 specific points. The elevation for each of ...
0
votes
2answers
74 views

SOLR - Rank better smaller documents that have less “EXTRA” words

My SOLR documents are wine entities. When a user search for a keyword "Haut Bailly" (it's a wine from bordeaux), I would like to get first a closely matching document with shorter title length, ex: ...
0
votes
1answer
704 views

create elevation chart from kml file using php and javascript

I am trying to use google elevation service to create an elevation profile just like this: https://google-developers.appspot.com/maps/documentation/javascript/examples/elevation-paths Here is the ...
0
votes
0answers
166 views

KML - directly open Elevation Profile in Google Earth

Google Earth (V6.2.2.6613) allows to display an elevation profile on a list of waypoints. Is it possible to directly "switch on" the elevation profile from within a KML file? Basically I want to ...
0
votes
1answer
248 views

Google map custom routing and elevation using my own points

I am trying to reproduce the third example of that page https://developers.google.com/maps/customize but using my own route and so far i don't have much luck. The problem is using "setDirections" it ...
0
votes
2answers
223 views

Raster: How to get elevation at lat/long using python?

I also posted this question in the GIS section of SO. As I'm not sure if this rather a 'pure' python question I also ask it here again. I was wondering if anyone has some experience in getting ...
0
votes
1answer
319 views

Elevation service UNKNOWN_ERROR

I'm having difficulty with the Google maps V3 JavaScript elevation service. According a google groups posting ( https://groups.google.com/forum/#!msg/google-maps-js-api-v3/Z6uh9HwZD_k/G1ur1SJN7fkJ ), ...
1
vote
1answer
843 views

Delphi manifest for UAC elevation in 64-bit

What's incorrect in this manifest to run an app as Admin? It works fine with 32-bit, but used with a 64-bit exec gives an error on startup and shuts down: "The application was unable to start ...
1
vote
1answer
341 views

Elevating a ProcessBuilder process via UAC?

I'm trying to run an external executable, but apparently it needs elevation. The code is this, modified from an example of using ProcessBuilder (hence the array with one argument) : public ...
0
votes
1answer
170 views

which value of Azimuth, Elevation and SNR to process with GPGSV NMEA message?

Hi was working on the parsing logic for GPS, when i was try to parse the GPGSV message, i could able to find 12 satellite information of 4 parameters like PRN,SNR,Azimuth and Elevation. But i'm not ...
1
vote
2answers
485 views

How to elevate Perl process using UAC

Suppose I have a script that needs to read information from places that normal user is not permitted to read (e.g. other users' folders). Currently all I can do is complain about not being run as a ...
1
vote
2answers
701 views

Create Elevation profile from polyline coordinate array

I have created a polyline using a coordinate array with code adapted from https://google-developers.appspot.com/maps/documentation/javascript/examples/polyline-simple Although the first (and ...
0
votes
1answer
679 views

How to calculate azimut & elevation relative to a camera direction of view in 3D …?

I'm rusty a bit here. I have a vector (camDirectionX, camDirectionY, camDirectionZ) that represents my camera direction of view. I have a (camX, camY, camZ) that is my camera position. Then, I have ...
2
votes
1answer
529 views

Getting Elevation for many coordinates

I have a text file with many lats and longs, and I am trying to get their elevation. I found a website that already does that but it takes 500 only at a time, I have 1 million points. Is there any ...
2
votes
0answers
263 views

Google Maps API - Overlay polygon at a specific elevation with opacity (to show flooded areas)

Using the Google Maps API, I'm trying to work out how to draw a polygon over a Google map at a specific elevation using opacity so that any land mass that is below the elevation of the polygon shows ...
2
votes
2answers
456 views

How to get the elevations points from Google maps in C#?

I am trying to get the altitudes of all points in a specific Google Map, be it in the UK or the US or just randomly around the world, and then store the altitude data into an Array[x,y] in C#?? I ...
0
votes
1answer
123 views

Obtaining the highest terrain elevation BETWEEN two geographic points

Does anyone know of an online service / API that can be used to get the highest terrain elevation between two geographic points? I am using this to determine if sun is blocked by any terrain from the ...
1
vote
1answer
2k views

Running an application as an Administrator without prompting for elevation

I'm installing my app using Innosetup, to launch when then user logs in using SOFTWARE\Microsoft\Windows\CurrentVersion\Run. How can I start the app as if I've right-clicked and selected Run as ...
1
vote
1answer
392 views

Google Earth elevation profile and the missing values

I have some nice data from research aircrafts that I put into kml-files like the example below. If you check the elevation profile, you find the extended Data plotted nicely. My problem: my data ...
0
votes
2answers
231 views

How to read elevation data from WMS response?

I am trying to get elevation data from the tile received from USGS server. I query the data using Image Format image/Png. When I read the data I get color values. I need to know how to read the ...
3
votes
2answers
315 views

Parse Results of Google Elevation Using PHP

I'm new to JSON and parsing. I get the following results when requesting an elevation from the Google Elevation API. { "status": "OK", "results": [ { "location": { "lat": 39.7391536, ...

1 2