Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Google Earth for sat image [closed]

I've been asked to add Google Earth images to a desktop app (civil engineering modelling app)
I was under the impression that Google's license didn't allow you to do this.

Are there any other easily accessible, and similarly high resolution, image sources anyone can recommend (Blue Marble, terraserver) ?

As a bonus, any library that lets me use coordinates in a range of local map datums and convert them to Lat/Long without me having to incorporate the whole of CGAL?

like image 597
Martin Beckett Avatar asked Apr 01 '10 23:04

Martin Beckett


2 Answers

You may want to check out NASA WorldWind. It is a Java SDK that you can integrate into either a desktop app or an applet. It allows you to access and visualize several freely-available satellite imagery sources, and is open source so it's completely customizable.

In addition, WorldWind has quite a bit of functionality that supports working with various coordinate systems, so it may be able to handle the coordinate transformations that you asked about.

like image 197
newdayrising Avatar answered Nov 08 '22 09:11

newdayrising


Check out NASA World Wind.

like image 42
RarrRarrRarr Avatar answered Nov 08 '22 10:11

RarrRarrRarr