Pressure Pipe List
List assets of type PressurePipe
Query parameters:
organisation
Filter by organisation. Supports lookups on uuid
and name
.
code
Exact filter on the code
field. The (case-sensitive) startswith
lookup is also supported.
created:
Temporal filter on created
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; created__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
last_modified:
Temporal filter on last_modified
. Supports various lookup types
(exact
, lt
, lte
, gt
, gte
; last_modified__exact by default).
Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.
geometry
The following lookups are available: isnull
, contained
, contains
,
contains_properly
, covered_by
, covers
, crosses
, disjoint
,
equals
, intersects
, overlaps
, and within
.
Query geometries can be supplied as WKT, EWKT or HEXEWKB.
boundary__id:
Filter on geometry of the region/boundary with the id boundary__id
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__code:
Filter on geometry of the region/boundary with the id boundary__code
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
boundary__type:
Spatial filter on geometry
, whereby geometry is specified by a
region/boundary object (see below) and filter operator is
ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD,
MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA,
PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT,
NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM
boundary__name:
Filter on name of the region/boundary with the name
boundary__name
. Requires boundary__type
.
For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/
simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.
page_size
The number of results on a single page. Defaults to 10, maximum is 100.
Note that pagination is disabled for the root endpoint: the response
will be truncated to page_size
.
Custom route: search
Full-text search in 'code' and 'name' fields. Results are ranked.
Examples:
?code=ABC_2123
?code__startswith=ABC
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
?organisation__name__startswith=Nelen
?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb
?organisation__name__icontains=Schuur
?geometry__intersects=POINT (5 52)
?boundary__id=198
?boundary__code=NL_GM0344
?boundary__type=PROVINCE&boundary__name=Utrecht
/search/abc/
GET /api/v4/pressurepipes/?format=api&page=8
https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=9", "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=7", "results": [ { "url": "https://demo.lizard.net/api/v4/pressurepipes/6307/?format=api", "id": 6307, "code": "PL_70", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.667715639635412, 52.76207362656114, 0.0 ], [ 4.667717939388069, 52.76207702857237, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.622577Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6308/?format=api", "id": 6308, "code": "PL_71", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.702312375451966, 52.74838458026143, 0.0 ], [ 4.702722709629431, 52.74890941093721, 0.0 ], [ 4.702719122950024, 52.748910522696725, 0.0 ], [ 4.702439653934385, 52.74899747494996, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.629077Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6309/?format=api", "id": 6309, "code": "PL_72", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.78552020808632, 52.91285781218166, 0.0 ], [ 4.785505380526735, 52.91285825870906, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.635204Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6310/?format=api", "id": 6310, "code": "PL_73", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.789915108173684, 52.92359432245819, 0.0 ], [ 4.789884098336175, 52.92358611544306, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.643384Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6311/?format=api", "id": 6311, "code": "PL_74", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.786813345272485, 52.917976845958336, 0.0 ], [ 4.786800318692755, 52.91798566821602, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.649622Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6312/?format=api", "id": 6312, "code": "PL_75", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.948646972060342, 52.496407941042065, 0.0 ], [ 4.94863872441015, 52.496411047173105, 0.0 ], [ 4.948634097483592, 52.49641284553335, 0.0 ], [ 4.948621702763186, 52.496418362943174, 0.0 ], [ 4.948617188086216, 52.49641775308326, 0.0 ], [ 4.948459561179357, 52.496434587962085, 0.0 ], [ 4.948301897651415, 52.49645361543218, 0.0 ], [ 4.948291010989382, 52.49645258654082, 0.0 ], [ 4.948260955106533, 52.49644231954091, 0.0 ], [ 4.948230898166541, 52.49643216037876, 0.0 ], [ 4.948225289925713, 52.496428976049486, 0.0 ], [ 4.948176923752282, 52.49638378797952, 0.0 ], [ 4.948174669611499, 52.49637649082275, 0.0 ], [ 4.948204575340614, 52.496287715673276, 0.0 ], [ 4.9482018135945, 52.49627963473117, 0.0 ], [ 4.948192588238083, 52.49627146696071, 0.0 ], [ 4.948187932487889, 52.49627171935685, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.655578Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6313/?format=api", "id": 6313, "code": "PL_76", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.915326153247312, 52.5194522168083, 0.0 ], [ 4.915279501559005, 52.51936456580559, 0.0 ], [ 4.91533196091785, 52.519450577226735, 0.0 ], [ 4.915326153247312, 52.5194522168083, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.661406Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6314/?format=api", "id": 6314, "code": "PL_77", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.745104752815937, 52.6454493377436, 0.0 ], [ 4.745090451792342, 52.64544719345274, 0.0 ], [ 4.74487905487413, 52.64541599837722, 0.0 ], [ 4.744665502132237, 52.64538675049954, 0.0 ], [ 4.744584546874503, 52.64537561820475, 0.0 ], [ 4.744569877590719, 52.64537339996291, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.667179Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6315/?format=api", "id": 6315, "code": "PL_78", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 4.860280547209237, 52.42958611735235, 0.0 ], [ 4.860482755560463, 52.429142928775946, 0.0 ], [ 4.86094953838177, 52.42781538225554, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.673041Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null }, { "url": "https://demo.lizard.net/api/v4/pressurepipes/6316/?format=api", "id": 6316, "code": "PL_79", "organisation": { "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api", "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb", "name": "Hoogheemraadschap Hollands Noorderkwartier" }, "geometry": { "type": "LineString", "coordinates": [ [ 5.104422381195802, 52.45553760173703, 0.0 ], [ 5.104422385100453, 52.45553699059945, 0.0 ], [ 5.104422388718017, 52.45553642439839, 0.0 ], [ 5.104422399742913, 52.45553469883335, 0.0 ], [ 5.104422411559995, 52.45553054665741, 0.0 ], [ 5.104422440787489, 52.45552597211257, 0.0 ], [ 5.104422442165583, 52.45552575641702, 0.0 ], [ 5.104422442797214, 52.45552565755647, 0.0 ], [ 5.104422443371447, 52.45552556768332, 0.0 ], [ 5.104422443888223, 52.45552548679748, 0.0 ], [ 5.104422459001762, 52.45552542392134, 0.0 ], [ 5.104422488884241, 52.45552535209295, 0.0 ], [ 5.104422594161951, 52.45552499284573, 0.0 ], [ 5.104422653984315, 52.45552484020166, 0.0 ], [ 5.104422999125669, 52.45552378050492, 0.0 ], [ 5.104423209164335, 52.455523142896546, 0.0 ], [ 5.104423314154904, 52.455522828585906, 0.0 ], [ 5.104423479025292, 52.45552235264394, 0.0 ], [ 5.104423539249602, 52.45552213708864, 0.0 ], [ 5.104423584302975, 52.455521993396744, 0.0 ], [ 5.104423603657667, 52.455521957493126, 0.0 ], [ 5.104423643780823, 52.45552189467656, 0.0 ], [ 5.10442383646651, 52.45552167044972, 0.0 ], [ 5.104424014498034, 52.45552143720038, 0.0 ], [ 5.104424533594022, 52.455520782353936, 0.0 ], [ 5.104425557074408, 52.45551947262594, 0.0 ], [ 5.104425838833208, 52.45551912278699, 0.0 ], [ 5.1044258981388, 52.45551905102878, 0.0 ], [ 5.104425927848995, 52.45551900616236, 0.0 ], [ 5.104425972270733, 52.455518961330945, 0.0 ], [ 5.104425987211988, 52.45551892541679, 0.0 ], [ 5.104426061286494, 52.45551884470626, 0.0 ], [ 5.104426120649491, 52.45551876396072, 0.0 ], [ 5.10442614288907, 52.455518737051456, 0.0 ], [ 5.104426179840221, 52.45551871017722, 0.0 ], [ 5.104426238973525, 52.4555186653809, 0.0 ], [ 5.104427968263601, 52.4555174112605, 0.0 ], [ 5.104429697611003, 52.455516148152874, 0.0 ], [ 5.10442975668688, 52.45551611234386, 0.0 ], [ 5.104429815820184, 52.45551606754759, 0.0 ], [ 5.104429860184495, 52.45551603170366, 0.0 ], [ 5.104429897106918, 52.45551600932297, 0.0 ], [ 5.104429963509879, 52.45551597802521, 0.0 ], [ 5.104430140565226, 52.455515897560254, 0.0 ], [ 5.104430347101085, 52.45551580817819, 0.0 ], [ 5.104430760172825, 52.45551562941405, 0.0 ], [ 5.104431217494041, 52.45551543278049, 0.0 ], [ 5.104432058406493, 52.45551506629983, 0.0 ], [ 5.104432825588929, 52.45551472660574, 0.0 ], [ 5.104433725519804, 52.45551433330355, 0.0 ], [ 5.104434168186883, 52.45551412764754, 0.0 ], [ 5.104434374665291, 52.45551404725272, 0.0 ], [ 5.104434551720613, 52.45551396678782, 0.0 ], [ 5.104434595970144, 52.455513948918416, 0.0 ], [ 5.104434640236822, 52.45551392835279, 0.0 ], [ 5.104434699209343, 52.455513908721, 0.0 ], [ 5.104435082255071, 52.4555138242535, 0.0 ], [ 5.104435376945371, 52.455513753056486, 0.0 ], [ 5.104435981094939, 52.45551360171028, 0.0 ], [ 5.104437262951755, 52.45551329919318, 0.0 ], [ 5.104439443591064, 52.45551278312014, 0.0 ], [ 5.1044398119539, 52.45551269412386, 0.0 ], [ 5.104440032971614, 52.455512640726084, 0.0 ], [ 5.10444012141317, 52.455512613974605, 0.0 ], [ 5.10444018025936, 52.45551261411491, 0.0 ], [ 5.104440371624328, 52.455512596596265, 0.0 ], [ 5.104441210584376, 52.45551253568437, 0.0 ], [ 5.104442137871201, 52.45551246599565, 0.0 ], [ 5.104444787212876, 52.455512274588365, 0.0 ], [ 5.104445699788158, 52.45551220486451, 0.0 ], [ 5.104445876441535, 52.45551218731082, 0.0 ], [ 5.104445935287725, 52.45551218745114, 0.0 ], [ 5.104446008902858, 52.45551217863916, 0.0 ], [ 5.104446067806476, 52.455512169792165, 0.0 ], [ 5.10444734862974, 52.45551202904668, 0.0 ], [ 5.104449262566256, 52.45551180892356, 0.0 ], [ 5.104453414322933, 52.45551133349965, 0.0 ], [ 5.104464352982528, 52.45551011032259, 0.0 ], [ 5.104578849501544, 52.45549709977893, 0.0 ], [ 5.104730961694582, 52.45547982879703, 0.0 ], [ 5.104745492075808, 52.45547828161314, 0.0 ], [ 5.104750644956217, 52.45547769172626, 0.0 ], [ 5.104751660740426, 52.45547758629607, 0.0 ], [ 5.104752087604373, 52.45547755136289, 0.0 ], [ 5.104752543719401, 52.45547754346173, 0.0 ], [ 5.104752911450427, 52.45547755332501, 0.0 ], [ 5.104753455547841, 52.45547759057067, 0.0 ], [ 5.104754175724832, 52.45547770013531, 0.0 ], [ 5.1047558065259, 52.45547804554255, 0.0 ], [ 5.104756893688396, 52.455478281805604, 0.0 ], [ 5.10475840519126, 52.45547887857747, 0.0 ], [ 5.104759124335998, 52.455479149913835, 0.0 ], [ 5.104759873247875, 52.45547936739634, 0.0 ], [ 5.104760445449283, 52.45547961142036, 0.0 ], [ 5.104760854275287, 52.4554800977166, 0.0 ], [ 5.104763309984257, 52.45548258410258, 0.0 ], [ 5.104768454551103, 52.45548790794032, 0.0 ], [ 5.104791212177506, 52.45551119470642, 0.0 ], [ 5.104791709330721, 52.455511672225406, 0.0 ], [ 5.104792030232151, 52.45551210438742, 0.0 ], [ 5.104797119144783, 52.45551923456978, 0.0 ], [ 5.104797235460929, 52.45551945054569, 0.0 ], [ 5.104797525391031, 52.45552012529514, 0.0 ], [ 5.104798847225386, 52.455522779742026, 0.0 ], [ 5.10479997528648, 52.45552582917529, 0.0 ], [ 5.104801212349841, 52.455527935185415, 0.0 ], [ 5.104801725335855, 52.45553054276884, 0.0 ], [ 5.104802121833779, 52.455532961338285, 0.0 ], [ 5.104802721483624, 52.455535820776795, 0.0 ], [ 5.104802993319095, 52.455537025743, 0.0 ], [ 5.104803310264067, 52.45553807802996, 0.0 ], [ 5.104803728584308, 52.45553938220695, 0.0 ], [ 5.104804145872396, 52.455540848155756, 0.0 ], [ 5.104804609130209, 52.45554202661538, 0.0 ], [ 5.104804824872018, 52.455542800050246, 0.0 ], [ 5.104804863559039, 52.4555436539505, 0.0 ], [ 5.104805002073087, 52.45554500239855, 0.0 ], [ 5.104805156388204, 52.455546180122546, 0.0 ], [ 5.104805234909157, 52.455547708176816, 0.0 ], [ 5.104805319279118, 52.45554831952467, 0.0 ], [ 5.104805372735057, 52.45554916447267, 0.0 ], [ 5.104805193730587, 52.45554955050697, 0.0 ], [ 5.104805145524473, 52.455550188501476, 0.0 ], [ 5.104804914242501, 52.45555185062985, 0.0 ], [ 5.104804756805044, 52.455553467996765, 0.0 ], [ 5.104804603152219, 52.455554492200726, 0.0 ], [ 5.10480452621114, 52.455555022277395, 0.0 ], [ 5.104804464497692, 52.45555547150312, 0.0 ], [ 5.104804434157085, 52.45555561523014, 0.0 ], [ 5.104804359051008, 52.45555585771261, 0.0 ], [ 5.104804164704128, 52.45555634257235, 0.0 ], [ 5.104803939901912, 52.45555698913376, 0.0 ], [ 5.104803580115177, 52.4555580398092, 0.0 ], [ 5.104803176251091, 52.45555908139228, 0.0 ], [ 5.104802771698859, 52.45556023082317, 0.0 ], [ 5.104802652286001, 52.4555605001624, 0.0 ], [ 5.104802487304881, 52.45556099407953, 0.0 ], [ 5.10480235237766, 52.45556138920626, 0.0 ], [ 5.104802217909202, 52.455561712434466, 0.0 ], [ 5.104802158030731, 52.45556187406603, 0.0 ], [ 5.104802127976831, 52.45556197285644, 0.0 ], [ 5.10480206861445, 52.45556205360219, 0.0 ], [ 5.104801785883494, 52.45556255622644, 0.0 ], [ 5.104801548319339, 52.45556289718398, 0.0 ], [ 5.104800923781676, 52.45556393824157, 0.0 ], [ 5.104800314356943, 52.455564916422915, 0.0 ], [ 5.104799422430558, 52.45556636127921, 0.0 ], [ 5.104798931558482, 52.45556720493106, 0.0 ], [ 5.104798545158285, 52.45556781515781, 0.0 ], [ 5.104798381496026, 52.45556810236663, 0.0 ], [ 5.104798277712236, 52.45556822794388, 0.0 ], [ 5.104797966647576, 52.45556855973897, 0.0 ], [ 5.104796336447428, 52.455570425247615, 0.0 ], [ 5.104795447216041, 52.455571447699896, 0.0 ], [ 5.104794410066063, 52.45557259562428, 0.0 ], [ 5.104793446875281, 52.455573680812634, 0.0 ], [ 5.104793239422355, 52.45557391399244, 0.0 ], [ 5.104793062138084, 52.45557403040722, 0.0 ], [ 5.104792588672597, 52.455574451690055, 0.0 ], [ 5.104789778449766, 52.45557679971117, 0.0 ], [ 5.104788624639255, 52.45557778558352, 0.0 ], [ 5.104787574841866, 52.455578609929404, 0.0 ], [ 5.104787323311538, 52.45557883401676, 0.0 ], [ 5.104787057241601, 52.45557903110716, 0.0 ], [ 5.104786939090305, 52.455579102725416, 0.0 ], [ 5.104785150674942, 52.45558040164748, 0.0 ], [ 5.104783288873646, 52.45558167343233, 0.0 ], [ 5.104782077134141, 52.45558251536744, 0.0 ], [ 5.104781160830255, 52.455583169269524, 0.0 ], [ 5.104780865222479, 52.455583384264486, 0.0 ], [ 5.104780687823427, 52.455583518653825, 0.0 ], [ 5.104780436694438, 52.45558367983, 0.0 ], [ 5.104780392330331, 52.45558371567419, 0.0 ], [ 5.104780348080902, 52.45558373354367, 0.0 ], [ 5.104780244870505, 52.45558376924774, 0.0 ], [ 5.104778769641635, 52.45558440384385, 0.0 ], [ 5.104778179515618, 52.4555846630747, 0.0 ], [ 5.104777736964179, 52.455584850757326, 0.0 ], [ 5.10477661578784, 52.4555853334099, 0.0 ], [ 5.104775420824235, 52.45558585183646, 0.0 ], [ 5.104774447222402, 52.45558626294079, 0.0 ], [ 5.104773916114731, 52.45558649534977, 0.0 ], [ 5.104773208009341, 52.45558679923684, 0.0 ], [ 5.104772367155719, 52.45558715673256, 0.0 ], [ 5.104772131197007, 52.45558724604517, 0.0 ], [ 5.104772027814578, 52.455587308711195, 0.0 ], [ 5.104771939344398, 52.45558733995661, 0.0 ], [ 5.104771895123669, 52.455587353332476, 0.0 ], [ 5.104771836162674, 52.45558737116694, 0.0 ], [ 5.104771688760222, 52.45558741575317, 0.0 ], [ 5.104771615087635, 52.45558743355267, 0.0 ], [ 5.104771526646179, 52.45558746030434, 0.0 ], [ 5.104771187591774, 52.455587567346356, 0.0 ], [ 5.10477074538432, 52.45558770110506, 0.0 ], [ 5.104769477837707, 52.45558806657206, 0.0 ], [ 5.104768652269144, 52.45558833422957, 0.0 ], [ 5.104768062773868, 52.45558849459988, 0.0 ], [ 5.104767635335357, 52.45558861940627, 0.0 ], [ 5.104767355299348, 52.45558869962642, 0.0 ], [ 5.104767104743774, 52.4555887709294, 0.0 ], [ 5.104766795055149, 52.45558888702877, 0.0 ], [ 5.104766485595981, 52.45558896717886, 0.0 ], [ 5.104765999139102, 52.455589118807104, 0.0 ], [ 5.10476566014202, 52.45558921686175, 0.0 ], [ 5.104765424240711, 52.45558929718704, 0.0 ], [ 5.104765188511431, 52.45558935055033, 0.0 ], [ 5.104764982090582, 52.45558942195838, 0.0 ], [ 5.10476489364905, 52.455589448710136, 0.0 ], [ 5.104764834688107, 52.45558946654463, 0.0 ], [ 5.104764775669759, 52.45558949336642, 0.0 ], [ 5.104764701939844, 52.45558952015318, 0.0 ], [ 5.104764628152531, 52.45558955592731, 0.0 ], [ 5.104764259330906, 52.455589716823056, 0.0 ], [ 5.104763654493167, 52.455589976018906, 0.0 ], [ 5.104762813524688, 52.45559035148911, 0.0 ], [ 5.10476242999142, 52.4555905123499, 0.0 ], [ 5.104761220201264, 52.45559104871591, 0.0 ], [ 5.104760467846321, 52.45559137047255, 0.0 ], [ 5.104759715433975, 52.45559170121641, 0.0 ], [ 5.104759405630646, 52.45559183529038, 0.0 ], [ 5.104759199037692, 52.455591933660315, 0.0 ], [ 5.104758859753879, 52.45559207665159, 0.0 ], [ 5.104758682698783, 52.455592157117024, 0.0 ], [ 5.104758564719468, 52.45559220177328, 0.0 ], [ 5.104758476163232, 52.45559224649967, 0.0 ], [ 5.104758409789128, 52.45559227330399, 0.0 ], [ 5.104758358126511, 52.455592300143266, 0.0 ], [ 5.104757870694547, 52.45559260455591, 0.0 ], [ 5.104757442395661, 52.45559286417202, 0.0 ], [ 5.104756378918146, 52.45559352671088, 0.0 ], [ 5.104755670009578, 52.45559395642034, 0.0 ], [ 5.104755034945707, 52.45559434136835, 0.0 ], [ 5.104753941987601, 52.455595012824425, 0.0 ], [ 5.10475339542251, 52.455595362033435, 0.0 ], [ 5.104753026199298, 52.455595585840484, 0.0 ], [ 5.104752834203206, 52.45559570222006, 0.0 ], [ 5.104752671458191, 52.45559584563175, 0.0 ], [ 5.104750452562662, 52.455597745687484, 0.0 ], [ 5.104749490804197, 52.455598606192524, 0.0 ], [ 5.104748573753922, 52.45559937692945, 0.0 ], [ 5.104748307568976, 52.455599591994385, 0.0 ], [ 5.104748233494926, 52.45559967270509, 0.0 ], [ 5.104748129653581, 52.45559980726958, 0.0 ], [ 5.104746275794031, 52.45560213959245, 0.0 ], [ 5.104745311511655, 52.455603395539455, 0.0 ], [ 5.10474511888459, 52.455603610779605, 0.0 ], [ 5.104744955738065, 52.45560381710241, 0.0 ], [ 5.10474492602812, 52.45560386196894, 0.0 ], [ 5.104744888962419, 52.45560390681797, 0.0 ], [ 5.104744844494983, 52.45560395883927, 0.0 ], [ 5.104744822215426, 52.455603992039826, 0.0 ], [ 5.104744807245775, 52.45560403244769, 0.0 ], [ 5.104744792304726, 52.455604068361964, 0.0 ], [ 5.104744762594782, 52.455604113228446, 0.0 ], [ 5.104744747596458, 52.45560415813, 0.0 ], [ 5.10474470288819, 52.45560424789805, 0.0 ], [ 5.104744643296248, 52.45560436459299, 0.0 ], [ 5.104744628297846, 52.45560440949457, 0.0 ], [ 5.104744553764933, 52.45560456210376, 0.0 ], [ 5.104744494115613, 52.45560468778605, 0.0 ], [ 5.104744315282465, 52.45560504685835, 0.0 ], [ 5.104744181100231, 52.455605325149875, 0.0 ], [ 5.10474401692127, 52.455605693244415, 0.0 ], [ 5.104743852971716, 52.45560602538977, 0.0 ], [ 5.104743525015282, 52.45560669866776, 0.0 ], [ 5.104743137294802, 52.455607515602665, 0.0 ], [ 5.104742734805327, 52.45560834148988, 0.0 ], [ 5.104742674984004, 52.45560849413414, 0.0 ], [ 5.104742615506741, 52.45560859285446, 0.0 ], [ 5.104742585452663, 52.4556086916449, 0.0 ], [ 5.10474255499707, 52.45560885334659, 0.0 ], [ 5.104742296124676, 52.45561022781053, 0.0 ], [ 5.104742037653743, 52.455611539363204, 0.0 ], [ 5.104741703330628, 52.455613210233466, 0.0 ], [ 5.104741687988167, 52.455613309059, 0.0 ], [ 5.104741687644005, 52.455613362982916, 0.0 ], [ 5.104741687299869, 52.45561341690679, 0.0 ], [ 5.10474168684103, 52.45561348880534, 0.0 ], [ 5.104741714600861, 52.455613749507634, 0.0 ], [ 5.104741741901826, 52.45561408210848, 0.0 ], [ 5.104741782078948, 52.455614702338536, 0.0 ], [ 5.10474186461279, 52.45561560128055, 0.0 ], [ 5.104742001633809, 52.455617183398914, 0.0 ], [ 5.104742027558231, 52.455617731695405, 0.0 ], [ 5.104742026353743, 52.455617920429034, 0.0 ], [ 5.104742040262357, 52.45561804628658, 0.0 ], [ 5.104742054457708, 52.45561812720743, 0.0 ], [ 5.104742053884139, 52.45561821708064, 0.0 ], [ 5.104742068423677, 52.45561824407758, 0.0 ], [ 5.104742082791108, 52.45561829803654, 0.0 ], [ 5.104742111870129, 52.455618352030555, 0.0 ], [ 5.104742140834449, 52.45561842399921, 0.0 ], [ 5.10474216979877, 52.455618495967734, 0.0 ], [ 5.10474296683361, 52.45562039421901, 0.0 ], [ 5.104745300124632, 52.45562592706082, 0.0 ], [ 5.104747892489288, 52.45563235926498, 0.0 ], [ 5.104748255174328, 52.45563316001226, 0.0 ], [ 5.104748442639528, 52.45563375363078, 0.0 ], [ 5.104748659929399, 52.455634284408035, 0.0 ], [ 5.104748906814511, 52.455634788293544, 0.0 ], [ 5.10474906634778, 52.455635148171666, 0.0 ], [ 5.104749153642275, 52.45563530116631, 0.0 ], [ 5.104749240994097, 52.45563544517356, 0.0 ], [ 5.104749460979654, 52.45563555354703, 0.0 ], [ 5.104751498262303, 52.455636753730545, 0.0 ], [ 5.104754825347126, 52.45563871193204, 0.0 ], [ 5.104755162509282, 52.45563890147166, 0.0 ], [ 5.104755294397393, 52.45563898267286, 0.0 ], [ 5.104755426228154, 52.45563907286141, 0.0 ], [ 5.104755572885185, 52.45563914511031, 0.0 ], [ 5.104755704773321, 52.455639226311476, 0.0 ], [ 5.104755763390258, 52.4556392624009, 0.0 ], [ 5.104755851430403, 52.45563929856042, 0.0 ], [ 5.104756775679648, 52.455639705197086, 0.0 ], [ 5.104757846758027, 52.455640157120655, 0.0 ], [ 5.104759284479149, 52.45564078966657, 0.0 ], [ 5.104761763855567, 52.455641874066, 0.0 ], [ 5.104762805510862, 52.45564232591946, 0.0 ], [ 5.104762878839389, 52.45564236204389, 0.0 ], [ 5.104762996245368, 52.45564240726081, 0.0 ], [ 5.104763098939727, 52.45564245244265, 0.0 ], [ 5.104763186922522, 52.45564249758943, 0.0 ], [ 5.104763333809035, 52.455642533889076, 0.0 ], [ 5.104763583447236, 52.45564260638324, 0.0 ], [ 5.10476378889336, 52.4556426877596, 0.0 ], [ 5.104764082666363, 52.45564276035893, 0.0 ], [ 5.104768002861352, 52.45564399198882, 0.0 ], [ 5.104770792443277, 52.45564487940274, 0.0 ], [ 5.104771086216276, 52.455644952001904, 0.0 ], [ 5.10477127706554, 52.455645015368674, 0.0 ], [ 5.104771512106928, 52.45564506985318, 0.0 ], [ 5.104771923572638, 52.4556451427327, 0.0 ], [ 5.104772290788973, 52.45564523348177, 0.0 ], [ 5.104776096159123, 52.45564601546521, 0.0 ], [ 5.104778020911663, 52.45564640650941, 0.0 ], [ 5.104778579034559, 52.45564655163784, 0.0 ], [ 5.104779108078358, 52.45564664277227, 0.0 ], [ 5.104779460640425, 52.455646724498926, 0.0 ], [ 5.104779754413479, 52.455646797098204, 0.0 ], [ 5.104780019107481, 52.45564681570349, 0.0 ], [ 5.104780445456895, 52.45564686165609, 0.0 ], [ 5.104781401022183, 52.45564697178109, 0.0 ], [ 5.104788692982789, 52.455647771054494, 0.0 ] ] }, "last_modified": "2019-06-25T07:26:58.971073Z", "created": "2014-10-22T10:29:02.682806Z", "image_url": "", "length": null, "name": "", "type": "transport", "material": "", "diameter": null, "shape": "", "year_of_construction": null } ] }{ "count": 1370, "next": "