A natural or artificial object orbiting near a bigger object (typically a planet)
Questions tagged [satellite]
245 questions
62
votes
6 answers
Leaflet Map API with Google Satellite Layer
I'm very interested in the Leaflet Map API.
However, I need to be able to use the Google Satellite Layer. I have not been able to find an example on how to add a Google Satellite Layer to Leaflet. I understand that I will still need to load the…

fnllc
- 3,047
- 4
- 25
- 42
20
votes
9 answers
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 ?

trinity
- 10,394
- 15
- 49
- 67
17
votes
2 answers
How to add a satellite view in android studio?
My map is working fine.However, i want to add a satellite view along with my normal view? How can i achieve that?
public class MainActivity extends FragmentActivity implements OnMapReadyCallback {
private GoogleMap mMap;
@Override
protected void…

joey
- 193
- 2
- 2
- 6
12
votes
3 answers
Python coordinate transformation ECI to ECEF
I am using sgp4 python package (developed by Brandon Rhodes); I am inputting the TLE information for ISS(Zarya). I get the position of the satellite at a certain date, in the in ECI coordinate system. However, I want to convert it to ECEF coordinate…

Ioana Zelko
- 123
- 1
- 7
12
votes
4 answers
Image processing of Satellite Images
Is it possible to analyze the satellite images to find the possibility of rainfall ares, moisture landscapes such as water bodies, forest areas, wasteland, etc by using computer languages such as C, C++, Java? Which is the best among these? Is It…

suresh
- 121
- 1
- 3
11
votes
2 answers
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 about it. Thanks again.
(I'm doing a small program…

voodoo14
- 515
- 2
- 6
- 10
11
votes
1 answer
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 well.
Is there any way to force an android app to…

slmglr
- 188
- 1
- 2
- 9
7
votes
4 answers
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 - the number of satellites used to derive the…

GetUsername
- 1,057
- 5
- 18
- 29
7
votes
4 answers
Python - find out how much of an image is black
I am downloading satellite pictures like this
(source: u0553130 at home.chpc.utah.edu)
Since some images are mostly black, like this one, I don't want to save it.
How can I use python to check if the image is more than 50% black?

blaylockbk
- 2,503
- 2
- 28
- 43
7
votes
1 answer
Pyephem Algorithms Reference
I have never used pyephem before, and I'm not expert in satellite positioning.
I'd like to exploit pyephem to calculate the position of a satellite using TLE.
I have to do something very easy, like that:
tle=["ISS (ZARYA)","1 25544U 98067A …

aurghs
- 101
- 3
7
votes
2 answers
What is .NET assembly culture?
After searching on website I post this question. I am aware of the fact that by default assemblies are "culture neutral" and one can create satellite assemblies with only resources (and no code) with culture specific information and place them…

IntelligentBinary
- 582
- 1
- 6
- 15
7
votes
4 answers
Retrieving # of satellites used in gps fix from Android
I am trying to retrieve the # of satellites used in the GPS fix. I have implemented two different methods, as shown below:
package ti.utils;
import android.app.Activity;
import android.content.Context;
import android.location.GpsSatellite;
import…

Justin
- 17,670
- 38
- 132
- 201
6
votes
1 answer
Which should I use: Python-sgp4, PyEphem, python-skyfield
The landscape of Python tools that seem to accomplish the task of propagating Earth satellites/celestial bodies is confusing. Depending on what you're trying to do, PyEphem or Python-SGP4 may be more suitable. Which of these should I use if:
I want…

Brian
- 3,453
- 2
- 27
- 39
6
votes
2 answers
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 application. Is there any way to get information…

Makis Arvanitis
- 1,175
- 1
- 11
- 18
5
votes
1 answer
pyephem compute elevation angle
I would like to compute easily the elevation angle of a satellite in python with the library PyEphem in function of a particular observer.
This matter is really new for me so I'm using the picture below to be sure we are talking about the same…

SebML
- 63
- 1
- 4