Skip to content

Commit

Permalink
Update prod golden files. (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh authored Aug 28, 2020
1 parent 190b26b commit 17dfbc2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
"overlapsWith"
],
"outLabels": [
"administrativeCapital",
"alternateName",
"archinformLocationId",
"area",
"bbcThingsId",
"containedInPlace",
"czechNkcrAutId",
"digitalElevationModel",
"elevation",
"encyclopediaBritannicaOnlineId",
"encyclopediaLarousseId",
"fips104",
Expand All @@ -25,7 +24,6 @@
"gacsId",
"geoId",
"geoJsonCoordinates",
"geoNamesId",
"gettyThesaurusOfGeographicNamesId",
"gndId",
"gnisId",
Expand All @@ -43,7 +41,6 @@
"provenance",
"quoraTopicId",
"ringgoldId",
"timezone",
"typeOf",
"unitedKingdomParliamentThesaurusId",
"unitedStatesNationalArchivesIdentifier",
Expand All @@ -63,6 +60,7 @@
"overlapsWith"
],
"outLabels": [
"administrativeCapital",
"alternateName",
"archinformLocationId",
"area",
Expand All @@ -71,8 +69,6 @@
"brockhausEncylcopediaOnlineId",
"containedInPlace",
"czechNkcrAutId",
"digitalElevationModel",
"elevation",
"encyclopediaBritannicaOnlineId",
"encyclopediaLarousseId",
"encyclopediaUniversalisId",
Expand All @@ -85,7 +81,6 @@
"gacsId",
"geoId",
"geoJsonCoordinates",
"geoNamesId",
"gettyThesaurusOfGeographicNamesId",
"gndId",
"gnisId",
Expand All @@ -106,7 +101,6 @@
"provenance",
"quoraTopicId",
"spainNationalLibraryId",
"timezone",
"typeOf",
"unitedStatesNationalArchivesIdentifier",
"viafId",
Expand Down
20 changes: 11 additions & 9 deletions golden_response/prod/get_property_values/contained_in_place.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"dcid": "geoId/0677000",
"name": "Sunnyvale",
"provenanceId": "dc/5n63hr1",
"provenanceId": "dc/sm3m2w3",
"types": [
"City"
]
Expand Down Expand Up @@ -44,25 +44,24 @@
{
"dcid": "geoId/0668000",
"name": "San Jose",
"provenanceId": "dc/5n63hr1",
"provenanceId": "dc/sm3m2w3",
"types": [
"City"
]
},
{
"dcid": "geoId/0655282",
"name": "Palo Alto",
"provenanceId": "dc/5j06ly1",
"provenanceId": "dc/5n63hr1",
"types": [
"City"
]
},
{
"dcid": "geoId/0649670",
"name": "City of Mountain View",
"provenanceId": "dc/5n63hr1",
"name": "Mountain View",
"provenanceId": "dc/sm3m2w3",
"types": [
"AdministrativeArea",
"City"
]
},
Expand Down Expand Up @@ -153,7 +152,8 @@
"name": "East Foothills",
"provenanceId": "dc/sm3m2w3",
"types": [
"City"
"City",
"Neighborhood"
]
},
{
Expand Down Expand Up @@ -185,15 +185,17 @@
"name": "Burbank",
"provenanceId": "dc/sm3m2w3",
"types": [
"City"
"City",
"Neighborhood"
]
},
{
"dcid": "geoId/0601458",
"name": "Alum Rock",
"provenanceId": "dc/sm3m2w3",
"types": [
"City"
"City",
"Neighborhood"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion golden_response/prod/get_stats/census_pep.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"2017": 81197,
"2018": 83377
},
"placeName": "City of Mountain View",
"placeName": "Mountain View",
"provenanceDomain": "census.gov"
}
}
2 changes: 1 addition & 1 deletion golden_response/prod/get_stats/median_age.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"2017": 35,
"2018": 34.9
},
"placeName": "City of Mountain View",
"placeName": "Mountain View",
"provenanceDomain": "census.gov"
}
}

0 comments on commit 17dfbc2

Please sign in to comment.