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

Create temp process for migrating MOVE centreline <-> arterycode matching process #74

Open
aharpalaniTO opened this issue Dec 4, 2020 · 3 comments
Assignees

Comments

@aharpalaniTO
Copy link

No description provided.

@aharpalaniTO aharpalaniTO self-assigned this Dec 4, 2020
@aharpalaniTO
Copy link
Author

Created new table for only ATR matches here:

CREATE TABLE prj_volume.arteries_centreline (
	arterycode int,
	centreline_type smallint,
	centreline_id int,
	direction character(1)
);

ALTER TABLE prj_volume.arteries_centreline OWNER TO prj_volume;
GRANT SELECT ON prj_volume.arteries_centreline TO bdit_humans;

@aharpalaniTO
Copy link
Author

Imported dump from counts.arteries_centreline (flashcrow database)

@aharpalaniTO
Copy link
Author

Importing latest centreline version from https://open.toronto.ca/dataset/toronto-centreline-tcl/

here: prj_volume.centreline_new (existing processes / linkages are using prj_volume.centreline)

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

1 participant