9
2

Using the aerial images of Microsoft / Bing is a great new development which will increase considerably the speed with which white spaces on our map can be filled.

However, it would be interesting to know how old these images are. I know that the Yahoo imagery is quite old for some parts of our globe and this can cause problems if areas are drawn without local up-to-date knowledge. Therefore, it would be nice to know how old the Bing imagery is.

Regards

asked 02 Dec '10, 12:31

ALE's gravatar image

ALE
1.9k385573
accept rate: 14%

retagged 18 Dec '10, 22:43

kallam's gravatar image

kallam
2153811


2 Answers:
14

Try the interesting tool: Bing aerial imagery analyzer for OSM

As you zoom in the dates change for each zoom level.

permanent link

answered 04 Dec '10, 11:56

ChrisH's gravatar image

ChrisH
4.1k134262
accept rate: 15%

edited 14 Dec '10, 18:39

Vclaw's gravatar image

Vclaw
9.2k893140

Very nice web service!!!

Is this available for the whole planet? And already mentioned in the OSM wiki?

(04 Dec '10, 13:46) stephan75
10

The Bing images are sourced from different providers. Some are more current than others. If you have an image URL of, say

http://ecn.t3.tiles.virtualearth.net/tiles/a1202022331312023.jpeg?g=587&mkt=en-us

You can retreive the HTTP headers using a browser plugin or an Unix commandline tool like

$ HEAD 'http://ecn.t3.tiles.virtualearth.net/tiles/a1202022331312023.jpeg?g=587&mkt=en-us'

This will return, among other things, a line that reads

X-VE-TILEMETA-CaptureDatesRange: 6/17/2006-7/14/2006

Which tells you that this specific tile was created from an image taken about 4.5 years ago.

OSM editors don't currently show that information but I assume that in the long run, ways will be found to make it readily availalbe.

permanent link

answered 02 Dec '10, 12:43

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
73.3k866641137
accept rate: 24%

edited 02 Dec '10, 12:44

For example one can use http://www.askapache.com/online-tools/http-headers-tool/ - just paste any URL into the Target URL field and you get all response headers.

(02 Dec '10, 13:53) katpatuka

In your browser's Developer Tools "Network" tab you can see the headers too.

(26 Dec '19, 02:22) jidanni

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×79
×71
×36

question asked: 02 Dec '10, 12:31

question was seen: 27,367 times

last updated: 26 Dec '19, 02:22

powered by OSQA