Michal Migurski

Results 60 issues of Michal Migurski

Follow-up to #581 and Ian’s suggestion in https://github.com/openaddresses/openaddresses-ops/issues/14: add a regularly-updated map to http://results.openaddresses.io/coverage.

enhancement

- [x] Put dotmap preview in a frame to stay in the same domain - [x] Keep a useful header around when looking at the dotmap preview - [ ]...

As of #424, we now have automated preview comments [like this one](https://github.com/openaddresses/openaddresses/pull/2127#issuecomment-259863615) from [this job](http://results.openaddresses.io/jobs/09d64f15-86e8-4dfb-b75e-d7cb7c691b1e). Things to add: - Make it respond to push events instead of just PRs and...

enhancement

From http://s3.amazonaws.com/data.openaddresses.io/runs/123587/output.txt ``` 2016-11-05 06:22:51,727 WARNING: Error doing conform; skipping Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/openaddr/__init__.py", line 185, in conform csv_path, addr_count = task4.convert(data, decompressed_paths, workdir) File "/usr/local/lib/python3.4/dist-packages/openaddr/conform.py", line...

bug

Currently, we read data from sources in two entirely separate places: once to sample a small extract of data, and again to convert the data itself. Sometimes, errors occur in...

enhancement

Saw one of these when doing a recent tile index: ``` Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/openaddr/ci/__init__.py", line 1115, in decorated_function return route_function(*args, **kwargs) File "/usr/local/lib/python3.4/dist-packages/openaddr/ci/tileindex.py", line 133, in...

bug

``` Traceback (most recent call last): File "/usr/local/bin/openaddr-index-tiles", line 9, in load_entry_point('OpenAddresses-Machine==3.3.2', 'console_scripts', 'openaddr-index-tiles')() File "/usr/local/lib/python3.4/dist-packages/openaddr/ci/__init__.py", line 1101, in decorated_function return route_function(*args, **kwargs) File "/usr/local/lib/python3.4/dist-packages/openaddr/ci/tileindex.py", line 133, in main tile.publish(s3.bucket)...

bug

In https://github.com/openaddresses/openaddresses/pull/1635 Wisconsin’s flipped lat/lons were fixed, but the source should have failed to process entirely.

enhancement

“conform” is optional, so PRs should not fail when it’s missing. These sources should simply be skipped.

enhancement