Questions tagged [satellite]

A natural or artificial object orbiting near a bigger object (typically a planet)

202 questions
53
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
  • 2,789
  • 4
  • 22
  • 33
18
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
  • 9,806
  • 10
  • 46
  • 65
15
votes
3 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
  • 173
  • 1
  • 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…
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
1 answer

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…
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
  • 178
  • 1
  • 2
  • 9
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
  • 1,273
  • 1
  • 17
  • 28
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 …
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
  • 552
  • 1
  • 6
  • 14
6
votes
3 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,018
  • 4
  • 17
  • 29
6
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
  • 15,926
  • 28
  • 119
  • 175
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
  • 4
5
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
  • 2,912
  • 2
  • 23
  • 36
5
votes
0 answers

onGpsStatusChanged called only once

Okay I realized my original code was nearly 400 lines, so I formatted it a bit leaving only most vital parts in, so I hope somebody can help. So basically I am running LocationListener in background service, here is the code: package…
arleitiss
  • 1,264
  • 1
  • 13
  • 33
1
2 3
13 14