Aaron Straup Cope

Results 108 comments of Aaron Straup Cope

In the interest of not making More Work (tm) for anyone a plain-text version would be great. A Markdown version would be a pretty and shiny addition to the GitHub...

Machine-readable would be ideal but, in the short-term, a plain-text version would be fine.

Thanks! The formatting is a bit off. Specifically there aren't newlines between headers and paragraphs and there appear to be encoding issues with things like apostrophes. For example: ``` National...

I am familiar with both but I am not what the context for "spatial predicates" is. I assume we're talking about the Mapshaper logic? Can someone elaborate?

Right, I understand that. The label centroids are generated using Mapshaper's "points inner" command, for example: https://github.com/whosonfirst/py-mapzen-whosonfirst-mapshaper/blob/master/mapzen/whosonfirst/mapshaper/__init__.py#L100-L117 It's entirely possible that there are bugs or edge cases in Matthew Bloch's...

The `reversegeo` centroid is not (should not) be derived from Mapshaper. That is derived using traditional point-in-polygon / raycasting techniques.

We have superseding/superseded_by airports in Hong Kong (1360691531 and 102541737). There is a reasonable argument that they are _not_ the _same_ place but for the sake of (this) argument let's...

It's IATA codes as well. Good times... https://en.wikipedia.org/wiki/Berlin_Brandenburg_Airport (BER / EDDB) https://en.wikipedia.org/wiki/Berlin_Sch%C3%B6nefeld_Airport (SXF / EDDB (formerly ETBS))

Yay! Thanks. I am just doing a bit of research to make sure that we can import all this data with the correct language script subtags (to distinguish Kanji and...

This is a problem in the WOF code to generate SQLite tables: https://github.com/whosonfirst/go-whosonfirst-sqlite-features/blob/main/tables/concordances.go Can you file an issue there please?