Skip to content

Commit

Permalink
tidy up crew
Browse files Browse the repository at this point in the history
remove images and rename new_site build set up
  • Loading branch information
natesheehan committed May 19, 2021
1 parent 97c923c commit 9e33b55
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion code/build.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (new_site) {
# [1] "site_name" "full_name" "main_local_authority"
# [4] "is_complete" "dwellings_when_complete" "planning_url"
# [7] "geometry"
site = sf::read_sf("crick.geojson")
site = sf::read_sf("map.geojson")
sf::st_crs(site) = 4326
site$main_local_authority = add_la(site)
site_names_to_build = site$site_name
Expand Down
1 change: 0 additions & 1 deletion crick.geojson

This file was deleted.

Binary file removed crickle.png
Binary file not shown.
Binary file removed cricklewood new route.png
Binary file not shown.

1 comment on commit 9e33b55

@Robinlovelace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loving the commit messages 🎉

Please sign in to comment.