-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatforms.html
More file actions
77 lines (74 loc) · 5.15 KB
/
Copy pathplatforms.html
File metadata and controls
77 lines (74 loc) · 5.15 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CADC Protocol website</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Bitter:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/Article-Clean.css">
<link rel="stylesheet" href="assets/css/Article-List.css">
<link rel="stylesheet" href="assets/css/Features-Boxed.css">
<link rel="stylesheet" href="assets/css/Footer-Dark.css">
<link rel="stylesheet" href="assets/css/Header-Dark.css">
<link rel="stylesheet" href="assets/css/Navigation-with-Button1.css">
<link rel="stylesheet" href="assets/css/scrolling-nav.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div>
<div class="header-dark">
<nav class="navbar navbar-default navigation-clean-search">
<div class="container">
<div class="navbar-header"><a class="navbar-brand navbar-link" href="#"><strong>California Data Collaborative</strong> </a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav navbar-right">
<li role="presentation"><a href="data_sharing.html" class="page-scroll">Data Sharing </a></li>
<li role="presentation"><a href="quality_control.html" class="page-scroll">Quality Control </a></li>
<li role="presentation"><a href="public_access.html" class="page-scroll">Public Access </a></li>
<li role="presentation"><a href="platforms.html" class="page-scroll">Platform and Tools </a></li>
</ul>
</div>
</div>
</nav>
<div class="container hero">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="text-center">Platforms and Tools</h1></div>
</div>
</div>
</div>
</div>
<div class="article-clean">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="intro"></div>
<div class="text">
<p>The act aims to increase "awareness by business, governmental, and nongovernmental organizations through open and transparent access to data, and improved technology and availability of open-source platforms create a unique opportunity
that California should seize upon to integrate and increase access to existing water data." </p>
<h2>Issues </h2>
<p>In order to promote understanding of water in California, the platform should provide access to the data through methods that </p>
<h2>Opportunities </h2>
<p>The California Data Collaborative has created a standard protocol for water rate information called the Open Water Rate Specification (OWRS) and is in the process of converting inconsistent rate structures into the format. The
creation of a comprehensive protocol for water rates is the first step in its adoption across water districts much like the story of <a href="http://beyondtransparency.org/chapters/part-2/pioneering-open-data-standards-the-gtfs-story/">Google Transit Feed Specification</a>.
CaDC is also in the process of building a tool to explore differences in water rates across agencies in California, using the data converted to OWRS. Such a tool would enable one to understand the differences in cost across
the state and the implication on policy for the same.</p>
<p>Tools can also be built to increase adoption of the data sharing protocols across agencies by allowing them to migrate from existing formats of water data to the adopted standards. Australia's Bureau of Management has built
<a
href="http://www.bom.gov.au/water/standards/wdtf/excelwdtf.shtml">a tool</a> that converts excel and csv files to their standard Water Data Transfer Format possibly making adoption of the newer protocols easier.</p>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
</body>
</html>