NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I would like to evaluate the tag history for a location. An agricultural site, for example, I would like to know if what today is a soy plantation, was a corn plantation once. It is possible?

asked 16 Sep '20, 15:06

nataliapedroso's gravatar image

nataliapedroso
26112
accept rate: 0%


You can use Deep History, PeWu or Deep Diff to view the history of an object (node, way or relation)

permanent link

answered 16 Sep '20, 17:56

Mannivu's gravatar image

Mannivu
1.1k31027
accept rate: 6%

edited 16 Sep '20, 17:59

You can use Overpass-turbo to query an area at a date in the past. https://overpass-turbo.eu/s/Y4K is an example of that. Zoom out, zoom in anywhere you are interested in, and click "run". You can then click on any of the things that are highlighted. That query is:

[date:"2018-09-04T00:00:00Z"];
nwr({{bbox}});
out geom;

but you can of course search for specific things, like with any other overpass query.

permanent link
This answer is marked "community wiki".

answered 16 Sep '20, 16:02

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

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:

×89
×4
×4
×4

question asked: 16 Sep '20, 15:06

question was seen: 2,617 times

last updated: 16 Sep '20, 17:59

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum