EPSG:CODE

EPSG:5831 Instantaneous Water Level depth

Dikey · World

Tanım Formatları

OGC WKT
VERT_CS[
    "Instantaneous Water Level depth",
    VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],
    UNIT["metre",1,AUTHORITY["EPSG","9001"]],
    AXIS["Depth",DOWN],
    AUTHORITY["EPSG","5831"]
]

Instantaneous Water Level Kullanan Diğer CRS

Sıkça Sorulan Sorular

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

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

5831=VERT_CS["Instantaneous Water Level depth",VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5831"]]
GeoServer rehberinin tamamını okuyun →

EPSG:5831 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 (5831, 'EPSG', 5831, '+vunits=m +no_defs +type=crs', 'VERT_CS["Instantaneous Water Level depth",VERT_DATUM["Instantaneous Water Level",2005,AUTHORITY["EPSG","5113"]],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Depth",DOWN],AUTHORITY["EPSG","5831"]]');
PostGIS rehberinin tamamını okuyun →

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

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

PROJECTION
  "+vunits=m"
  "+no_defs"
  "+type=crs"
END
MapServer rehberinin tamamını okuyun →

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

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

proj4.defs("EPSG:5831", "+vunits=m +no_defs +type=crs");
Proj4js rehberinin tamamını okuyun →