ESRI
ESRI
EMEP 150 kilometer Grid
Definition: OGC Well Known Text
PROJCS["EMEP_150_Kilometer_Grid", GEOGCS["GCS_Sphere_EMEP", DATUM["D_Sphere_EMEP", SPHEROID["Sphere_EMEP",6370000,0]], PRIMEM["Greenwich",0], UNIT["Degree",0.0174532925199433]], PROJECTION["Polar_Stereographic"], PARAMETER["latitude_of_origin",60], PARAMETER["central_meridian",-32], PARAMETER["false_easting",3], PARAMETER["false_northing",37], UNIT["150_Kilometers",150000], AUTHORITY["ESRI","102069"]]
Definition: OGC Well Known Text 2 (2019)
PROJCRS["EMEP_150_Kilometer_Grid", BASEGEOGCRS["GCS_Sphere_EMEP", DATUM["D_Sphere_EMEP", ELLIPSOID["Sphere_EMEP",6370000,0, LENGTHUNIT["metre",1]]], PRIMEM["Greenwich",0, ANGLEUNIT["Degree",0.0174532925199433]]], CONVERSION["EMEP_150_Kilometer_Grid", METHOD["Polar Stereographic (variant B)", ID["EPSG",9829]], PARAMETER["Latitude of standard parallel",60, ANGLEUNIT["Degree",0.0174532925199433], ID["EPSG",8832]], PARAMETER["Longitude of origin",-32, ANGLEUNIT["Degree",0.0174532925199433], ID["EPSG",8833]], PARAMETER["False easting",3, LENGTHUNIT["150_Kilometers",150000], ID["EPSG",8806]], PARAMETER["False northing",37, LENGTHUNIT["150_Kilometers",150000], ID["EPSG",8807]]], CS[Cartesian,2], AXIS["(E)",south, MERIDIAN[90, ANGLEUNIT["degree",0.0174532925199433]], ORDER[1], LENGTHUNIT["150_Kilometers",150000]], AXIS["(N)",south, MERIDIAN[180, ANGLEUNIT["degree",0.0174532925199433]], ORDER[2], LENGTHUNIT["150_Kilometers",150000]], USAGE[ SCOPE["Not known."], AREA["Europe"], BBOX[34,-30,85,50]], ID["ESRI",102069]]
Definition: ESRI Well Known Text
PROJCS["EMEP_150_Kilometer_Grid", GEOGCS["GCS_Sphere_EMEP", DATUM["D_Sphere_EMEP", SPHEROID["Sphere_EMEP",6370000.0,0.0]], PRIMEM["Greenwich",0.0], UNIT["Degree",0.0174532925199433]], PROJECTION["Stereographic_North_Pole"], PARAMETER["False_Easting",3.0], PARAMETER["False_Northing",37.0], PARAMETER["Central_Meridian",-32.0], PARAMETER["Standard_Parallel_1",60.0], UNIT["150_Kilometers",150000.0]]
Definition: JSON
{ "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json", "type": "ProjectedCRS", "name": "EMEP_150_Kilometer_Grid", "base_crs": { "name": "GCS_Sphere_EMEP", "datum": { "type": "GeodeticReferenceFrame", "name": "D_Sphere_EMEP", "ellipsoid": { "name": "Sphere_EMEP", "radius": 6370000 } }, "coordinate_system": { "subtype": "ellipsoidal", "axis": [ { "name": "Longitude", "abbreviation": "lon", "direction": "east", "unit": { "type": "AngularUnit", "name": "Degree", "conversion_factor": 0.0174532925199433 } }, { "name": "Latitude", "abbreviation": "lat", "direction": "north", "unit": { "type": "AngularUnit", "name": "Degree", "conversion_factor": 0.0174532925199433 } } ] } }, "conversion": { "name": "EMEP_150_Kilometer_Grid", "method": { "name": "Polar Stereographic (variant B)", "id": { "authority": "EPSG", "code": 9829 } }, "parameters": [ { "name": "Latitude of standard parallel", "value": 60, "unit": { "type": "AngularUnit", "name": "Degree", "conversion_factor": 0.0174532925199433 }, "id": { "authority": "EPSG", "code": 8832 } }, { "name": "Longitude of origin", "value": -32, "unit": { "type": "AngularUnit", "name": "Degree", "conversion_factor": 0.0174532925199433 }, "id": { "authority": "EPSG", "code": 8833 } }, { "name": "False easting", "value": 3, "unit": { "type": "LinearUnit", "name": "150_Kilometers", "conversion_factor": 150000 }, "id": { "authority": "EPSG", "code": 8806 } }, { "name": "False northing", "value": 37, "unit": { "type": "LinearUnit", "name": "150_Kilometers", "conversion_factor": 150000 }, "id": { "authority": "EPSG", "code": 8807 } } ] }, "coordinate_system": { "subtype": "Cartesian", "axis": [ { "name": "Easting", "abbreviation": "E", "direction": "south", "meridian": { "longitude": 90 }, "unit": { "type": "LinearUnit", "name": "150_Kilometers", "conversion_factor": 150000 } }, { "name": "Northing", "abbreviation": "N", "direction": "south", "meridian": { "longitude": 180 }, "unit": { "type": "LinearUnit", "name": "150_Kilometers", "conversion_factor": 150000 } } ] }, "scope": "Not known.", "area": "Europe", "bbox": { "south_latitude": 34, "west_longitude": -30, "north_latitude": 85, "east_longitude": 50 }, "id": { "authority": "ESRI", "code": 102069 } }
Definition: GeoServer
102069=PROJCS["EMEP_150_Kilometer_Grid",GEOGCS["GCS_Sphere_EMEP",DATUM["D_Sphere_EMEP",SPHEROID["Sphere_EMEP",6370000,0]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Polar_Stereographic"],PARAMETER["latitude_of_origin",60],PARAMETER["central_meridian",-32],PARAMETER["false_easting",3],PARAMETER["false_northing",37],UNIT["150_Kilometers",150000],AUTHORITY["ESRI","102069"]]
Definition: Mapnik
<?xml version="1.0" encoding="utf-8"?> <Map srs="+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-32 +x_0=450000 +y_0=5550000 +R=6370000 +to_meter=150000 +no_defs +type=crs"> <Layer srs="+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-32 +x_0=450000 +y_0=5550000 +R=6370000 +to_meter=150000 +no_defs +type=crs"> </Layer> </Map>
Definition: SQL (PostGIS)
INSERT into spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext) values ( 102069, 'ESRI', 102069, '+proj=stere +lat_0=90 +lat_ts=60 +lon_0=-32 +x_0=450000 +y_0=5550000 +R=6370000 +to_meter=150000 +no_defs +type=crs', 'PROJCS["EMEP_150_Kilometer_Grid",GEOGCS["GCS_Sphere_EMEP",DATUM["D_Sphere_EMEP",SPHEROID["Sphere_EMEP",6370000,0]],PRIMEM["Greenwich",0],UNIT["Degree",0.0174532925199433]],PROJECTION["Polar_Stereographic"],PARAMETER["latitude_of_origin",60],PARAMETER["central_meridian",-32],PARAMETER["false_easting",3],PARAMETER["false_northing",37],UNIT["150_Kilometers",150000],AUTHORITY["ESRI","102069"]]');