EPSG:CODE

EPSG:7142 Palestine 1923 / Palestine Grid modified

Projekte · Asia - Middle East - Israel, Jordan and Palestine onshore

Tanım Formatları

OGC WKT
PROJCS[
    "Palestine 1923 / Palestine Grid modified",
    GEOGCS[
        "Palestine 1923",
        DATUM[
            "Palestine_1923",
            SPHEROID["Clarke 1880 (Benoit)",6378300.789,293.466315538981],
            TOWGS84[-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1]
        ],
        PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
        UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
        AUTHORITY["EPSG","4281"]
    ],
    PROJECTION["Transverse_Mercator"],
    PARAMETER["latitude_of_origin",31.7340969444444],
    PARAMETER["central_meridian",35.2120805555556],
    PARAMETER["scale_factor",1],
    PARAMETER["false_easting",170251.555],
    PARAMETER["false_northing",126867.909],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AXIS["Easting",EAST],
    AXIS["Northing",NORTH],
    AUTHORITY["EPSG","7142"]
]

İlişkili Koordinat Sistemleri

Mevcut Dönüşümler (3)

Dönüşümler temel CRS'den alınmıştır: EPSG:4281 (Palestine 1923)

Dönüşüm Kaynak → Hedef Hassasiyet (m)
4281 4141 1.5
4281 4326 2
4281 4326 2.5

Palestine 1923 Kullanan Diğer CRS

Sıkça Sorulan Sorular

EPSG:7142 projeksiyonunu GeoServer'a nasıl eklerim?

Aşağıdaki tanımı GeoServer yapılandırma dosyanıza ekleyin:

7142=PROJCS["Palestine 1923 / Palestine Grid modified",GEOGCS["Palestine 1923",DATUM["Palestine_1923",SPHEROID["Clarke 1880 (Benoit)",6378300.789,293.466315538981],TOWGS84[-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4281"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",31.7340969444444],PARAMETER["central_meridian",35.2120805555556],PARAMETER["scale_factor",1],PARAMETER["false_easting",170251.555],PARAMETER["false_northing",126867.909],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","7142"]]
GeoServer rehberinin tamamını okuyun →

EPSG:7142 projeksiyonunu PostGIS'e nasıl eklerim?

Aşağıdaki tanımı PostGIS yapılandırma dosyanıza ekleyin:

INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (7142, 'EPSG', 7142, '+proj=tmerc +lat_0=31.7340969444444 +lon_0=35.2120805555556 +k=1 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs', 'PROJCS["Palestine 1923 / Palestine Grid modified",GEOGCS["Palestine 1923",DATUM["Palestine_1923",SPHEROID["Clarke 1880 (Benoit)",6378300.789,293.466315538981],TOWGS84[-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4281"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",31.7340969444444],PARAMETER["central_meridian",35.2120805555556],PARAMETER["scale_factor",1],PARAMETER["false_easting",170251.555],PARAMETER["false_northing",126867.909],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","7142"]]');
PostGIS rehberinin tamamını okuyun →

EPSG:7142 projeksiyonunu MapServer'da nasıl kullanırım?

Aşağıdaki tanımı MapServer yapılandırma dosyanıza ekleyin:

PROJECTION
  "+proj=tmerc"
  "+lat_0=31.7340969444444"
  "+lon_0=35.2120805555556"
  "+k=1"
  "+x_0=170251.555"
  "+y_0=126867.909"
  "+a=6378300.789"
  "+b=6356566.435"
  "+towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1"
  "+units=m"
  "+no_defs"
  "+type=crs"
END
MapServer rehberinin tamamını okuyun →

EPSG:7142 projeksiyonunu Proj4js ile nasıl kullanırım?

Aşağıdaki tanımı Proj4js yapılandırma dosyanıza ekleyin:

proj4.defs("EPSG:7142", "+proj=tmerc +lat_0=31.7340969444444 +lon_0=35.2120805555556 +k=1 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs +type=crs");
Proj4js rehberinin tamamını okuyun →