Adam Franco

Results 60 comments of Adam Franco

Here's the "knock-out" type of casing in background color over water: ![Screen Shot 2022-02-17 at 7 32 27 PM](https://user-images.githubusercontent.com/25242/154603471-3d8bdd8e-9adf-433f-bd89-0c041adb2f95.png) And here's with two different gray mid-tones: ![Screen Shot 2022-02-17 at...

Hmm... Without arrows on link roads, figuring out whether a ramp is an on or off requires the eye tracing it up to the lanes it diverges from. I imagine...

I like the idea of distinguishing between toilets/no-toilets -- pretty important at times. 😉 In the northeast I often encounter areas called "parking area", "text stop", or "overlook" which have...

I read through the `CODE_OF_CONDUCT.md` and re-read the linked resources. Nothing jumped out at me as problematic and I feel that this CoC is appropriate for this project. Overall, I...

While the shields are standardized across all Forests, the route numbers are only unique within a single Forest.

Thanks for reaching out with the detailed report about this, @markongh. Your data-fix should cause the road to show up continuously on the map the next time the Italy data-set...

Italy has now been reprocessed after your data fixes and SS374 now shows up as a single much more twisty road: ![Screen Shot 2021-02-01 at 8 32 07 AM](https://user-images.githubusercontent.com/25242/106465944-ac002880-6468-11eb-8e87-04763bac4d22.png)

Even with the new code doing only the collecting step I ran into memory issues processing the[ japan file](http://download.geofabrik.de/asia/japan-latest.osm.pbf) (which incidentally doesn't have any sub-regions available) using my [CurvatureBuilder pipeline](https://github.com/adamfranco/CurvatureBuilder/blob/master/bin/process_newer#L120-L126):...

Another alternative is that the coords could be added as a second step. It would still need to load many full collections into memory, but that could make the batching...

Hi Eric, good find on `osmconvert`, that takes some of the pressure off of the absolute performance of curvature. I wonder if there is any benefit in terms of which...