This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBechle_LUR.html
132 lines (106 loc) · 7 KB
/
Bechle_LUR.html
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE html>
<!-- saved from url=(0050)http://getbootstrap.com/examples/navbar-fixed-top/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Bechle LUR Data</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar-fixed-top.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://spatialmodel.com/concentrations/"><object data="svg/textLogo.svg" type="image/svg+xml">Empirical Model Database</object></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li><a href="#annual">Annual NO<sub>2</sub></a></li>
<li><a href="#monthly">Monthly NO<sub>2</sub></a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<!-- Main component for a primary marketing message or call to action -->
<div class="row">
<div class="col-md-12">
<h2>Model Estimates from <a href="http://dx.doi.org/10.1021/acs.est.5b02882">Bechle et al., 2016</a> Land Use Regression</h2>
<h3><a href="mailto: [email protected]">Matthew Bechle</a> | <a href="mailto: [email protected]">Dylan Millet</a> | <a href="mailto: [email protected]">Julian Marshall</a> </h3>
<p>This page provides NO<sub>2</sub> estimates at the centroid location for every year-2000 U.S. Census block (~8 million) in the continental United States. We also provide U.S. Census block group and tract level estimates, calculated as the mean of all block centroid predictions within each block group or tract.</p>
</div>
</div>
<hr id="annual">
<div class="row">
<div class="col-md-12">
<h3>Annual LUR Model Estimates</h3>
<p><b>Year-2006 base LUR model estimates</b></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_basemodel/README.txt">Readme</a> file</p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_basemodel/Bechle_LUR_2006_annual_model.txt">Block level data (389 MB)</a></p>
<br>
<p><b>2000-2010 annual LUR model estimates</b></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Annual.txt">Block level data (1.2 GB)</a></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blockgroups/BechleLUR_BlockGroup_Annual.txt">Block group level data (31 MB)</a></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_tracts/BechleLUR_Tract_Annual.txt">Tract level data (10 MB)</a></p>
</div>
</div>
<hr id="monthly">
<div class="row">
<div class="col-md-12">
<h3>Monthly LUR Model Estimates</h3>
<p><b>2000-2010 monthly LUR model estimates</b></p>
<p>Block level data (1.3 GB per file):
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2000.txt">2000</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2001.txt">2001</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2002.txt">2002</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2003.txt">2003</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2004.txt">2004</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2005.txt">2005</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2006.txt">2006</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2007.txt">2007</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2008.txt">2008</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2009.txt">2009</a>;
<a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blocks/BechleLUR_Block_Monthly_2010.txt">2010</a></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_blockgroups/BechleLUR_BlockGroup_Monthly.txt">Block group level data (294 MB)</a></p>
<p><a href="https://github.com/spatialmodel/concentrations/releases/download/Bechle_tracts/BechleLUR_Tract_Monthly.txt">Tract level data (92 MB)</a></p>
</div>
</div>
<hr>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery-2.2.3.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-2.2.3.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77118642-3', 'auto');
ga('send', 'pageview');
</script>
</body></html>