Closed geohacker closed 6 years ago
Good question. Defer to @smit1678, but these "grades" from the CHAI presentations, might be useful. (And then somehow this became a ticket full of screenshots)
Of the 5 countries, Temporal Accuracy was only measured in 2.
Botswana
Namibia
I think temporal accuracy isn't just the timestamp for when it was added to OSM, but needs to capture somehow the temporal accuracy of the data sourced used to generate it.
Here are a couple ways I started thinking about temporal accuracy:
In short, I think timestamp is the first check (satisfies part of point 1), but then we need another check that helps further define temporal accuracy. Do we also want to add a check for if imagery was used when the building was added?
@smit1678 @awright - thank you! This is helpful.
some of the data was first remotely added to Botswana in 2016, but then attribute information will be added to the buildings in 2018.
This is going to be really hard to do at the moment - we don't have a reliable history query infrastructure (I don't want to advocate building one more tool based on Overpass until we know what we'll do to get around the pitfalls.)
In short, I think timestamp is the first check (satisfies part of point 1), but then we need another check that helps further define temporal accuracy.
Looks like this is a good first pass. We'll be able visualise the recency of buildings in the report. We can perhaps show the satellite imagery based on the source tag, but that wouldn't have a timestamp associated.
@geohacker cool. This works for me. @ascalamogna good to close the ticket and question then?
@awright great!
Let's close after we ship the osmlint/vectortile piece of this.
@tyrasd since this is a very similar approach to what OSMA already does, I was wondering if we could get the tiles already processed there for our target AOI and calculate a similar chart on the frontend of osma-health
. What do you think?
@kamicut Should we be concerned with the risk of being out of sync if one is ahead of the other? Also, if the longer term goal is to expand beyond most recent edit with more history information, do we lose those goals by using the other osma tiles?
We are going to use the vector tiles from the building filter because they contain timestamps. I'm closing this issue because we will start with edit recency @smit1678 using the timestamp and then we can create a new issue if we want to expand this.
@awright @smit1678 do you have a sense of what we can define as our recency benchmark? For instance, how old is too old/stale data for the malaria campaign?
We can build a generic OSMLint validator that takes a timestamp and gives out all the buildings that are older or newer than that point in time.