Home
last modified time | relevance | path

Searched full:geojson (Results 1 – 25 of 91) sorted by relevance

1234

/aosp_15_r20/external/timezone-boundary-builder/
H A Dindex.js5 var area = require('@mapbox/geojson-area')
208 var geoJsonToGeom = function (geoJson) { argument
210 return geoJsonReader.read(JSON.stringify(geoJson))
212 console.error('error converting geojson to geometry')
213 fs.writeFileSync('debug_geojson_read_error.json', JSON.stringify(geoJson))
283 var err = new Error('Invalid geojson for boundary: ' + boundaryId)
311 console.error('Invalid geojson received in Overpass Result')
322 console.error('error converting overpass result to geojson')
338 console.error('error writing combined border to geojson')
360 var geoJson
[all …]
H A DREADME.md12 …se 2018d shapefiles are available with or without oceans. Each shape or geojson object has a sing…
80 + `--skip_shapefile` - do not create the shapefile from the geojson file
82 + `--skip_zip` - do not zip the generated geojson files
89 …release, outputs one huge geojson file, and finally zips up the geojson file using the `zip` cli a…
H A DCHANGELOG.md117 * Shapefiles and geojson are now outputted as with or without oceans
125 * Using geojsonhint and writing problematic geojson to a pretty-printed file.
142 * Remove small holes and reduce geojson precision. ([#11](https://github.com/evansiroky/timezone-bo…
H A Dpackage-lock.json55 "@mapbox/geojson-area": {
57 "resolved": "https://registry.npmjs.org/@mapbox/geojson-area/-/geojson-area-0.2.2.tgz",
1122 "geojson-area": {
1124 "resolved": "https://registry.npmjs.org/geojson-area/-/geojson-area-0.1.0.tgz",
1130 "geojson-numeric": {
1132 "resolved": "https://registry.npmjs.org/geojson-numeric/-/geojson-numeric-0.2.0.tgz",
1149 "geojson-rewind": {
1151 "resolved": "https://registry.npmjs.org/geojson-rewind/-/geojson-rewind-0.1.0.tgz",
1155 "geojson-area": "0.1.0",
2194 "geojson-numeric": "0.2.0",
[all …]
/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DGeoJsonTzToTzS2Polygons.java37 import org.geojson.Feature;
38 import org.geojson.FeatureCollection;
39 import org.geojson.Geometry;
40 import org.geojson.LngLatAlt;
41 import org.geojson.MultiPolygon;
42 import org.geojson.Polygon;
63 * An executable class that takes a geojson file produced by the external/timezone-boundary-builder
95 description = "The input geojson file to parse",
244 // There's a problem with geojson in that the order of coordinates is undefined, in createS2Polygon()
262 // It appears to be normal for geojson to have the first and last point be the same. S2Loop in createS2Loop()
[all …]
/aosp_15_r20/external/geojson-jackson/
H A Dpom.xml11 <artifactId>geojson-jackson</artifactId>
16 <name>GeoJson POJOs for Jackson </name>
17 <url>https://github.com/opendatalab-de/geojson-jackson</url>
18 <description>A collection of Java POJOs for GeoJson</description>
21 <connection>scm:git:git://github.com/opendatalab-de/geojson-jackson.git</connection>
22 …<developerConnection>scm:git:ssh://[email protected]:/opendatalab-de/geojson-jackson.git</developerCo…
23 <tag>geojson-jackson-1.14</tag>
H A DREADME.md1 GeoJson POJOs for Jackson
4 A small package of all GeoJson POJOs (Plain Old Java Objects) for serializing and
10 If you know what kind of object you expect from a GeoJson file you can directly read it like this:
18 If you want to read any GeoJson file read the value as GeoJsonObject and then test for the contents…
38 Writing Json is even easier. You just have to create the GeoJson objects and pass them to the Jacks…
55 <artifactId>geojson-jackson</artifactId>
H A DMETADATA1 name: "geojson-jackson"
3 "A small package of all GeoJson POJOs (Plain Old Java Objects) for "
9 value: "https://github.com/opendatalab-de/geojson-jackson"
13 value: "https://github.com/opendatalab-de/geojson-jackson.git"
/aosp_15_r20/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/
H A DPolyline.java193 * Specifies a polyline using the [GeoJSON LineString
209 * Specifies a polyline using the [GeoJSON LineString
228 * Specifies a polyline using the [GeoJSON LineString
802 * Specifies a polyline using the [GeoJSON LineString
818 * Specifies a polyline using the [GeoJSON LineString
844 * Specifies a polyline using the [GeoJSON LineString
867 * Specifies a polyline using the [GeoJSON LineString
887 * Specifies a polyline using the [GeoJSON LineString
919 * Specifies a polyline using the [GeoJSON LineString
945 * Specifies a polyline using the [GeoJSON LineString
[all …]
H A DPolylineOrBuilder.java70 * Specifies a polyline using the [GeoJSON LineString
83 * Specifies a polyline using the [GeoJSON LineString
96 * Specifies a polyline using the [GeoJSON LineString
/aosp_15_r20/external/geojson-jackson/src/main/java/org/geojson/
H A DLngLatAlt.java1 package org.geojson;
5 import org.geojson.jackson.LngLatAltDeserializer;
6 import org.geojson.jackson.LngLatAltSerializer;
37 * http://geojson.org/geojson-spec.html#positions
/aosp_15_r20/external/geojson-jackson/src/test/java/org/geojson/jackson/
H A DCrsTest.java1 package org.geojson.jackson;
4 import org.geojson.Crs;
5 import org.geojson.GeoJsonObject;
6 import org.geojson.Point;
H A DLineStringTest.java1 package org.geojson.jackson;
4 import org.geojson.LineString;
5 import org.geojson.LngLatAlt;
6 import org.geojson.MultiPoint;
H A DMultiPoligonTest.java1 package org.geojson.jackson;
4 import org.geojson.LngLatAlt;
5 import org.geojson.MultiPolygon;
6 import org.geojson.Polygon;
H A DPointTest.java1 package org.geojson.jackson;
5 import org.geojson.GeoJsonObject;
6 import org.geojson.LngLatAlt;
7 import org.geojson.Point;
H A DGeoJsonObjectTest.java1 package org.geojson.jackson;
4 import org.geojson.GeoJsonObject;
5 import org.geojson.GeoJsonObjectVisitor;
H A DMultiLineStringTest.java1 package org.geojson.jackson;
4 import org.geojson.LngLatAlt;
5 import org.geojson.MultiLineString;
H A DMultiPointTest.java1 package org.geojson.jackson;
4 import org.geojson.LngLatAlt;
5 import org.geojson.MultiPoint;
H A DPolygonTest.java1 package org.geojson.jackson;
4 import org.geojson.LngLatAlt;
5 import org.geojson.Polygon;
H A DLngLatAltSerializerTest.java1 package org.geojson.jackson;
3 import org.geojson.LngLatAlt;
/aosp_15_r20/external/geojson-jackson/src/test/java/org/geojson/
H A DFeatureTest.java1 package org.geojson;
21 // http://geojson.org/geojson-spec.html#feature-objects in itShouldSerializeFeature()
/aosp_15_r20/packages/modules/GeoTZ/
Drun-data-pipeline.sh49 # Only process a subset of zone IDs from the geojson input file.
135 # Step 0: Preparation, unpack the geojson file into the working dir.
136 ZIPPED_BOUNDARY_FILE=${TZBB_DATA_DIR}/timezones.geojson.zip
141 unzip -o ${TZBB_DATA_DIR}/timezones.geojson.zip -d ${WORKING_DIR_ROOT}/dist/
/aosp_15_r20/external/geonames/export/dump/
H A Dreadme.txt95 geoJson: The boundary in geoJson format
98 …r to the abovementioned file, but fully in geojson format. The geonameId is a feature property in …
/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp68 // Converts geojson time zone boundaries (from timezone-boundary-builder) to TzS2Polygon proto
158 // A host library containing geojson-jackson and all its dependencies.
162 "geojson-jackson",
/aosp_15_r20/external/aws-sdk-java-v2/services/sagemakergeospatial/src/main/resources/codegen-resources/
H A Dservice-2.json437 …"documentation":"<p>A GeoJSON object representing the geographic extent in the coordinate space.</…
455 …"documentation":"<p>A GeoJSON object representing the geographic extent in the coordinate space.</…
945 "documentation":"<p>The coordinates of the GeoJson Geometry.</p>"
949 "documentation":"<p>GeoJson Geometry types like Polygon and MultiPolygon.</p>"
952 …<p>The structure representing a Geometry in terms of Type and Coordinates as per GeoJson spec.</p>"
1349 "documentation":"<p>The item Geometry in GeoJson format.</p>"
1725 …ased on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
1845 …ased on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
1848 …ased on the <a href=\"https://www.rfc-editor.org/rfc/rfc7946#section-3.1.6\">GeoJson spec</a>.</p>"
2883 …"documentation":"<p>The Amazon S3 path pointing to the GeoJSON containing the polygonal zones.</p>"

1234