Items with filter and s_intersects - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

Returns records from the enrich buildings dataset which intersect the input geometry.

Example Request

https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?filter=s_intersects(GEOM,POLYGON ((-74.009523 40.703347, -74.010445 40.704257, -74.011078 40.704062, -74.011127 40.703363, -74.010526 40.702822, -74.009523 40.703347)))&limit=100

Request parameters

Name Type Required Description
collectionId * string Yes Unique identifier of the collection.

Example: pbb_usa

filter string No

The CQL2 filter clause

filter=s_within(GEOM,POLYGON ((-74.011615 40.703253, -74.011272 40.702086, -74.009678 40.702517, -74.010585 40.703481, -74.011615 40.703253)))

  • s_intersects = the spatial operation to use
  • GEOM = The 1st parameter of the spatial operation. This refers to the geometry in the target spatial table, in this case the building table pbb_usa. GEOM is a keyword which represents the spatial table geometry
  • POLYGON ((-74.009523 40.703347, -74.010445 40.704257, -74.011078 40.704062, -74.011127 40.703363, -74.010526 40.702822, -74.009523 40.703347)) = This is the well-known text representation of the input geometry.

Example Response Visualized

The red polygon shows the input geometry and the blue polygons are the building records that are returned in the response. The red input polygon is the same one used in the "within" example above. But in this case all buildings that are either entirely within or intersecting the red input are returned.

Map showing a red polygon intersecting with multiple blue building polygons.

Example Response

{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4MXP",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.011187,
                "lat": 40.703427,
                "elevation": 7,
                "elevhigh": 8,
                "elevlow": 7,
                "area": 1608,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+9G-0-1-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.011098 40.703368, -74.011095 40.703359, -74.011109 40.703356, -74.011114 40.703355, -74.011102 40.703318, -74.011161 40.703307, -74.011174 40.70335, -74.011211 40.703344, -74.011252 40.703471, -74.011176 40.703488, -74.011157 40.703492, -74.011123 40.703383, -74.011117 40.703365, -74.011113 40.703365, -74.011098 40.703368))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.011098,
                                40.703368
                            ],
                            [
                                -74.011095,
                                40.703359
                            ],
                            [
                                -74.011109,
                                40.703356
                            ],
                            [
                                -74.011114,
                                40.703355
                            ],
                            [
                                -74.011102,
                                40.703318
                            ],
                            [
                                -74.011161,
                                40.703307
                            ],
                            [
                                -74.011174,
                                40.70335
                            ],
                            [
                                -74.011211,
                                40.703344
                            ],
                            [
                                -74.011252,
                                40.703471
                            ],
                            [
                                -74.011176,
                                40.703488
                            ],
                            [
                                -74.011157,
                                40.703492
                            ],
                            [
                                -74.011123,
                                40.703383
                            ],
                            [
                                -74.011117,
                                40.703365
                            ],
                            [
                                -74.011113,
                                40.703365
                            ],
                            [
                                -74.011098,
                                40.703368
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TNB",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.010786,
                "lat": 40.703428,
                "elevation": 8,
                "elevhigh": 8,
                "elevlow": 6,
                "area": 7346,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+9M-1-2-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010862 40.703259, -74.010892 40.703347, -74.010904 40.703384, -74.010933 40.703471, -74.010955 40.703537, -74.010707 40.703592, -74.010673 40.703487, -74.010619 40.703321, -74.010862 40.703259))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010862,
                                40.703259
                            ],
                            [
                                -74.010892,
                                40.703347
                            ],
                            [
                                -74.010904,
                                40.703384
                            ],
                            [
                                -74.010933,
                                40.703471
                            ],
                            [
                                -74.010955,
                                40.703537
                            ],
                            [
                                -74.010707,
                                40.703592
                            ],
                            [
                                -74.010673,
                                40.703487
                            ],
                            [
                                -74.010619,
                                40.703321
                            ],
                            [
                                -74.010862,
                                40.703259
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TNN",
                "fips": "36061",
                "geoid": "360610009001011",
                "lon": -74.011144,
                "lat": 40.704057,
                "elevation": 8,
                "elevhigh": 9,
                "elevlow": 7,
                "area": 31207,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+HG-3-4-2-2",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.011268 40.70371, -74.011381 40.703708, -74.01144 40.703749, -74.011455 40.704169, -74.011399 40.704214, -74.011286 40.704216, -74.011163 40.704239, -74.011146 40.704242, -74.011089 40.704264, -74.011045 40.70428, -74.01097 40.704262, -74.010764 40.703945, -74.010724 40.703885, -74.010749 40.703827, -74.010776 40.703817, -74.01085 40.703789, -74.011268 40.70371))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.011268,
                                40.70371
                            ],
                            [
                                -74.011381,
                                40.703708
                            ],
                            [
                                -74.01144,
                                40.703749
                            ],
                            [
                                -74.011455,
                                40.704169
                            ],
                            [
                                -74.011399,
                                40.704214
                            ],
                            [
                                -74.011286,
                                40.704216
                            ],
                            [
                                -74.011163,
                                40.704239
                            ],
                            [
                                -74.011146,
                                40.704242
                            ],
                            [
                                -74.011089,
                                40.704264
                            ],
                            [
                                -74.011045,
                                40.70428
                            ],
                            [
                                -74.01097,
                                40.704262
                            ],
                            [
                                -74.010764,
                                40.703945
                            ],
                            [
                                -74.010724,
                                40.703885
                            ],
                            [
                                -74.010749,
                                40.703827
                            ],
                            [
                                -74.010776,
                                40.703817
                            ],
                            [
                                -74.01085,
                                40.703789
                            ],
                            [
                                -74.011268,
                                40.70371
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TNP",
                "fips": "36061",
                "geoid": "360610009001014",
                "lon": -74.009062,
                "lat": 40.703222,
                "elevation": 9,
                "elevhigh": 10,
                "elevlow": 3,
                "area": 123595,
                "bldgtype": "X",
                "ubid": "87G7PX3R+79-6-8-5-8",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.008761 40.703759, -74.008244 40.703311, -74.008121 40.703205, -74.008191 40.703158, -74.008197 40.703162, -74.00821 40.703174, -74.008602 40.702912, -74.00861 40.702906, -74.00863 40.702924, -74.008903 40.702742, -74.008932 40.702767, -74.009163 40.702612, -74.009228 40.702568, -74.009858 40.703114, -74.009925 40.703172, -74.010004 40.70324, -74.009975 40.70326, -74.00955 40.703544, -74.009497 40.703498, -74.009425 40.703436, -74.009304 40.703517, -74.009372 40.703576, -74.009106 40.703754, -74.008974 40.703843, -74.008909 40.703886, -74.008761 40.703759))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.008761,
                                40.703759
                            ],
                            [
                                -74.008244,
                                40.703311
                            ],
                            [
                                -74.008121,
                                40.703205
                            ],
                            [
                                -74.008191,
                                40.703158
                            ],
                            [
                                -74.008197,
                                40.703162
                            ],
                            [
                                -74.00821,
                                40.703174
                            ],
                            [
                                -74.008602,
                                40.702912
                            ],
                            [
                                -74.00861,
                                40.702906
                            ],
                            [
                                -74.00863,
                                40.702924
                            ],
                            [
                                -74.008903,
                                40.702742
                            ],
                            [
                                -74.008932,
                                40.702767
                            ],
                            [
                                -74.009163,
                                40.702612
                            ],
                            [
                                -74.009228,
                                40.702568
                            ],
                            [
                                -74.009858,
                                40.703114
                            ],
                            [
                                -74.009925,
                                40.703172
                            ],
                            [
                                -74.010004,
                                40.70324
                            ],
                            [
                                -74.009975,
                                40.70326
                            ],
                            [
                                -74.00955,
                                40.703544
                            ],
                            [
                                -74.009497,
                                40.703498
                            ],
                            [
                                -74.009425,
                                40.703436
                            ],
                            [
                                -74.009304,
                                40.703517
                            ],
                            [
                                -74.009372,
                                40.703576
                            ],
                            [
                                -74.009106,
                                40.703754
                            ],
                            [
                                -74.008974,
                                40.703843
                            ],
                            [
                                -74.008909,
                                40.703886
                            ],
                            [
                                -74.008761,
                                40.703759
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TO1",
                "fips": "36061",
                "geoid": "360610009001012",
                "lon": -74.010345,
                "lat": 40.704143,
                "elevation": 13,
                "elevhigh": 13,
                "elevlow": 11,
                "area": 1855,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+MV-0-1-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010224 40.704083, -74.010298 40.704029, -74.010456 40.704202, -74.010395 40.704231, -74.010389 40.704234, -74.010354 40.704202, -74.010224 40.704083))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010224,
                                40.704083
                            ],
                            [
                                -74.010298,
                                40.704029
                            ],
                            [
                                -74.010456,
                                40.704202
                            ],
                            [
                                -74.010395,
                                40.704231
                            ],
                            [
                                -74.010389,
                                40.704234
                            ],
                            [
                                -74.010354,
                                40.704202
                            ],
                            [
                                -74.010224,
                                40.704083
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TOA",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.01036,
                "lat": 40.703726,
                "elevation": 9,
                "elevhigh": 10,
                "elevlow": 6,
                "area": 1451,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+FV-1-0-0-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010378 40.703692, -74.010455 40.70376, -74.01039 40.703802, -74.010258 40.703686, -74.010259 40.703685, -74.010274 40.703675, -74.010273 40.703672, -74.010263 40.703655, -74.010305 40.703628, -74.010314 40.703636, -74.010378 40.703692))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010378,
                                40.703692
                            ],
                            [
                                -74.010455,
                                40.70376
                            ],
                            [
                                -74.01039,
                                40.703802
                            ],
                            [
                                -74.010258,
                                40.703686
                            ],
                            [
                                -74.010259,
                                40.703685
                            ],
                            [
                                -74.010274,
                                40.703675
                            ],
                            [
                                -74.010273,
                                40.703672
                            ],
                            [
                                -74.010263,
                                40.703655
                            ],
                            [
                                -74.010305,
                                40.703628
                            ],
                            [
                                -74.010314,
                                40.703636
                            ],
                            [
                                -74.010378,
                                40.703692
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TPE",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.010453,
                "lat": 40.703719,
                "elevation": 10,
                "elevhigh": 10,
                "elevlow": 8,
                "area": 748,
                "bldgtype": "M",
                "ubid": "87G7PX3Q+FR-1-0-0-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010378 40.703692, -74.010404 40.703675, -74.010444 40.703649, -74.010504 40.703702, -74.010492 40.703735, -74.010455 40.70376, -74.010378 40.703692))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010378,
                                40.703692
                            ],
                            [
                                -74.010404,
                                40.703675
                            ],
                            [
                                -74.010444,
                                40.703649
                            ],
                            [
                                -74.010504,
                                40.703702
                            ],
                            [
                                -74.010492,
                                40.703735
                            ],
                            [
                                -74.010455,
                                40.70376
                            ],
                            [
                                -74.010378,
                                40.703692
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TPG",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.009611,
                "lat": 40.704086,
                "elevation": 10,
                "elevhigh": 12,
                "elevlow": 2,
                "area": 32248,
                "bldgtype": "B",
                "ubid": "87G7PX3R+J4-3-4-3-4",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.009856 40.703672, -74.009967 40.703781, -74.010148 40.703957, -74.01004 40.704027, -74.01005 40.704036, -74.009476 40.704408, -74.009264 40.704218, -74.009171 40.704135, -74.009625 40.703841, -74.009674 40.703809, -74.009745 40.703763, -74.009791 40.703805, -74.009856 40.703672))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.009856,
                                40.703672
                            ],
                            [
                                -74.009967,
                                40.703781
                            ],
                            [
                                -74.010148,
                                40.703957
                            ],
                            [
                                -74.01004,
                                40.704027
                            ],
                            [
                                -74.01005,
                                40.704036
                            ],
                            [
                                -74.009476,
                                40.704408
                            ],
                            [
                                -74.009264,
                                40.704218
                            ],
                            [
                                -74.009171,
                                40.704135
                            ],
                            [
                                -74.009625,
                                40.703841
                            ],
                            [
                                -74.009674,
                                40.703809
                            ],
                            [
                                -74.009745,
                                40.703763
                            ],
                            [
                                -74.009791,
                                40.703805
                            ],
                            [
                                -74.009856,
                                40.703672
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TPV",
                "fips": "36061",
                "geoid": "360610009001012",
                "lon": -74.010415,
                "lat": 40.7041,
                "elevation": 13,
                "elevhigh": 13,
                "elevlow": 11,
                "area": 1969,
                "bldgtype": "M",
                "ubid": "87G7PX3Q+JR-1-1-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010298 40.704029, -74.010373 40.703974, -74.010521 40.704172, -74.010456 40.704202, -74.010298 40.704029))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010298,
                                40.704029
                            ],
                            [
                                -74.010373,
                                40.703974
                            ],
                            [
                                -74.010521,
                                40.704172
                            ],
                            [
                                -74.010456,
                                40.704202
                            ],
                            [
                                -74.010298,
                                40.704029
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TQO",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.011085,
                "lat": 40.703439,
                "elevation": 8,
                "elevhigh": 8,
                "elevlow": 7,
                "area": 1425,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+9H-1-0-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.011012 40.703386, -74.011098 40.703368, -74.011113 40.703365, -74.011117 40.703365, -74.011123 40.703383, -74.011157 40.703492, -74.011056 40.703514, -74.011012 40.703386))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.011012,
                                40.703386
                            ],
                            [
                                -74.011098,
                                40.703368
                            ],
                            [
                                -74.011113,
                                40.703365
                            ],
                            [
                                -74.011117,
                                40.703365
                            ],
                            [
                                -74.011123,
                                40.703383
                            ],
                            [
                                -74.011157,
                                40.703492
                            ],
                            [
                                -74.011056,
                                40.703514
                            ],
                            [
                                -74.011012,
                                40.703386
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TQP",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.010095,
                "lat": 40.703608,
                "elevation": 6,
                "elevhigh": 7,
                "elevlow": 6,
                "area": 1438,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+CX-1-1-0-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.009996 40.703581, -74.010075 40.70353, -74.010193 40.703634, -74.010114 40.703685, -74.009996 40.703581))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.009996,
                                40.703581
                            ],
                            [
                                -74.010075,
                                40.70353
                            ],
                            [
                                -74.010193,
                                40.703634
                            ],
                            [
                                -74.010114,
                                40.703685
                            ],
                            [
                                -74.009996,
                                40.703581
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TQK",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.010245,
                "lat": 40.703519,
                "elevation": 5,
                "elevhigh": 7,
                "elevlow": 5,
                "area": 1257,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+CW-0-0-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010275 40.703591, -74.010148 40.703483, -74.010212 40.703441, -74.010341 40.703556, -74.010281 40.703596, -74.010275 40.703591))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010275,
                                40.703591
                            ],
                            [
                                -74.010148,
                                40.703483
                            ],
                            [
                                -74.010212,
                                40.703441
                            ],
                            [
                                -74.010341,
                                40.703556
                            ],
                            [
                                -74.010281,
                                40.703596
                            ],
                            [
                                -74.010275,
                                40.703591
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TR0",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.010174,
                "lat": 40.703561,
                "elevation": 6,
                "elevhigh": 7,
                "elevlow": 5,
                "area": 1421,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+CW-1-1-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010193 40.703634, -74.010075 40.70353, -74.010148 40.703483, -74.010275 40.703591, -74.010207 40.703636, -74.010199 40.703629, -74.010193 40.703634))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010193,
                                40.703634
                            ],
                            [
                                -74.010075,
                                40.70353
                            ],
                            [
                                -74.010148,
                                40.703483
                            ],
                            [
                                -74.010275,
                                40.703591
                            ],
                            [
                                -74.010207,
                                40.703636
                            ],
                            [
                                -74.010199,
                                40.703629
                            ],
                            [
                                -74.010193,
                                40.703634
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TP7",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.010958,
                "lat": 40.703385,
                "elevation": 7,
                "elevhigh": 8,
                "elevlow": 6,
                "area": 2952,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+9J-1-1-2-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010904 40.703384, -74.010924 40.703379, -74.010943 40.703375, -74.010931 40.703339, -74.010919 40.703342, -74.010892 40.703347, -74.010862 40.703259, -74.010909 40.703248, -74.010966 40.703233, -74.011009 40.703356, -74.011002 40.703358, -74.011006 40.703368, -74.011007 40.703373, -74.011012 40.703386, -74.011056 40.703514, -74.010955 40.703537, -74.010933 40.703471, -74.010904 40.703384))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010904,
                                40.703384
                            ],
                            [
                                -74.010924,
                                40.703379
                            ],
                            [
                                -74.010943,
                                40.703375
                            ],
                            [
                                -74.010931,
                                40.703339
                            ],
                            [
                                -74.010919,
                                40.703342
                            ],
                            [
                                -74.010892,
                                40.703347
                            ],
                            [
                                -74.010862,
                                40.703259
                            ],
                            [
                                -74.010909,
                                40.703248
                            ],
                            [
                                -74.010966,
                                40.703233
                            ],
                            [
                                -74.011009,
                                40.703356
                            ],
                            [
                                -74.011002,
                                40.703358
                            ],
                            [
                                -74.011006,
                                40.703368
                            ],
                            [
                                -74.011007,
                                40.703373
                            ],
                            [
                                -74.011012,
                                40.703386
                            ],
                            [
                                -74.011056,
                                40.703514
                            ],
                            [
                                -74.010955,
                                40.703537
                            ],
                            [
                                -74.010933,
                                40.703471
                            ],
                            [
                                -74.010904,
                                40.703384
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4MY0",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.01108,
                "lat": 40.703261,
                "elevation": 7,
                "elevhigh": 7,
                "elevlow": 7,
                "area": 722,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+8H-0-0-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.01103 40.703217, -74.011033 40.703216, -74.011094 40.703201, -74.01113 40.703305, -74.011087 40.703314, -74.011065 40.703318, -74.01103 40.703217))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.01103,
                                40.703217
                            ],
                            [
                                -74.011033,
                                40.703216
                            ],
                            [
                                -74.011094,
                                40.703201
                            ],
                            [
                                -74.01113,
                                40.703305
                            ],
                            [
                                -74.011087,
                                40.703314
                            ],
                            [
                                -74.011065,
                                40.703318
                            ],
                            [
                                -74.01103,
                                40.703217
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4MXW",
                "fips": "36061",
                "geoid": "360610009001014",
                "lon": -74.010725,
                "lat": 40.702716,
                "elevation": 10,
                "elevhigh": 14,
                "elevlow": 7,
                "area": 40613,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+3P-2-4-2-5",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010216 40.702589, -74.010278 40.702579, -74.010924 40.702469, -74.010929 40.702468, -74.011139 40.702438, -74.011154 40.702531, -74.011147 40.702533, -74.011145 40.702525, -74.011131 40.702528, -74.011133 40.702536, -74.011122 40.702538, -74.011126 40.702552, -74.011129 40.702561, -74.011175 40.702554, -74.011194 40.702617, -74.011254 40.70282, -74.011258 40.702833, -74.011169 40.702848, -74.010291 40.702997, -74.010243 40.702836, -74.010214 40.702736, -74.010209 40.702719, -74.010246 40.702713, -74.010236 40.702679, -74.010219 40.702682, -74.010221 40.70269, -74.010214 40.702691, -74.010175 40.702603, -74.010174 40.702599, -74.010209 40.702593, -74.010208 40.702591, -74.010216 40.702589))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010216,
                                40.702589
                            ],
                            [
                                -74.010278,
                                40.702579
                            ],
                            [
                                -74.010924,
                                40.702469
                            ],
                            [
                                -74.010929,
                                40.702468
                            ],
                            [
                                -74.011139,
                                40.702438
                            ],
                            [
                                -74.011154,
                                40.702531
                            ],
                            [
                                -74.011147,
                                40.702533
                            ],
                            [
                                -74.011145,
                                40.702525
                            ],
                            [
                                -74.011131,
                                40.702528
                            ],
                            [
                                -74.011133,
                                40.702536
                            ],
                            [
                                -74.011122,
                                40.702538
                            ],
                            [
                                -74.011126,
                                40.702552
                            ],
                            [
                                -74.011129,
                                40.702561
                            ],
                            [
                                -74.011175,
                                40.702554
                            ],
                            [
                                -74.011194,
                                40.702617
                            ],
                            [
                                -74.011254,
                                40.70282
                            ],
                            [
                                -74.011258,
                                40.702833
                            ],
                            [
                                -74.011169,
                                40.702848
                            ],
                            [
                                -74.010291,
                                40.702997
                            ],
                            [
                                -74.010243,
                                40.702836
                            ],
                            [
                                -74.010214,
                                40.702736
                            ],
                            [
                                -74.010209,
                                40.702719
                            ],
                            [
                                -74.010246,
                                40.702713
                            ],
                            [
                                -74.010236,
                                40.702679
                            ],
                            [
                                -74.010219,
                                40.702682
                            ],
                            [
                                -74.010221,
                                40.70269
                            ],
                            [
                                -74.010214,
                                40.702691
                            ],
                            [
                                -74.010175,
                                40.702603
                            ],
                            [
                                -74.010174,
                                40.702599
                            ],
                            [
                                -74.010209,
                                40.702593
                            ],
                            [
                                -74.010208,
                                40.702591
                            ],
                            [
                                -74.010216,
                                40.702589
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TNZ",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.01037,
                "lat": 40.703614,
                "elevation": 8,
                "elevhigh": 9,
                "elevlow": 6,
                "area": 750,
                "bldgtype": "M",
                "ubid": "87G7PX3Q+CV-1-0-0-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010281 40.703596, -74.010341 40.703556, -74.010377 40.703589, -74.010385 40.703596, -74.010444 40.703649, -74.010404 40.703675, -74.010337 40.703616, -74.010332 40.703612, -74.010313 40.703624, -74.010281 40.703596))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010281,
                                40.703596
                            ],
                            [
                                -74.010341,
                                40.703556
                            ],
                            [
                                -74.010377,
                                40.703589
                            ],
                            [
                                -74.010385,
                                40.703596
                            ],
                            [
                                -74.010444,
                                40.703649
                            ],
                            [
                                -74.010404,
                                40.703675
                            ],
                            [
                                -74.010337,
                                40.703616
                            ],
                            [
                                -74.010332,
                                40.703612
                            ],
                            [
                                -74.010313,
                                40.703624
                            ],
                            [
                                -74.010281,
                                40.703596
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4MXX",
                "fips": "36061",
                "geoid": "360610009001015",
                "lon": -74.011016,
                "lat": 40.703276,
                "elevation": 7,
                "elevhigh": 8,
                "elevlow": 7,
                "area": 991,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+8H-0-1-1-0",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010966 40.703233, -74.01103 40.703217, -74.011065 40.703318, -74.011079 40.703358, -74.011007 40.703373, -74.011006 40.703368, -74.011002 40.703358, -74.011009 40.703356, -74.010966 40.703233))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010966,
                                40.703233
                            ],
                            [
                                -74.01103,
                                40.703217
                            ],
                            [
                                -74.011065,
                                40.703318
                            ],
                            [
                                -74.011079,
                                40.703358
                            ],
                            [
                                -74.011007,
                                40.703373
                            ],
                            [
                                -74.011006,
                                40.703368
                            ],
                            [
                                -74.011002,
                                40.703358
                            ],
                            [
                                -74.011009,
                                40.703356
                            ],
                            [
                                -74.010966,
                                40.703233
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TP3",
                "fips": "36061",
                "geoid": "360610009001013",
                "lon": -74.010066,
                "lat": 40.703755,
                "elevation": 10,
                "elevhigh": 12,
                "elevlow": 6,
                "area": 7292,
                "bldgtype": "B",
                "ubid": "87G7PX3Q+GX-1-2-2-2",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010148 40.703957, -74.009967 40.703781, -74.009856 40.703672, -74.009996 40.703581, -74.010114 40.703685, -74.010148 40.703715, -74.010162 40.703728, -74.010311 40.703858, -74.010314 40.703861, -74.010285 40.70388, -74.01028 40.703875, -74.010155 40.703964, -74.010148 40.703957))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010148,
                                40.703957
                            ],
                            [
                                -74.009967,
                                40.703781
                            ],
                            [
                                -74.009856,
                                40.703672
                            ],
                            [
                                -74.009996,
                                40.703581
                            ],
                            [
                                -74.010114,
                                40.703685
                            ],
                            [
                                -74.010148,
                                40.703715
                            ],
                            [
                                -74.010162,
                                40.703728
                            ],
                            [
                                -74.010311,
                                40.703858
                            ],
                            [
                                -74.010314,
                                40.703861
                            ],
                            [
                                -74.010285,
                                40.70388
                            ],
                            [
                                -74.01028,
                                40.703875
                            ],
                            [
                                -74.010155,
                                40.703964
                            ],
                            [
                                -74.010148,
                                40.703957
                            ]
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "bldgid": "B000CTPA4TPX",
                "fips": "36061",
                "geoid": "360610009001012",
                "lon": -74.010495,
                "lat": 40.704071,
                "elevation": 11,
                "elevhigh": 13,
                "elevlow": 11,
                "area": 2182,
                "bldgtype": "X",
                "ubid": "87G7PX3Q+JR-1-1-1-1",
                "last_seen": "2025-01-01",
                "wkt": "POLYGON ((-74.010373 40.703974, -74.010445 40.703921, -74.010505 40.703997, -74.010586 40.704144, -74.010521 40.704172, -74.010373 40.703974))"
            },
            "geometry": {
                "type": "MultiPolygon",
                "coordinates": [
                    [
                        [
                            [
                                -74.010373,
                                40.703974
                            ],
                            [
                                -74.010445,
                                40.703921
                            ],
                            [
                                -74.010505,
                                40.703997
                            ],
                            [
                                -74.010586,
                                40.704144
                            ],
                            [
                                -74.010521,
                                40.704172
                            ],
                            [
                                -74.010373,
                                40.703974
                            ]
                        ]
                    ]
                ]
            }
        }
    ],
    "timeStamp": "2025-04-23T09:21:22Z",
    "links": [
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?filter=s_intersects(GEOM,POLYGON ((-74.009523 40.703347, -74.010445 40.704257, -74.011078 40.704062, -74.011127 40.703363, -74.010526 40.702822, -74.009523 40.703347)))&limit=100",
            "rel": "self",
            "type": "application/geo+json",
            "title": "Current page"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items?filter=s_intersects(GEOM,POLYGON ((-74.009523 40.703347, -74.010445 40.704257, -74.011078 40.704062, -74.011127 40.703363, -74.010526 40.702822, -74.009523 40.703347)))&limit=100&offset=100",
            "rel": "next",
            "type": "application/geo+json",
            "title": "Next page"
        }
    ]
}