Skip to content

Instantly share code, notes, and snippets.

@daveisfera
Last active September 24, 2020 03:10
Show Gist options
  • Select an option

  • Save daveisfera/263609aa7f8231cddc715d28bfb2eb09 to your computer and use it in GitHub Desktop.

Select an option

Save daveisfera/263609aa7f8231cddc715d28bfb2eb09 to your computer and use it in GitHub Desktop.

Revisions

  1. daveisfera revised this gist Sep 24, 2020. 2 changed files with 138 additions and 0 deletions.
    45 changes: 45 additions & 0 deletions simplified_bad.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,45 @@
    {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -83.893002,
    34.208737
    ],
    [
    -83.910689,
    34.202197
    ],
    [
    -83.924369,
    34.2159
    ],
    [
    -83.88547,
    34.266682
    ],
    [
    -83.893002,
    34.208737
    ]
    ],
    [
    [
    -83.887885,
    34.211636
    ],
    [
    -83.887909,
    34.211599
    ],
    [
    -83.887862,
    34.211667
    ],
    [
    -83.887885,
    34.211636
    ]
    ]
    ]
    }
    93 changes: 93 additions & 0 deletions simplified_good.geojson
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,93 @@
    {
    "type": "Polygon",
    "coordinates": [
    [
    [
    -83.893002,
    34.208737
    ],
    [
    -83.910689,
    34.202197
    ],
    [
    -83.924369,
    34.2159
    ],
    [
    -83.902682,
    34.211843
    ],
    [
    -83.890188,
    34.226446
    ],
    [
    -83.903501,
    34.231896
    ],
    [
    -83.88547,
    34.266682
    ],
    [
    -83.881101,
    34.243561
    ],
    [
    -83.85888,
    34.2499
    ],
    [
    -83.869169,
    34.230674
    ],
    [
    -83.854523,
    34.238442
    ],
    [
    -83.858272,
    34.210901
    ],
    [
    -83.876482,
    34.215178
    ],
    [
    -83.876917,
    34.199832
    ],
    [
    -83.885138,
    34.195225
    ],
    [
    -83.879441,
    34.213275
    ],
    [
    -83.893002,
    34.208737
    ]
    ],
    [
    [
    -83.887885,
    34.211636
    ],
    [
    -83.887909,
    34.211599
    ],
    [
    -83.887862,
    34.211667
    ],
    [
    -83.887885,
    34.211636
    ]
    ]
    ]
    }
  2. daveisfera revised this gist Sep 22, 2020. 1 changed file with 12541 additions and 0 deletions.
    12,541 changes: 12,541 additions & 0 deletions oakwood_data.json
    12,541 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.
  3. daveisfera revised this gist Sep 22, 2020. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions oakwood.geojson
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    {
    "geometry": {
    "type": "MultiPolygon",
    "coordinates": [
    [
    @@ -12537,5 +12536,4 @@
    ]
    ]
    ]
    }
    }
  4. daveisfera created this gist Sep 22, 2020.
    12,541 changes: 12,541 additions & 0 deletions oakwood.geojson
    12,541 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.