Michal Migurski

Results 60 issues of Michal Migurski

Using the Who’s On First API, we can support additional sources of coverage information: - Wikidata: [Q48344](https://www.wikidata.org/wiki/Q48344) → [`wd:id Q48344`](https://whosonfirst.mapzen.com/api/rest/?method=whosonfirst.concordances.getById&source=wd:id&id=Q48344&access_token=xxxxxx) - Who’s On First: [101948669](https://whosonfirst.mapzen.com/spelunker/id/101948669/) → [`wof:id 101948669`](https://whosonfirst.mapzen.com/api/rest/?method=whosonfirst.concordances.getById&source=wof:id&id=101948669&access_token=xxxxxx) ([geojson](https://whosonfirst.mapzen.com/spelunker/id/101948669.geojson)) -...

enhancement

Observed in https://github.com/openaddresses/openaddresses/pull/2426: ``` 2017-01-24 23:15:14,852 WARNING: Error doing conform; skipping Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/openaddr/__init__.py", line 182, in conform csv_path, addr_count = task4.convert(data, decompressed_paths, workdir) File "/usr/local/lib/python3.4/dist-packages/openaddr/conform.py",...

Get OpenAddresses schema including available properties and parsing functions. - [ ] https://github.com/mapzen/mobility-on-demand-sandbox-contributions/blob/master/docs/backend-requirements.md#retrieve-oa-schema

enhancement
mobility-on-demand

Implement portions of Mobility On Demand needs: - [ ] https://github.com/mapzen/mobility-on-demand-sandbox-contributions/blob/master/docs/backend-requirements.md#query-for-list-of-countries - [ ] https://github.com/mapzen/mobility-on-demand-sandbox-contributions/blob/master/docs/backend-requirements.md#query-for-list-of-regions-within-a-country

enhancement
mobility-on-demand

From @trescube: > Here’s an example of a source that uses an unknown field name: https://github.com/openaddresses/openaddresses/blob/master/sources/us/mn/aitkin.json > In this case, it uses `STREET` for `street` which no longer exists and...

enhancement

Currently, rows in the cache are not sorted. This impacts both compressed size and change detection over time. Sort rows by (street, number, unit) or similar set of columns to...

enhancement

Currently, records include 16-char SHA1 hashes added in https://github.com/openaddresses/machine/pull/339. They’re hard to compress, and could be replaced with auto-incrementing IDs if we create a mapping in the database to store...

enhancement

Follow-on to https://github.com/openaddresses/machine/pull/631: - Currently, the whole world is run through Tippecanoe and then split - Instead, generate each quadrant separately and in parallel Maybe incur the overhead of downloading...

enhancement

For billing purposes, we should have tags that differentiate between baseline, scale-responsive, and experimental resources.

enhancement

For example, this page should show that no addresses were found: http://results.openaddresses.io/jobs/aa1bb1a4-6b7f-49db-901c-b65b5fb2056e

enhancement