Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PCT layer #27

Open
Robinlovelace opened this issue Jan 19, 2018 · 3 comments
Open

Update PCT layer #27

Robinlovelace opened this issue Jan 19, 2018 · 3 comments

Comments

@Robinlovelace
Copy link
Contributor

Put the PCT routes in there.

@mem48
Copy link
Contributor

mem48 commented Jan 25, 2018

I'm going to add the Quiet routes as a separate table. Or does PostGIS support multiple geometry columns?

@Robinlovelace
Copy link
Contributor Author

@mem48
Copy link
Contributor

mem48 commented Jan 29, 2018

New data in the pctlsoa table

idn INT PRIMARY KEY,
id VARCHAR(19) NOT NULL,
allCommuters INT NULL,
onfoot INT NULL,
carorvan INT NULL,
pctcensus INT NULL,
pctgov INT NULL,
pctgen INT NULL,
pctdutch INT NULL,
pctebike INT NULL,
fastDist REAL NULL,
fastTime REAL NULL,
fastSlope REAL NULL,
fastGeom GEOMETRY NULL,
quietDist REAL NULL,
quietSlope REAL NULL,
quietTime REAL NULL,
quietGeom GEOMETRY NULL,
straightDist REAL NULL,
straightGeom GEOMETRY NULL,
fastCircuity REAL NULL,
quietCircuity REAL NULL,
quietDiversion REAL NULL,
quietDiverTime REAL NULL

There are 3 geometries in here fast routes, quiet routes, and straight line, with spatial index built on the fast routes.

I'd sugges that we add a new layer call missing links allowing filtering on the different circuity options

Robinlovelace added a commit that referenced this issue Mar 19, 2018
See #27 @mvl22 and @mem48 feel free to add more content to these descriptions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants