Get a list of geographic bounding box objects. GeographicBoundingBoxes have a 1:many mapping with Observations.

### Available end points:

- `/bboxes/` - Will list all GeographicBoundingBoxes in the database
- `/bboxes.json` - Will return all GeographicBoundingBoxes in json format
- `/bboxes/<object_id>/` - Returns GeographicBoundingBoxes object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `bboxName
- `eastBoundLongitude`
- `northBoundLatitude`
- `westBoundLongitude`
- `southBoundLatitude`

### How to use filters:

- `/bboxes/?bboxName=global`
- `/bboxes/?eastBoundLongitude__lt=10`
- `/bboxes/?northBoundLatitude=90`
- `/bboxes/?westBoundLongitude__lte=-40.1`
- `/bboxes.json?southBoundLatitude__gte=30`

GET /api/v2/bboxes/?format=api&offset=3100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4063,
    "next": "https://catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3200",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/bboxes/?format=api&limit=100&offset=3000",
    "results": [
        {
            "ob_id": 3928,
            "bboxName": "",
            "eastBoundLongitude": -1.844403,
            "northBoundLatitude": 53.636303,
            "westBoundLongitude": -3.013451,
            "southBoundLatitude": 50.745502
        },
        {
            "ob_id": 3929,
            "bboxName": "",
            "eastBoundLongitude": 0.366089,
            "northBoundLatitude": 51.703045,
            "westBoundLongitude": -1.910779,
            "southBoundLatitude": 50.770988
        },
        {
            "ob_id": 3930,
            "bboxName": "",
            "eastBoundLongitude": -1.552184,
            "northBoundLatitude": 52.666534,
            "westBoundLongitude": -2.238877,
            "southBoundLatitude": 50.774036
        },
        {
            "ob_id": 3931,
            "bboxName": "",
            "eastBoundLongitude": 1.49586,
            "northBoundLatitude": 51.273361,
            "westBoundLongitude": -1.909407,
            "southBoundLatitude": 50.664444
        },
        {
            "ob_id": 3932,
            "bboxName": "",
            "eastBoundLongitude": 0.485233,
            "northBoundLatitude": 52.331795,
            "westBoundLongitude": -1.890303,
            "southBoundLatitude": 50.777073
        },
        {
            "ob_id": 3933,
            "bboxName": "",
            "eastBoundLongitude": 0.35525,
            "northBoundLatitude": 51.708035,
            "westBoundLongitude": -1.898027,
            "southBoundLatitude": 50.773411
        },
        {
            "ob_id": 3934,
            "bboxName": "",
            "eastBoundLongitude": 1.943674,
            "northBoundLatitude": 51.313744,
            "westBoundLongitude": -1.918275,
            "southBoundLatitude": 50.628853
        },
        {
            "ob_id": 3935,
            "bboxName": "",
            "eastBoundLongitude": -1.481767,
            "northBoundLatitude": 52.729591,
            "westBoundLongitude": -2.26843,
            "southBoundLatitude": 50.790844
        },
        {
            "ob_id": 3936,
            "bboxName": "",
            "eastBoundLongitude": -1.827253,
            "northBoundLatitude": 53.617439,
            "westBoundLongitude": -2.680546,
            "southBoundLatitude": 50.774654
        },
        {
            "ob_id": 3937,
            "bboxName": "",
            "eastBoundLongitude": -1.545873,
            "northBoundLatitude": 52.673141,
            "westBoundLongitude": -2.298122,
            "southBoundLatitude": 50.735073
        },
        {
            "ob_id": 3938,
            "bboxName": "",
            "eastBoundLongitude": -1.575698,
            "northBoundLatitude": 52.670547,
            "westBoundLongitude": -2.282629,
            "southBoundLatitude": 50.772797
        },
        {
            "ob_id": 3939,
            "bboxName": "",
            "eastBoundLongitude": 0.345067,
            "northBoundLatitude": 51.696075,
            "westBoundLongitude": -1.917305,
            "southBoundLatitude": 50.772469
        },
        {
            "ob_id": 3940,
            "bboxName": "",
            "eastBoundLongitude": -1.83086,
            "northBoundLatitude": 53.641689,
            "westBoundLongitude": -3.01514,
            "southBoundLatitude": 50.770073
        },
        {
            "ob_id": 3941,
            "bboxName": "",
            "eastBoundLongitude": -1.993315,
            "northBoundLatitude": 53.608742,
            "westBoundLongitude": -3.014474,
            "southBoundLatitude": 52.566292
        },
        {
            "ob_id": 3942,
            "bboxName": "",
            "eastBoundLongitude": -2.033891,
            "northBoundLatitude": 53.636173,
            "westBoundLongitude": -2.53194,
            "southBoundLatitude": 50.93652
        },
        {
            "ob_id": 3943,
            "bboxName": "",
            "eastBoundLongitude": -1.258261,
            "northBoundLatitude": 50.914295,
            "westBoundLongitude": -1.959985,
            "southBoundLatitude": 50.588165
        },
        {
            "ob_id": 3944,
            "bboxName": "",
            "eastBoundLongitude": 0.349333,
            "northBoundLatitude": 51.768097,
            "westBoundLongitude": -1.839551,
            "southBoundLatitude": 50.770535
        },
        {
            "ob_id": 3945,
            "bboxName": "",
            "eastBoundLongitude": -1.618963,
            "northBoundLatitude": 52.668938,
            "westBoundLongitude": -2.269309,
            "southBoundLatitude": 50.773411
        },
        {
            "ob_id": 3946,
            "bboxName": "",
            "eastBoundLongitude": 0.334548,
            "northBoundLatitude": 51.757881,
            "westBoundLongitude": -2.111455,
            "southBoundLatitude": 50.763306
        },
        {
            "ob_id": 3947,
            "bboxName": "MOASA M312",
            "eastBoundLongitude": -1.642985,
            "northBoundLatitude": 52.669926,
            "westBoundLongitude": -2.254451,
            "southBoundLatitude": 50.772709
        },
        {
            "ob_id": 3948,
            "bboxName": "",
            "eastBoundLongitude": -1.601569,
            "northBoundLatitude": 52.66552,
            "westBoundLongitude": -2.244919,
            "southBoundLatitude": 50.775433
        },
        {
            "ob_id": 3949,
            "bboxName": "",
            "eastBoundLongitude": 0.355507,
            "northBoundLatitude": 51.767944,
            "westBoundLongitude": -1.989108,
            "southBoundLatitude": 50.770954
        },
        {
            "ob_id": 3950,
            "bboxName": "",
            "eastBoundLongitude": 0.318968,
            "northBoundLatitude": 51.684967,
            "westBoundLongitude": -1.903446,
            "southBoundLatitude": 50.77079
        },
        {
            "ob_id": 3951,
            "bboxName": "",
            "eastBoundLongitude": -1.840724,
            "northBoundLatitude": 53.6003,
            "westBoundLongitude": -2.974378,
            "southBoundLatitude": 50.771549
        },
        {
            "ob_id": 3952,
            "bboxName": "",
            "eastBoundLongitude": 0.374918,
            "northBoundLatitude": 51.770336,
            "westBoundLongitude": -1.896553,
            "southBoundLatitude": 50.763725
        },
        {
            "ob_id": 3953,
            "bboxName": "UAV Paracou",
            "eastBoundLongitude": -52.032647,
            "northBoundLatitude": 5.280352,
            "westBoundLongitude": -52.9211533,
            "southBoundLatitude": 5.262807
        },
        {
            "ob_id": 3954,
            "bboxName": "Irish Sea and Liverpool Bay",
            "eastBoundLongitude": -2.7,
            "northBoundLatitude": 56.0,
            "westBoundLongitude": -7.0,
            "southBoundLatitude": 51.0
        },
        {
            "ob_id": 3955,
            "bboxName": "",
            "eastBoundLongitude": -7.354,
            "northBoundLatitude": 59.818,
            "westBoundLongitude": -7.361,
            "southBoundLatitude": 59.809
        },
        {
            "ob_id": 3957,
            "bboxName": "",
            "eastBoundLongitude": -0.48430604,
            "northBoundLatitude": 52.35365,
            "westBoundLongitude": -4.745288,
            "southBoundLatitude": 50.5001
        },
        {
            "ob_id": 3958,
            "bboxName": "",
            "eastBoundLongitude": -0.40313503,
            "northBoundLatitude": 52.379898,
            "westBoundLongitude": -3.0796828,
            "southBoundLatitude": 50.831142
        },
        {
            "ob_id": 3959,
            "bboxName": "",
            "eastBoundLongitude": -0.44026318,
            "northBoundLatitude": 52.374634,
            "westBoundLongitude": -3.1739724,
            "southBoundLatitude": 50.7947
        },
        {
            "ob_id": 3964,
            "bboxName": "",
            "eastBoundLongitude": -0.46491534,
            "northBoundLatitude": 52.374027,
            "westBoundLongitude": -3.4201708,
            "southBoundLatitude": 51.08429
        },
        {
            "ob_id": 3965,
            "bboxName": "",
            "eastBoundLongitude": -0.409242,
            "northBoundLatitude": 52.373226,
            "westBoundLongitude": -4.088246,
            "southBoundLatitude": 50.901066
        },
        {
            "ob_id": 3966,
            "bboxName": "",
            "eastBoundLongitude": -0.44781995,
            "northBoundLatitude": 52.3398,
            "westBoundLongitude": -5.9241138,
            "southBoundLatitude": 50.621777
        },
        {
            "ob_id": 3967,
            "bboxName": "",
            "eastBoundLongitude": 0.95761174,
            "northBoundLatitude": 53.90012,
            "westBoundLongitude": -1.0788852,
            "southBoundLatitude": 51.938637
        },
        {
            "ob_id": 3968,
            "bboxName": "",
            "eastBoundLongitude": -0.40628138,
            "northBoundLatitude": 52.378803,
            "westBoundLongitude": -3.042931,
            "southBoundLatitude": 50.82463
        },
        {
            "ob_id": 3969,
            "bboxName": "",
            "eastBoundLongitude": -0.44297487,
            "northBoundLatitude": 52.368862,
            "westBoundLongitude": -3.1843429,
            "southBoundLatitude": 50.630566
        },
        {
            "ob_id": 3970,
            "bboxName": "",
            "eastBoundLongitude": -0.40552512,
            "northBoundLatitude": 52.376575,
            "westBoundLongitude": -5.4888573,
            "southBoundLatitude": 50.128326
        },
        {
            "ob_id": 3971,
            "bboxName": "",
            "eastBoundLongitude": -0.5490214,
            "northBoundLatitude": 52.30814,
            "westBoundLongitude": -3.157894,
            "southBoundLatitude": 50.588505
        },
        {
            "ob_id": 3972,
            "bboxName": "",
            "eastBoundLongitude": -0.6027913,
            "northBoundLatitude": 52.224865,
            "westBoundLongitude": -3.5021293,
            "southBoundLatitude": 50.7965
        },
        {
            "ob_id": 3973,
            "bboxName": "",
            "eastBoundLongitude": -0.5140597,
            "northBoundLatitude": 52.282993,
            "westBoundLongitude": -3.0897985,
            "southBoundLatitude": 50.73325
        },
        {
            "ob_id": 3974,
            "bboxName": "",
            "eastBoundLongitude": -0.4139234,
            "northBoundLatitude": 52.384876,
            "westBoundLongitude": -3.3093169,
            "southBoundLatitude": 50.631325
        },
        {
            "ob_id": 3975,
            "bboxName": "",
            "eastBoundLongitude": -1.26129,
            "northBoundLatitude": 52.8473,
            "westBoundLongitude": -2.53084,
            "southBoundLatitude": 52.1007
        },
        {
            "ob_id": 3976,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3978,
            "bboxName": "",
            "eastBoundLongitude": 34.8,
            "northBoundLatitude": 72.0,
            "westBoundLongitude": -12.0,
            "southBoundLatitude": 33.0
        },
        {
            "ob_id": 3979,
            "bboxName": "",
            "eastBoundLongitude": 34.8,
            "northBoundLatitude": 72.0,
            "westBoundLongitude": -12.0,
            "southBoundLatitude": 33.0
        },
        {
            "ob_id": 3980,
            "bboxName": "",
            "eastBoundLongitude": 13.0,
            "northBoundLatitude": 63.0,
            "westBoundLongitude": -12.0,
            "southBoundLatitude": 48.0
        },
        {
            "ob_id": 3981,
            "bboxName": "",
            "eastBoundLongitude": 13.0,
            "northBoundLatitude": 64.88889,
            "westBoundLongitude": -19.83333,
            "southBoundLatitude": 40.11111
        },
        {
            "ob_id": 3982,
            "bboxName": "",
            "eastBoundLongitude": 12.91667,
            "northBoundLatitude": 64.83334,
            "westBoundLongitude": -19.91667,
            "southBoundLatitude": 40.05556
        },
        {
            "ob_id": 3992,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3993,
            "bboxName": "",
            "eastBoundLongitude": 13.0,
            "northBoundLatitude": 60.0,
            "westBoundLongitude": -19.0,
            "southBoundLatitude": 40.0
        },
        {
            "ob_id": 3994,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 75.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -57.0
        },
        {
            "ob_id": 3995,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3996,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3997,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3998,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 3999,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4000,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4001,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4002,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4003,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4006,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4007,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4008,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4009,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4010,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4011,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4012,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4013,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4014,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4015,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4016,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4017,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4018,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4019,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4020,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4021,
            "bboxName": "",
            "eastBoundLongitude": 180.0,
            "northBoundLatitude": 90.0,
            "westBoundLongitude": -180.0,
            "southBoundLatitude": -90.0
        },
        {
            "ob_id": 4022,
            "bboxName": "Bremen, Germany",
            "eastBoundLongitude": 8.806422,
            "northBoundLatitude": 53.073635,
            "westBoundLongitude": 8.806422,
            "southBoundLatitude": 53.073635
        },
        {
            "ob_id": 4023,
            "bboxName": "Burgos, Ilocos",
            "eastBoundLongitude": 120.643,
            "northBoundLatitude": 18.466,
            "westBoundLongitude": 120.643,
            "southBoundLatitude": 18.466
        },
        {
            "ob_id": 4024,
            "bboxName": "Pasadena, California, USA",
            "eastBoundLongitude": -118.131943,
            "northBoundLatitude": 34.156113,
            "westBoundLongitude": -118.131943,
            "southBoundLatitude": 34.156113
        },
        {
            "ob_id": 4025,
            "bboxName": "Darwin, Australia",
            "eastBoundLongitude": 130.841782,
            "northBoundLatitude": -12.462827,
            "westBoundLongitude": 130.841782,
            "southBoundLatitude": -12.462827
        },
        {
            "ob_id": 4026,
            "bboxName": "East Trout Lake, Canada",
            "eastBoundLongitude": -104.986667,
            "northBoundLatitude": 54.353738,
            "westBoundLongitude": -104.986667,
            "southBoundLatitude": 54.353738
        },
        {
            "ob_id": 4027,
            "bboxName": "Edwards, US",
            "eastBoundLongitude": -106.5942,
            "northBoundLatitude": 39.64499,
            "westBoundLongitude": -106.5942,
            "southBoundLatitude": 39.64499
        },
        {
            "ob_id": 4028,
            "bboxName": "Eureka, USA",
            "eastBoundLongitude": -124.183922,
            "northBoundLatitude": 40.785114,
            "westBoundLongitude": -124.183922,
            "southBoundLatitude": 40.785114
        },
        {
            "ob_id": 4029,
            "bboxName": "Four Corners, USA",
            "eastBoundLongitude": -109.045189,
            "northBoundLatitude": 36.998981,
            "westBoundLongitude": -109.045189,
            "southBoundLatitude": 36.998981
        },
        {
            "ob_id": 4030,
            "bboxName": "Garmisch, DE",
            "eastBoundLongitude": 11.0958,
            "northBoundLatitude": 47.4921,
            "westBoundLongitude": 11.0958,
            "southBoundLatitude": 47.4921
        },
        {
            "ob_id": 4031,
            "bboxName": "Hefei, PRC",
            "eastBoundLongitude": 117.272362,
            "northBoundLatitude": 31.848398,
            "westBoundLongitude": 117.272362,
            "southBoundLatitude": 31.848398
        },
        {
            "ob_id": 4032,
            "bboxName": "Indianapolis, USA",
            "eastBoundLongitude": -86.148003,
            "northBoundLatitude": 39.791,
            "westBoundLongitude": -86.148003,
            "southBoundLatitude": 39.791
        },
        {
            "ob_id": 4033,
            "bboxName": "Izana, Spain",
            "eastBoundLongitude": -2.608075,
            "northBoundLatitude": 41.67221,
            "westBoundLongitude": -2.608075,
            "southBoundLatitude": 41.67221
        },
        {
            "ob_id": 4034,
            "bboxName": "Jet Propulsion Lab, USA",
            "eastBoundLongitude": -118.170794,
            "northBoundLatitude": 34.202344,
            "westBoundLongitude": -118.170794,
            "southBoundLatitude": 34.202344
        },
        {
            "ob_id": 4035,
            "bboxName": "Karlsruhe, Germany",
            "eastBoundLongitude": 8.403653,
            "northBoundLatitude": 49.006889,
            "westBoundLongitude": 8.403653,
            "southBoundLatitude": 49.006889
        },
        {
            "ob_id": 4036,
            "bboxName": "Lauder, NZ",
            "eastBoundLongitude": 169.6755,
            "northBoundLatitude": -45.0513,
            "westBoundLongitude": 169.6755,
            "southBoundLatitude": -45.0513
        },
        {
            "ob_id": 4037,
            "bboxName": "",
            "eastBoundLongitude": -9.725,
            "northBoundLatitude": 70.725,
            "westBoundLongitude": 39.925,
            "southBoundLatitude": 30.025
        },
        {
            "ob_id": 4038,
            "bboxName": "Lamont, USA",
            "eastBoundLongitude": -97.555331112,
            "northBoundLatitude": 36.687997248,
            "westBoundLongitude": -97.555331112,
            "southBoundLatitude": 36.687997248
        },
        {
            "ob_id": 4039,
            "bboxName": "Manaus, BR",
            "eastBoundLongitude": -60.02578,
            "northBoundLatitude": -3.117034,
            "westBoundLongitude": -60.02578,
            "southBoundLatitude": -3.117034
        },
        {
            "ob_id": 4040,
            "bboxName": "Nicosia, NY",
            "eastBoundLongitude": 33.382275,
            "northBoundLatitude": 35.185566,
            "westBoundLongitude": 33.382275,
            "southBoundLatitude": 35.185566
        },
        {
            "ob_id": 4041,
            "bboxName": "Ny-Ålesund, Svalbard (NO)",
            "eastBoundLongitude": 11.909895,
            "northBoundLatitude": 78.923538,
            "westBoundLongitude": 11.909895,
            "southBoundLatitude": 78.923538
        },
        {
            "ob_id": 4042,
            "bboxName": "Orléans (FR)",
            "eastBoundLongitude": 1.909,
            "northBoundLatitude": 47.9025,
            "westBoundLongitude": 1.909,
            "southBoundLatitude": 47.9025
        },
        {
            "ob_id": 4043,
            "bboxName": "Paris (FR)",
            "eastBoundLongitude": 2.349014,
            "northBoundLatitude": 48.864716,
            "westBoundLongitude": 2.349014,
            "southBoundLatitude": 48.864716
        },
        {
            "ob_id": 4044,
            "bboxName": "Park Falls (USA)",
            "eastBoundLongitude": -90.441513,
            "northBoundLatitude": 45.940647,
            "westBoundLongitude": -90.441513,
            "southBoundLatitude": 45.940647
        }
    ]
}