-
Notifications
You must be signed in to change notification settings - Fork 102
Initial version of the project :) #107
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
Draft
miguelam-css
wants to merge
21
commits into
IBiDat:main
Choose a base branch
from
miguelam-css:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for mucss-dataviz ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…ontinue working here from now on.
…and removed most explanations. The map and the main text legend (with the blue dot in the text and the map). After hours of manually checking, they fit basically perfectly when comparing with gimp changing opacity.
- Remove default legend! - Fix color (they're darker than original) - Add text in legend 2
…e found out the font is actually Atkinson, and changed it. Next step: - I still need to finish adding text annotations around the rounded rectangles.
… Next step: - Add third legend (north arrow and scale).
… can't make it as sharpe as the original one. Next step, either: - Find a way to make the arrow sharper. - Plot a triangle with a rounded rectangle (might be less code, think about it).
… text. I plot the box around the arrow, but there's a bug with geom_rounded_rect() that won't allow me to have the correct linewidth (strange behaviours when linewidth increases). Next step: - Plot a white rounded_rect on top of a black one to get the "box" effect without the proper thickness.
… text. I plot the box around the arrow, but there's a bug with geom_rounded_rect() that won't allow me to have the correct linewidth (strange behaviours when linewidth increases). Next step: - Plot a white rounded_rect on top of a black one to get the "box" effect with the proper thickness.
…rd "North"). Next step: - Adding the scale under it.
…geom_rounded_rect on top of each other because of bug in geom_rounded_rect when increasing linewidth). Next step: - Add the scale Merge branch 'main' of https://github.com/miguelam-css/dataviz # Conflicts: # _projects/2025/100569505/100569505.Rmd # _projects/2025/100569505/100569505.html
…ixed it (I think). This comit includes the third legend (north arrow, text, and box), and next step is the scale.
…e how to get what a km is within my map.
…g with gimp. I could worsen the scale by increasing the horizontal line a couple of pixels. Next steps: - Worsen scale - Clean the document and fix the writting to create the final version.
…shed. Next step: - Clean and organize text to get it ready for the final version.
… downloaded Calgary's .pbf file. I've also written down some ideas for alternatives/improvements. Next step: - Calculate car travel times with r5r.
…n't finish. Next step: I need to fix the formats of the inputs for function travel_time_matrix.
…manipulation, and plotted it.
…kground, but I just couldn't come up with a way that doesn't look absolutely terrible. I then moved on to plotting travel time by bike as isochrones, as Iñaki suggested, which seems more promising. There's still work to do there.
…rones (travel time by bike, 20' isochrones), keep same values as original for time differences. I plotted a dark and bright version, still have to decide. Next step: adding new legends for isochrones.
…end to isochrones and fill isochrone holes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First version. Just getting used to how this works.