EPSG:3102 — American Samoa 1962 / American Samoa Lambert
Projected · American Samoa - 2 main island groups
Export Formats
OGC WKT
PROJCS[
"American Samoa 1962 / American Samoa Lambert",
GEOGCS[
"American Samoa 1962",
DATUM[
"American_Samoa_1962",
SPHEROID["Clarke 1866",6378206.4,294.978698213898],
TOWGS84[-115,118,426,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4169"]
],
PROJECTION["Lambert_Conformal_Conic_1SP"],
PARAMETER["latitude_of_origin",-14.2666666666667],
PARAMETER["central_meridian",-170],
PARAMETER["scale_factor",1],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",312234.65],
UNIT["US survey foot",0.304800609601219],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","3102"]
]Related Coordinate Systems
Available Transformations (8)
Transformations inherited from base CRS: EPSG:4169 (American Samoa 1962)
Other CRS using American Samoa 1962
Frequently Asked Questions
How do I add EPSG:3102 to GeoServer?
Add the following definition to your GeoServer configuration:
3102=PROJCS["American Samoa 1962 / American Samoa Lambert",GEOGCS["American Samoa 1962",DATUM["American_Samoa_1962",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-115,118,426,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4169"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",-14.2666666666667],PARAMETER["central_meridian",-170],PARAMETER["scale_factor",1],PARAMETER["false_easting",500000],PARAMETER["false_northing",312234.65],UNIT["US survey foot",0.304800609601219],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","3102"]] Read the full GeoServer guide →
How do I add EPSG:3102 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3102, 'EPSG', 3102, '+proj=lcc +lat_1=-14.2666666666667 +lat_0=-14.2666666666667 +lon_0=-170 +k_0=1 +x_0=152400.30480061 +y_0=95169.3116586233 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs +type=crs', 'PROJCS["American Samoa 1962 / American Samoa Lambert",GEOGCS["American Samoa 1962",DATUM["American_Samoa_1962",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-115,118,426,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4169"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",-14.2666666666667],PARAMETER["central_meridian",-170],PARAMETER["scale_factor",1],PARAMETER["false_easting",500000],PARAMETER["false_northing",312234.65],UNIT["US survey foot",0.304800609601219],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","3102"]]'); Read the full PostGIS guide →
How do I add EPSG:3102 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=lcc"
"+lat_1=-14.2666666666667"
"+lat_0=-14.2666666666667"
"+lon_0=-170"
"+k_0=1"
"+x_0=152400.30480061"
"+y_0=95169.3116586233"
"+ellps=clrk66"
"+towgs84=-115,118,426,0,0,0,0"
"+units=us-ft"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:3102 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:3102", "+proj=lcc +lat_1=-14.2666666666667 +lat_0=-14.2666666666667 +lon_0=-170 +k_0=1 +x_0=152400.30480061 +y_0=95169.3116586233 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs +type=crs"); Read the full Proj4js guide →