Skip to content

Commit

Permalink
Add source info including contact, email, and phone for Bristol UK, S…
Browse files Browse the repository at this point in the history
…eattle, WA, USA, Berkeley, CA, USA (#20)
  • Loading branch information
zoobot committed Feb 8, 2023
1 parent db5668b commit 0b5e28b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
4 changes: 2 additions & 2 deletions sources/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export default [
filename: null,
gdal_options: null,
license: null,
email: null,
contact: null,
email: "[email protected]",
contact: "Trees for Streets",
crosswalk: {
dbh: "dbh",
height: "crown_height",
Expand Down
33 changes: 16 additions & 17 deletions sources/usa.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,22 +455,20 @@ export default [
filename: null,
gdal_options: null,
license: null,
email: null,
contact: null,
email: '[email protected]',
phone: 5109816660,
contact: "City of Berkeley Department of Parks, Recreation & Waterfront",
crosswalk: {
common: 'Common_Nam',
scientific: 'SPECIES',
height: "HEIGHT_FT",
dbh: "DBH_IN",
ref: 'SiteID',
address: x => `${x.STRT_NUM} ${x.STRT_NAM}`,
dbh:' DBH_IN',
height: 'HEIGHT_FT',
health: x => numeric(Math.round(Number(x.CONDITION)/10)),
note: 'NOTE',
gps_date: 'GPS_Date',
location: 'LOCATION',
spread: 'SPREAD',
common: "common_nam",
idReference: "siteid",
scientific: "scientific_name",
species: "species",
height: "height_ft",
spread: "spread_ft",
location: "location",
note: "note",
health: "condition",
address: (x) => `${x.strt_num} ${x.strt_name}`,
},
},
{
Expand Down Expand Up @@ -696,8 +694,9 @@ export default [
filename: null,
gdal_options: null,
license: null,
email: null,
contact: null,
email: "[email protected]",
phone: 2066848733,
contact: "Trees for Seattle",
crosswalk: {
ref: "UNITID",
health: "CONDITION",
Expand Down

0 comments on commit 0b5e28b

Please sign in to comment.