Skip to content

Commit 816c132

Browse files
authored
Merge pull request #548 from cmu-delphi/fix-safegraph-patterns-typo
Fix typos in DETAILS in safegraph_patterns pipeline
2 parents 8a20533 + 3ad430d commit 816c132

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

safegraph_patterns/DETAILS.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
# Patterns Dataset in Safegraph Mobility Data
1+
# Weekly Patterns Dataset in SafeGraph Mobility Data
22

3-
We import Zip Code-level raw mobility indicators from Safegraph **Weekly
3+
We import Zip Code-level raw mobility indicators from SafeGraph **Weekly
44
Patterns** dataset, calculate functions of the raw data, and then aggregate
55
he data to the county, hrr, msa and state levels.
66

77
## Brand Information
8-
Safegraph provides daily number of visits to points of interest (POIs) in Weekly
9-
Patterns datasets which is documanted [here](https://docs.safegraph.com/docs/weekly-patterns).
8+
SafeGraph provides daily number of visits to points of interest (POIs) in Weekly
9+
Patterns datasets which is documented [here](https://docs.safegraph.com/docs/weekly-patterns).
1010
Base information such as location name, address, category, and brand association
1111
for POIs are provided in **Places Schema** dataset which is documented [here]
12-
(https://docs.safegraph.com/docs/places-schema). Safegraph does not update their
12+
(https://docs.safegraph.com/docs/places-schema). SafeGraph does not update their
1313
list of POIs frequently but there does exist versioning issue. The release
1414
version can be found in `release-metadata` in Weekly Patterns dataset and there
15-
are correspounding `brand_info.csv` provided in Places Schema dataset. To save
15+
are corresponding `brand_info.csv` provided in Places Schema dataset. To save
1616
storage space, we do not download the whole Places Schema dataset, but only add
17-
new necesary `brand_info.csv` in `./statics` with suffix YYYYMM(release version).
17+
new necessary `brand_info.csv` in `./statics` with suffix YYYYMM(release version).
1818

1919
## Geographical Levels
2020
* `county`: reported using zero-padded FIPS codes (consistency with the
2121
other COVIDcast data)
22-
* `msa`: reported using cbsa (consistent with all other COVIDcast sensors)
22+
* `msa`: reported using CBSA (consistent with all other COVIDcast sensors)
2323
* `hrr`: reported using HRR number (consistent with all other COVIDcast sensors)
2424
* `state`: reported using two-letter postal code
2525

2626
## Metrics, Level 1 (`m1`)
27-
* `bars_visit`: The number of visits to bars(places with naics code = 722410)
28-
* `restaurants_visit`: The number of visits to restaurants(places with naics
27+
* `bars_visit`: The number of visits to bars(places with NAICS code = 722410)
28+
* `restaurants_visit`: The number of visits to restaurants(places with NAICS
2929
code = 722511)
3030

3131
## Metrics, Level 2 (`m2`)
32-
* `num`: number of new deaths on a given week
32+
* `num`: number of visits in a given week
3333
* `prop`: `num` / population * 100,000 (Notice the population here only includes
3434
population aggregated at Zip Code level. If there are no POIs for a certain
3535
Zip Code, the population there won't be considered.)
3636

3737

3838
## API Key
3939

40-
We access the Safegraph data using an AWS key-secret pair which is valid
40+
We access the SafeGraph data using an AWS key-secret pair which is valid
4141
until June 15, 2021. The AWS credentials have been issued under
42-
@huisaddison's Safegraph Data Catalog account.
42+
@huisaddison's SafeGraph Data Catalog account.

0 commit comments

Comments
 (0)