nvkelso / election-geodata

Precinct shapes (and vote results) for US elections past, present, and future
317 stars 51 forks source link

WIP: 193 build process uses ubuntugis ppa for gdal support #194

Closed sigpwned closed 5 years ago

sigpwned commented 6 years ago

Updates Dockerfile to use bespoke PPA. Closes #193.

nvkelso commented 6 years ago

@sigpwned Can you resolve the conflicting files and then I'll have a look?

sigpwned commented 6 years ago

@nvkelso will do!

nvkelso commented 5 years ago

@migurski Can you take a look at this PR, please? I resolved the merge conflicts but when running:

$ docker run -it -v pwd:/vol -w /vol --env-file docker/env.ini eg

I get the following error:

: invalid option
nvkelso commented 5 years ago

Related, but can @sigpwned can you update to GDAL 2.2.x or newer as the current PPA is on 2.1 and uses a different structure to address GeoJSON files by name instead of universal alias and causes problems for me when running the Makefile in Docker versus just locally.

Mike and I need to be collaborators on the PPA, too.

migurski commented 5 years ago

I went ahead and merged this PR to clear up some later dependencies like #197. I’ll follow up with a GDAL upgrade.