forked from ChelseaKR/nearmiss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
47 lines (40 loc) · 2.68 KB
/
Copy pathNOTICE
File metadata and controls
47 lines (40 loc) · 2.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
nearmiss
Copyright 2026 Chelsea Kelly-Reif
This product is licensed under the Apache License, Version 2.0 (the "License");
you may not use this product except in compliance with the License. A copy of
the License is included in the LICENSE file at the root of this repository.
------------------------------------------------------------------------------
Independence statement
------------------------------------------------------------------------------
nearmiss is an independent, personal open-source project. It is not affiliated
with, sponsored by, or endorsed by any employer, client, city, or public
agency. It contains no proprietary or client material. It is a community-owned
evidence base for safe-streets advocacy — not a municipal 311 queue and not a
complaint inbox for any public-works department.
------------------------------------------------------------------------------
Data, privacy, and honesty
------------------------------------------------------------------------------
Precise raw reports are private and are never published or committed to version
control. The published open dataset is aggregated to public street segments,
with low-count segments withheld (k-anonymity) to protect contributor privacy
(see docs/THREAT-MODEL.md and docs/DATA-CARD.md). Every
published risk figure is exposure-normalized and carries a confidence interval;
the reporting bias of the dataset is named, not hidden (see docs/METHODOLOGY.md).
------------------------------------------------------------------------------
Third-party components
------------------------------------------------------------------------------
Leaflet (https://leafletjs.com), (c) 2010-2023 Vladimir Agafonkin and Leaflet
contributors, is vendored under web/vendor/leaflet/ for the interactive map. It
is licensed under the BSD 2-Clause License. The unmodified upstream distribution
(v1.9.4) is included so the site has no third-party code CDN dependency.
Map tiles displayed by the web UI are served by OpenStreetMap
(https://www.openstreetmap.org/copyright); map data (c) OpenStreetMap
contributors, available under the Open Database License (ODbL). Tiles are
requested by the visitor's browser at runtime and are attributed in the UI.
The real-data bridge (tools/fetch_bikemaps.py) reads public reports from
BikeMaps.org (https://bikemaps.org, SPARLab/BikeMaps). BikeMaps data is the
property of its contributors and the BikeMaps project; consult BikeMaps.org for
its terms before redistributing data derived from it.
This NOTICE file is provided for attribution under Section 4(d) of the License.
Attribution notices from within this work are included here. This NOTICE text
is for informational purposes only and does not modify the License.