Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #231 from OpenDataPolicingNC/dev
Browse files Browse the repository at this point in the history
Prod Release for 3/23
  • Loading branch information
mlavin committed Mar 23, 2018
2 parents 77c633b + 614070a commit 7e7cf84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion md/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_URL = 'https://s3-us-west-2.amazonaws.com/openpolicingdata/MD_Traffic_Stops_through_20161003.zip' # noqa
DEFAULT_URL = 'https://s3-us-west-2.amazonaws.com/openpolicingdata/md/merged/MD_Traffic_Stops_through_20171231.zip' # noqa
14 changes: 7 additions & 7 deletions md/templates/md.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ <h4>View Agency Dashboard</h4>
<th class="text-right">Stops</th>
</tr>
<tr>
<td><a href="{% url "md:agency-detail" "77" %}">Maryland State Police</a></td>
<td><a href="{% url "md:agency-detail" "79" %}">Maryland State Police</a></td>
<td class="text-right">809,284</td>
</tr>
<tr>
<td><a href="{% url "md:agency-detail" "80" %}">Montgomery County Police Department</a></td>
<td><a href="{% url "md:agency-detail" "83" %}">Montgomery County Police Department</a></td>
<td class="text-right">291,713</td>
</tr>
<tr>
<td><a href="{% url "md:agency-detail" "10" %}">Baltimore County Police Department</a></td>
<td class="text-right">268,218</td>
</tr>
<tr>
<td><a href="{% url "md:agency-detail" "79" %}">Maryland Transportation Authority Police</a></td>
<td><a href="{% url "md:agency-detail" "81" %}">Maryland Transportation Authority Police</a></td>
<td class="text-right">227,694</td>
</tr>
<tr>
Expand Down Expand Up @@ -133,19 +133,19 @@ <h4>View Agency Dashboard</h4>
<table class='table table-condensed table-hover'>
<tr>
<th>Timeframe</th>
<td>Jan 1 2013 - October 2, 2016</td>
<td>Jan 1 2013 - Dec 31, 2017</td>
</tr>
<tr>
<th>Stops</th>
<td>2,819,384</td>
<td>3,782,094</td>
</tr>
<tr>
<th>Searches</th>
<td>83,820</td>
<td>113,961</td>
</tr>
<tr>
<th>Agencies</th>
<td>127</td>
<td>131</td>
</tr>
</table>
{% endblock dataset-facts %}

0 comments on commit 7e7cf84

Please sign in to comment.