Releases: whosonfirst/wof-sync-os-postcodes
v0.6.0
Changelog
- 6f34411 Lock mutex around writes
- ed3c602 Log and create empty map
- 32c18a9 Merge pull request #3 from whosonfirst/regions-hierarchy
- 3fe9cd9 Merge pull request #4 from whosonfirst/admin-hierarchy
- 848797b Restore the admin hierarchy
- 440a7d1 Set parent_id to -1 if not found
- ccd1fbe Set postcodes into postalregion hierarchy
- fdaaf12 Skip alt geometries
- 72c75e1 Update checkout and go actions
- d8e68a2 Update goreleaser
- 96d76ac Upgrade export to 2.7.1
- 735973d Upgrade goreleaser config and pin version
- 83ccd55 Wrap error with path
v0.4.0
v0.3.0
v0.2.0
Changelog
- 01ec934 Clarify what the counts are
- 5ca1729 Fix broken download script
- 443e24b Force longitude to 0.0 if invalid latitude
- 06f3a68 Limit concurrency of PIPClient
- bc13021 Make PIP requests against spatial-www
- 275d4b0 Make dryRun not create new features
- 66750ca Operate on bytes, not Features
- 2270a77 PIP into unknown is_current too
- 1d7a015 Update docs with new PIP details
- 8bfdb86 Use exported bytes
- 6656e05 Use io, not deprecate ioutil
v0.1.1
Changelog
d170108 Add docs around performing the sync
5ca5950 Call whosonfirst.Country to avoid doing all the SPR() work
acbd495 Downcase error string to please linter
b5738e9 Include snippet to execute setup.sh
3627452 Replace use of wof index/crawl/walk with walker library
aef4678 Update EDTF behaviour to match new standard
4f336af Update setup.sh to always find latest binary release
v0.1.0
Changelog
016bd6d Ability to point to integer proxy
673a04c Add -no-update-hierarchy flag
0730791 Add a README
5a79880 Add a flag to explicitly define the date of the ONS DB
3abbdbf Add dry run flag
4f8684b Add goreleaser config and workflow
67d3d72 Add uk-postcode-utils dependency
f2376c6 Allow invalid postcodes to be updated
351d61e Bump dependencies and fix build issues against them
7e2f01d Convert to Go
9779656 Create new postcodes if they're missing
de90151 Don't create postcodes for Isle of Man or Channel Islands
5f57414 Fix link to ONS Postcode Directory
cbbd2cf Increase ID generation reliability with integers proxy
ca03029 Initial commit
ad65f97 Iterate over ONSDB in parallel
86b1d32 Limit idle connections to number of logical CPUs
ea10ced Only mint IDs from brooklyn integers
7691ddf Print better stats at end of run
6b57ba7 Put postcodes without coordinates on null island
0670046 Remove Python script
29b7da7 Set the geometry and re-PIP all existing records
1f796b7 Temporarily override crawl dependency
ab1c5a7 Tidy modules and bump go-artisanal-integers-proxy
5a51ce7 Tweak README
364dd48 Update README
58d450c Update README
6903ced Update all dependencies
59fbcc6 Update dependencies and revendor for Go 1.17
a43c654 Update export dependency
e06a405 Update export to 0.3.3 to fix formatting
8f0ea58 Update geometry and dates on existing postcodes
6eaed59 Update go-whosonfirst-export to 0.1.1 with new formatter
09ad627 Update go-whosonfirst-export to 0.3.0
55a8a79 Update module repo path
c467e76 Use 0.2.0 branch of crawl
f61a06d Use atomic counters and add dry-run flag
55d51d2 Use correct country codes for IOM and Channel Islands
07ec139 Use vendor for building
dd627dc Vendor everything
951f832 ensure that response body is closed by PIP client