Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
488 views

Image processing of Satellite Images

Is it possible to analysis the satellite images for finding the possibility of rainfall ares, moisture landscapes such as water bodies, forest areas, wasteland, etc by using computer languages such as ...
3
votes
1answer
352 views

Phonegap Android and GPS satellite

It seems phonegap does not use GPS satellite instead geolocation from cellular network. I am not satisfied with the accuracy, always between 150-1000 meters. GPS activity logo is not displayed as ...
3
votes
6answers
414 views

Languages used to write programs for satellite-missions?

Just out of interest , we know there's a lot of programming involved in the making of a satellite . Which languages are they written in ?
3
votes
2answers
925 views

Get all the supported Cultures from a satellite assembly

I am using a satellite assembly to hold all the localization resources in a C# application. What I need to do is create a menu in the GUI with all the available languages that exists for the ...
2
votes
1answer
61 views

Is there a way to use Google Maps to estimate empty lots in NYC?

I just came from a presentation by the Manhattan Borough President who said that having a running record of empty lots in New York City is important in regards to available land for potential green ...
1
vote
1answer
46 views

GPS number of satellites and location filtering

Based on the available Location fields, the float accuracy seems the main field to determine how good a GPS location is, without taking into account the timestamp. I wonder if it may also be helpful ...
1
vote
0answers
65 views

How do I convert ECI coordinates to longitude latitude and altitude to display on a Map?

I would like to be more specific about what I want to do. I get coordinates in ECI and I need to get the latitude and longitude from this. How can I do? I was searching but I could'nt find anything ...
1
vote
0answers
78 views

Two way communication using satellite with Android mobile

i am going to make one apps which will be communicating with satellite to have two way text communication using Android DEvice how to proceed with this i have satellite modem and everything i need ...
1
vote
1answer
250 views

Adding satellite assemblies into XAP

I have satellite assemblies pre-built and I want to add them into the silverlight xap file after the file has been built. I know if I do this manually all I need to do is add the files into the xap ...
1
vote
1answer
651 views

How do I convert TLE information to longitude latitude and altitude to display on a Bing Map?

I am using the OrbitTools library to develop a satellite tracking system using the Bing Maps Silverlight control similar to http://karhukoti.com. I am not knowledgeable in this domain and lack a lot ...
0
votes
0answers
93 views

Android Google Maps satellite view turns black when zooming in

I use the Google Maps with satellite view which usually works fine. Now I've the following problem: When I zoom in very far the whole map turns black. It only happens in some areas (my case: Stevens ...
0
votes
1answer
150 views

Is there a method to check whether the current Map is in Map or Satellite mode?

I am setting the Map to Satellite view on click of a toggle button mapToggle.setOnClickListener(new OnClickListener() { public void onClick(View v) { if ...
0
votes
1answer
363 views

Getting the number of satellites from Location object

I'm using a GPS provider and LocationListener.onLocationChanged(Location location) to receive location fixes. Documentation says, that Location.getExtras() contains next key/value pair: satellites ...
0
votes
1answer
167 views

Can we display geographical border in Google Map V3 as we do in Google Earth, in satellite view?

Can we display geographical borders of country in satellite view of Google Maps V3, similarly the way border is displayed in Google Earth in satellite view? Thanks!
0
votes
1answer
181 views

Android Dalvik Emulator cannot connect to GPS

I am beginner in Android and I have a problem with GPS in the Dalvik Emulator. I added hardware gps support on AVD and after booting I checked Use GPS Satellites in Settings -> Location & ...
0
votes
0answers
41 views

Satellite build for culture 'id-ID' failed. The assembly linker could not be launched. The system cannot find the file specified

I tried to build my solution yesterday. The solution contains almost 30-winforms And that is localized with Indonesian language (id-ID). After setting all localization formatting I tried to build my ...
0
votes
1answer
263 views

Problem getting GPS satellites information

For an Android 2.2 application, written in Java, I'm facing a problem when I try to get information about the GPS satellites. In the OnCreate function of my main Activity, I declare an object derived ...
0
votes
3answers
109 views

Attaching another modem to an iPhone or gPhone

I have an idea in mind where a device such as an iPhone or gPhone is attached to a satellite modem for use when out of GPRS/UMTS range. Would such an idea be feasible, and what are the high level ...
0
votes
1answer
464 views

Visual Studio Installer does not include satellite resource assembly

I have a VS2008 installer project which installs a .NET Windows Service. One of the service's dependencies is a .NET assembly which has localized resources in the form of a satellite assembly. The ...
-1
votes
2answers
207 views

Compressing High Resolution Satellite Images

Please advise the best way to compress satellite Image. Details Uncompressed size - 60 gb Uncompressed format - IMG 4 Bands (To be retained after compression) Preferred compression format - JPEG2000 ...
-2
votes
0answers
37 views

Java code for reading satellite images [closed]

I want Java source code for reading and processing TIFF and IMG format satellite images for further processing so that I will apply my algorithm upon it.