Frédéric Rodrigo
Frédéric Rodrigo
It comes from here https://github.com/osm-fr/osmose-backend/blob/master/plugins/TagFix_BadValue.py#L47 A generic rule allowing some values by regex. Note there is already some exceptions, but we cannot list all exceptions like this https://github.com/osm-fr/osmose-backend/blob/master/plugins/TagFix_BadValue.py#L75 Not sure...
Right, removed. Thank you.
It looks a reasonable check for me.
> I thought on the backend it should include the full border + a margin outside of it? @frodrigo @jocelynj (not sure whom to cc for this) ). The extract...
`germany_sachsen` come from Geofabrik. The OSM extract polygon cliping is this one http://download.geofabrik.de/europe/germany/sachsen.poly It cross multiple times the boundary. We already see this for some extract from Geofabrik, and make...
There is already a report for 1-object multipolygon. But I am not sure about report of union of simple polygon in multipolygon is a good move. I think such multipolygone...
This rule come from the OpenRailWayMap validator. You should report to this project. https://github.com/OpenRailwayMap/OpenRailwayMap/tree/master/validator
Yes it is possible to do this. It as already done for France and Spain. https://osmose.openstreetmap.fr/en/issues/open?item=7170&class=13,200 For this tow countries it is only done on geometrical matching. As first step...
Yes shp in zip is supported eg https://github.com/osm-fr/osmose-backend/blob/dev/analysers/analyser_merge_bicycle_parking_ES_madrid.py#L36-L39 The shapefile is loaded using ogr2ogr https://github.com/osm-fr/osmose-backend/blob/dev/analysers/Analyser_Merge.py#L804 You can check your zip/shp file with ogrinfo.
You try to load SHP as CSV here https://github.com/flacombe/osmose-backend/blob/feature/grace/analysers/Analyser_Merge_power_pole_FR_gracethd.py#L40