mmd

Results 637 comments of mmd

I’m not sure I’m following you. If the query fails b/c of timeout or memory issues, the last control row would always be missing as the query terminated earlier.

I added some more comments on slack…

You can use the [point evaluator](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Point_evaluator ) for this purpose: ``` [out:csv(num,key,len,type,::lat, ::lon)]; way [highway]({{bbox}}); for (t["surface"]) ( make stat num=count(ways), key=_.val, len=sum(length()), type=u(type()), ::geom = pt(10,20); out; ); ```...

Commit 4ee748b9dedeb7b5832261f8945b46e12418d38d, part of 0.7.56 release.

You need a dedicated area dispatcher process, and need to create areas upfront before running your query. Did you do this? https://listes.openstreetmap.fr/wws/info/overpass may be a better place for operational issues,...

@markul-ozon : if the issue is resolved now, can you please close this issue?

I believe you can also fetch diff files from Geofabrik which include metadata. Due to GDPR restrictions, you need a special download tool and authenticate using your osm user account:...

I think a better fix would be to reject processing such minutely diffs in case you've started your dispatcher with --meta or --attic. After all, there isn't much point running...

Superseded by https://github.com/drolbr/Overpass-API/commit/4a9cf9d5ce52374288df0d48868dba2be69872ea