Skip to content

Commit

Permalink
fix geomarker name for url
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarasnick committed Oct 18, 2021
1 parent f402fb4 commit e0c46da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/degauss_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENTRYPOINT ["/app/entrypoint.R"]
```{r rscript, eval = FALSE, echo = FALSE}
#!/usr/local/bin/Rscript
dht::greeting(geomarker_name = 'Spatiotemporal Census Tract',
dht::greeting(geomarker_name = 'st_census_tract',
version = '0.0.3',
description = 'links geocoded coordinates with date ranges to cooresponding census tracts from the appropriate vintage')
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/local/bin/Rscript

dht::greeting(geomarker_name = 'Spatiotemporal Census Tract',
dht::greeting(geomarker_name = 'st_census_tract',
version = '0.0.3',
description = 'links geocoded coordinates with date ranges to cooresponding census tracts from the appropriate vintage')

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# st_census_tract <a href='https://degauss.org'><img src='https://github.com/degauss-org/degauss_template/raw/master/DeGAUSS_hex.png' align='right' height='138.5' /></a>

> link geocoded coordinates with date ranges to corresponding census tracts from the appropriate census geography vintage
> link geocoded coordinates with date ranges to cooresponding census tracts from the appropriate vintage
[![Docker Build Status](https://img.shields.io/docker/automated/degauss/st_census_tract)](https://hub.docker.com/repository/docker/degauss/st_census_tract/tags)
[![GitHub Latest Tag](https://img.shields.io/github/v/tag/degauss-org/st_census_tract)](https://github.com/degauss-org/st_census_tract/releases)
Expand Down
7 changes: 7 additions & 0 deletions test/my_address_file_geocoded_st_census_tract_v0.0.3.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
id,lat,lon,start_date,end_date,census_tract_vintage,census_tract_id
55001310120,NA,NA,NA,NA,NA,NA
55000100280,39.19674,-84.582601,2017-03-01,2017-03-08,2010,39061020811
55000100281,39.28765,-84.510173,2012-01-30,2012-02-06,2010,39061021505
55000100282,39.158521,-84.417572,2020-12-01,2020-12-08,2020,39061027600
55000100283,39.158521,-84.417572,2019-12-27,2019-12-31,2010,39061005400
55000100283,39.158521,-84.417572,2020-01-01,2020-01-03,2020,39061027600

0 comments on commit e0c46da

Please sign in to comment.