EPSG
"Systemes de reference et formules de transformation en usage en Belgique"; IGN Brussels
1999-04-22
Engineering survey, topographic mapping.
Rotation from Belge Lambert 50 to Belge Lambert 72 is +29.2985sec. An equivalent using the conventional Lambert Conic Conformal (2SP) method (Belgian Lambert 72, code 19961) was introduced in 2000.
Lambert Conic Conformal (2SP Belgium)
(0,)
Definition: OGC Well Known Text
PROJECTION["Lambert_Conformal_Conic_2SP_Belgium"], PARAMETER["latitude_of_origin",90], PARAMETER["central_meridian",4.35693972222222], PARAMETER["standard_parallel_1",49.8333333333333], PARAMETER["standard_parallel_2",51.1666666666667], PARAMETER["false_easting",150000.01256], PARAMETER["false_northing",5400088.4378]
Definition: OGC Well Known Text 2 (2019)
CONVERSION["Belge Lambert 72", METHOD["Lambert Conic Conformal (2SP Belgium)", ID["EPSG",9803]], PARAMETER["Latitude of false origin",90, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8821]], PARAMETER["Longitude of false origin",4.35693972222222, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8822]], PARAMETER["Latitude of 1st standard parallel",49.8333333333333, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8823]], PARAMETER["Latitude of 2nd standard parallel",51.1666666666667, ANGLEUNIT["degree",0.0174532925199433], ID["EPSG",8824]], PARAMETER["Easting at false origin",150000.01256, LENGTHUNIT["metre",1], ID["EPSG",8826]], PARAMETER["Northing at false origin",5400088.4378, LENGTHUNIT["metre",1], ID["EPSG",8827]], ID["EPSG",19902]]
Definition: ESRI Well Known Text
PROJECTION["Lambert_Conformal_Conic_2SP_Belgium"], PARAMETER["latitude_of_origin",90.0], PARAMETER["central_meridian",4.35693972222222], PARAMETER["standard_parallel_1",49.8333333333333], PARAMETER["standard_parallel_2",51.1666666666667], PARAMETER["false_easting",150000.01256], PARAMETER["false_northing",5400088.4378]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "Conversion", "name": "Belge Lambert 72", "method": { "name": "Lambert Conic Conformal (2SP Belgium)", "id": { "authority": "EPSG", "code": 9803 } }, "parameters": [ { "name": "Latitude of false origin", "value": 90, "unit": "degree", "id": { "authority": "EPSG", "code": 8821 } }, { "name": "Longitude of false origin", "value": 4.35693972222222, "unit": "degree", "id": { "authority": "EPSG", "code": 8822 } }, { "name": "Latitude of 1st standard parallel", "value": 49.8333333333333, "unit": "degree", "id": { "authority": "EPSG", "code": 8823 } }, { "name": "Latitude of 2nd standard parallel", "value": 51.1666666666667, "unit": "degree", "id": { "authority": "EPSG", "code": 8824 } }, { "name": "Easting at false origin", "value": 150000.01256, "unit": "metre", "id": { "authority": "EPSG", "code": 8826 } }, { "name": "Northing at false origin", "value": 5400088.4378, "unit": "metre", "id": { "authority": "EPSG", "code": 8827 } } ], "id": { "authority": "EPSG", "code": 19902 } }
Definition: GeoServer
19902=PROJECTION["Lambert_Conformal_Conic_2SP_Belgium"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",4.35693972222222],PARAMETER["standard_parallel_1",49.8333333333333],PARAMETER["standard_parallel_2",51.1666666666667],PARAMETER["false_easting",150000.01256],PARAMETER["false_northing",5400088.4378]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=lcc +lat_0=90 +lon_0=4.35693972222222 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150000.01256 +y_0=5400088.4378"> <Layer srs="+proj=lcc +lat_0=90 +lon_0=4.35693972222222 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150000.01256 +y_0=5400088.4378"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 19902, 'EPSG', 19902, '+proj=lcc +lat_0=90 +lon_0=4.35693972222222 +lat_1=49.8333333333333 +lat_2=51.1666666666667 +x_0=150000.01256 +y_0=5400088.4378', 'PROJECTION["Lambert_Conformal_Conic_2SP_Belgium"],PARAMETER["latitude_of_origin",90],PARAMETER["central_meridian",4.35693972222222],PARAMETER["standard_parallel_1",49.8333333333333],PARAMETER["standard_parallel_2",51.1666666666667],PARAMETER["false_easting",150000.01256],PARAMETER["false_northing",5400088.4378]');