Skip to content

Commit

Permalink
chore(tiger): change TIGER data mirror to GeocodeEarth CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Nov 6, 2020
1 parent 8ae075d commit f2ab02b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/js/adapter/CensusS3Mirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const conform = /^tl_2016_(\d{5})_addrfeat\.zip$/;

class CensusS3Mirror {
constructor() {
this.host = 'https://census-backup.s3.amazonaws.com';
this.prefix = '/tiger/2016/ADDRFEAT';
this.host = 'https://data.geocode.earth';
this.prefix = '/uscensus/geo/tiger/TIGER2016/ADDRFEAT';
}
list(pattern, cb) {

Expand Down Expand Up @@ -51,4 +51,4 @@ class CensusS3Mirror {
}
}

module.exports = CensusS3Mirror;
module.exports = CensusS3Mirror;

0 comments on commit f2ab02b

Please sign in to comment.