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

Linestring visualisation support #17

Merged
merged 18 commits into from
May 6, 2022

Conversation

JoostProRail
Copy link
Collaborator

No description provided.

@JoostProRail JoostProRail marked this pull request as ready for review March 25, 2022 12:56
This was linked to issues Mar 25, 2022
PR-Maik
PR-Maik previously approved these changes Mar 25, 2022
@JoostProRail JoostProRail requested a review from PR-Maik May 6, 2022 09:17
PR-Maik
PR-Maik previously approved these changes May 6, 2022
PR-Maik
PR-Maik previously approved these changes May 6, 2022
Nozziel
Nozziel previously approved these changes May 6, 2022
:return: A GeoPandas dataframe.
"""
# TODO: use pandas to geopandas functionality?
print(file)
Copy link
Collaborator

Choose a reason for hiding this comment

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

looks like a debugging leftover?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Correct, removed!

self.superfigure = folium.Figure(1000, 400)
self.add_to(self.superfigure)
return self.superfigure
else:
return self

def save(self, save_name: Path):
"""
Copy link
Collaborator

Choose a reason for hiding this comment

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

4 spaces tabs.. thats not PEP8 :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This happens throughout the whole repo, left as is for now. Will note this as an issue.

joost added 2 commits May 6, 2022 11:28
@JoostProRail JoostProRail dismissed stale reviews from Nozziel and PR-Maik via 98eeb9a May 6, 2022 09:29
@JoostProRail JoostProRail merged commit e7b8bdc into main May 6, 2022
@JoostProRail JoostProRail deleted the linestring_visualisation_support branch May 6, 2022 09:34
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.

Refactor SpoorKaart Add linestring visualisation
3 participants