Skip to content

Commit a886613

Browse files
ajaitscopybara-github
authored andcommitted
Add official India boundary with property geoJsonCoordinatesIndia
PiperOrigin-RevId: 867555374
1 parent 3a5cd03 commit a886613

1 file changed

Lines changed: 29 additions & 1 deletion

File tree

core/dcschema.mcf

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,34 @@ description: "Simplified geographical boundary of a place in GeoJSON format. Cre
643643
domainIncludes: schema:Place
644644
rangeIncludes: schema:Text
645645

646+
Node: dcid:geoJsonCoordinatesIndia
647+
typeOf: schema:Property
648+
name: "geoJsonCoordinatesIndia"
649+
description: "Geographical boundary of a place in GeoJSON format with official Indian boundary."
650+
domainIncludes: schema:Place
651+
rangeIncludes: schema:Text
652+
653+
Node: dcid:geoJsonCoordinatesIndiaDP1
654+
typeOf: schema:Property
655+
name: "geoJsonCoordinatesIndiaDP1"
656+
description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.01."
657+
domainIncludes: schema:Place
658+
rangeIncludes: schema:Text
659+
660+
Node: dcid:geoJsonCoordinatesIndiaDP2
661+
typeOf: schema:Property
662+
name: "geoJsonCoordinatesIndiaDP2"
663+
description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.03."
664+
domainIncludes: schema:Place
665+
rangeIncludes: schema:Text
666+
667+
Node: dcid:geoJsonCoordinatesIndiaDP3
668+
typeOf: schema:Property
669+
name: "geoJsonCoordinatesIndiaDP3"
670+
description: "Simplified geographical boundary of a place in GeoJSON format. Created by running the Ramer-Douglas-Peucker algorithm on geoJsonCoordinatesIndia with epsilon of 0.05."
671+
domainIncludes: schema:Place
672+
rangeIncludes: schema:Text
673+
646674
Node: CriminalActivities
647675
dcid: "CriminalActivities"
648676
typeOf: schema:Class
@@ -5619,7 +5647,7 @@ rangeIncludes: dcs:OriginBackgroundTypeEnum
56195647
Node: dcid:LanguageSpokenAtHomeEnum
56205648
typeOf: schema:Class
56215649
subClassOf: schema:Enumeration
5622-
name: "Language Spoken At Home Enum"
5650+
name: "LanguageSpokenAtHomeEnum"
56235651

56245652
Node: dcid:OriginBackgroundTypeEnum
56255653
typeOf: schema:Class

0 commit comments

Comments
 (0)