Skip to content

Bounding Box

Victor San Kho Lin edited this page Apr 29, 2017 · 1 revision

Bounding Box

Melbourne

[144.6075439453,-38.395491533, 145.2035522461,-37.5990001506]

http://bl.ocks.org/d/321dea6a84864c1d2c7db3dc6cb8395f

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              144.6075439453,
              -38.395491533
            ],
            [
              145.2035522461,
              -38.395491533
            ],
            [
              145.2035522461,
              -37.5990001506
            ],
            [
              144.6075439453,
              -37.5990001506
            ],
            [
              144.6075439453,
              -38.395491533
            ]
          ]
        ]
      }
    }
  ]
}

Sydney

[150.655517578125, -34.107256396631186, 151.32293701171875, -33.58373523046863]

http://bl.ocks.org/d/a8aa8eb38e9c5b4a7175d653250433c7

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              150.655517578125,
              -34.107256396631186
            ],
            [
              151.32293701171875,
              -34.107256396631186
            ],
            [
              151.32293701171875,
              -33.58373523046863
            ],
            [
              150.655517578125,
              -33.58373523046863
            ],
            [
              150.655517578125,
              -34.107256396631186
            ]
          ]
        ]
      }
    }
  ]
}

Brisbane

[152.89260864257812, -27.602628403138915, 153.20159912109375, -27.335175050009422]

http://bl.ocks.org/d/5bae244e2321ca4360022414a70ed13b

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              152.89260864257812,
              -27.602628403138915
            ],
            [
              153.20159912109375,
              -27.602628403138915
            ],
            [
              153.20159912109375,
              -27.335175050009422
            ],
            [
              152.89260864257812,
              -27.335175050009422
            ],
            [
              152.89260864257812,
              -27.602628403138915
            ]
          ]
        ]
      }
    }
  ]
}

Adelaida

[138.45863342285156, -35.02943410628852, 138.76419067382812, -34.74781887783447]

http://bl.ocks.org/d/6d8dbde9b04e180153e6c17e2cc2b003

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              138.45863342285156,
              -35.02943410628852
            ],
            [
              138.76419067382812,
              -35.02943410628852
            ],
            [
              138.76419067382812,
              -34.74781887783447
            ],
            [
              138.45863342285156,
              -34.74781887783447
            ],
            [
              138.45863342285156,
              -35.02943410628852
            ]
          ]
        ]
      }
    }
  ]
}

Perth

[115.70663452148439, -32.169800388803544, 116.07467651367188, -31.72115854289847]

http://bl.ocks.org/d/83bc25a1a4fa5eb221e34caf215ba8e2

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              115.70663452148439,
              -32.169800388803544
            ],
            [
              116.07467651367188,
              -32.169800388803544
            ],
            [
              116.07467651367188,
              -31.72115854289847
            ],
            [
              115.70663452148439,
              -31.72115854289847
            ],
            [
              115.70663452148439,
              -32.169800388803544
            ]
          ]
        ]
      }
    }
  ]
}

Darwin

[130.8025360107422, -12.473118034470598, 130.9237289428711, -12.358112312610624]

http://bl.ocks.org/d/8cbfa3394c44c8ad8ea69b3d2ca54703

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              130.8025360107422,
              -12.473118034470598
            ],
            [
              130.9237289428711,
              -12.473118034470598
            ],
            [
              130.9237289428711,
              -12.358112312610624
            ],
            [
              130.8025360107422,
              -12.358112312610624
            ],
            [
              130.8025360107422,
              -12.473118034470598
            ]
          ]
        ]
      }
    }
  ]
}
Clone this wiki locally