You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 30, 2021. It is now read-only.
Replace cds dist reports with li s3 reports (#1067)
* Replace yarn start and yarn timeseries to pull down Li reports from s3 to dist.
* Update build.js to use Li v1 reports.
* Disable rating, crosscheck, and map on location detail page.
* Change covidatlas/data page to pull files from s3.
* Change download links to reflect available Li reports.
<p class="spectrum-Body spectrum-Body--S">Our <a class="spectrum-Link" href="/sources">data transparency rating</a> is based on the granularity, completeness, and technical format of this data source.</p>
130
140
${ratingTemplate(rating)}
131
141
</section>
132
142
`;
143
+
}
133
144
145
+
// TODO (covidatlas) crosscheckReport temporarily disabled during cutover to Li.
<p class="spectrum-Body spectrum-Body--L">COVID Atlas data is de-duplicated, cross-checked against other sources, and annotated with population data and GeoJSON features. Currently, COVID Atlas crawls and aggregates data from over 150 sources, <strong>covering more 500 states and regions, 3000 counties, and municipalities, and 190 countries</strong>.</p>
34
49
<p class="spectrum-Body spectrum-Body--L">The consolidated, multi-format dataset of granular COVID-19 case information is available in the public domain for anyone to view, download, or access via an API.</p>
35
50
<p class="spectrum-Body spectrum-Body--L">We encourage scientists, researchers, developers, journalists, and anyone else to analyze this dataset, use it to create models and projections, create visualizations, or identify errors and missing data.</p>
<p class="spectrum-Body spectrum-Body--M">Documentation for the reports is available <a href="https://github.com/covidatlas/li/blob/master/docs/reports-v1.md">on GitHub.</a></p>
0 commit comments