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

Ziyuan Cai assignment2 #8

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open

Conversation

KRMeteor
Copy link

Results and the querys of managing tables are in the query files seperatedly.

with septa_bus_shapes_length as (
select
shape_id,
st_length(st_makeline(shape_the_geom)) as trip_length
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure to always use some order by clause with st_makeline, e.g.

st_makeline(shape_the_geom order by shape_pt_sequence)

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

Successfully merging this pull request may close these issues.

2 participants