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

Some small changes on the heatmap file #1700

Merged

Conversation

Ebubeker
Copy link
Contributor

No description provided.

Copy link
Collaborator

@EPajares EPajares left a comment

Choose a reason for hiding this comment

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

costs=costs
)

geostore = await crud.traveltime_matrix_walking.create(db, obj_in=traveltimeobj)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@Ebubeker the variable name here should not be geostore

grid = compute_isochrone(
network,
starting_id,
starting_id, #It requests an array here, are you sure that we need to loop through starting_ids
Copy link
Collaborator

Choose a reason for hiding this comment

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

looping here is correct. You can pass it as an array with one element.

@EPajares EPajares merged commit e37611e into goat-community:feature/walking-matrix Nov 26, 2022
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