Skip to content

Commit a2e7804

Browse files
committed
Initial commit.
0 parents  commit a2e7804

12 files changed

+12901
-0
lines changed

.github/CODE_OF_CONDUCT.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Code of Conduct
2+
We like to keep things simple here.
3+
4+
- **Be courteous** in your interactions with others; we'd like to remain as laid back as possible and build cool things. If you think Trump would tweet it, then it may not be the way you want to get your message across.
5+
- **Value opinions** -- disagreements can be a great tool to reason about your ideas and to get an glimpse into the ideas of others. Let's work to understand where others are coming from and reach productive conclusions.
6+
- **Don't discriminate** -- everyone who writes code is welcome to do so.
7+
- Finally, **be awesome**! It is a great thing to be able to write code, it can be difficult to share code with the world. We respect that, and hope there's something that you learn, and perhaps can teach us on the way.
8+
9+
This code of conduct is a short adaptation of the [Open Code of Conduct](http://todogroup.org/opencodeofconduct/).

.github/CONTRIBUTING.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Contributing.
2+
3+
###### LEGAL FORMALITIES
4+
By creating a pull request (which may or may not be approved) you are agreeing that you have sole owenership of the intellectual property rights of the submission of code, image assets, data or any variant thereof and that you are not making submissions in the course of work for your employer who may prohibit the sharing of material that is created while under their employment.
5+
6+
Alternatively, if you making a submission during the course of work for your employer for whom submissions must be sanctioned, you agree that you have adequate permission to make submissions and to enter this agreement on behalf of your employer.
7+
8+
###### CREATING A GOOD PULL REQUEST
9+
It is desirable, thought not absolutely neccessary that the following boxes are checked.
10+
- Ensure that your code is based on a fairly recent child of the master branch.
11+
- Have clear commit messages, this makes it easy to identify what changes were made when.
12+
- Include additional tests if required. This ensures that individual components behave as expected and if there are any future changes, that they do not break your code unknowingly.
13+
- Ensure that you've read the [code of conduct](./CODE_OF_CONDUCT.md)!

.github/PULL_REQUEST_TEMPLATE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
**Issue**: #
2+
3+
**Proposed changes**:
4+
- E.g: Added a new visualization layer for the bicycle paths.
5+
6+
**Notes**:
7+
- Remove if not-applicable.
8+
9+
**Validation**:
10+
- [ ] I have read the contribution agreement.

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Visual-UofT
2+
Visualizing the "University" neighborhood via Kepler.GL
3+
4+
5+
![Screenshot of the visualization from Kepler.GL](assets/image.png)
6+
7+
8+
#### INSTRUCTIONS
9+
10+
The Kepler Config file can be found under the main repo directory as the file `keplergl.json`. You can feed this json directly into the Kepler.GL site to begin playing around with the data.
11+
12+
1. Navigate to the Kepler.GL demo website: http://kepler.gl/demo
13+
2. Select the "Load Map using URL" tab.
14+
3. Enter the following URL: `https://raw.githubusercontent.com/Karn/visual-uoft/master/keplergl.json`
15+
4. Click/tap "Fetch" to load the map.
16+
17+
#### CONTRIBUTING
18+
There are many ways to [contribute](./.github/CONTRIBUTING.md), you can
19+
- submit bugs or improve the visualization,
20+
- help track issues,
21+
- review code changes.

assets/image.png

1.2 MB
Loading

0 commit comments

Comments
 (0)