Indonesian Deformation Model 2020
EPSG:9375±0.075 m- Method:
- Point motion (geocen domain) using XYZ velocity grid (INADEFORM)
- Area of use:
- Indonesia
- Scope:
- Geodesy.
Grid file: v3_dm_grd01_xyz.dat
Estimates dynamic component of SRGI.
Convert coordinates from SRGI2013 (EPSG:9468) to SRGI2013 (EPSG:9468) — official EPSG transformation parameters, accuracy and area of use, with a free in-browser converter.
The EPSG Geodetic Parameter Dataset defines 1 transformation between SRGI2013 (EPSG:9468) and SRGI2013 (EPSG:9468). Its parameters, accuracy and area of use are listed below.
Grid file: v3_dm_grd01_xyz.dat
Estimates dynamic component of SRGI.
The same transformation with common GIS tools and libraries:
from pyproj import Transformer
transformer = Transformer.from_crs("EPSG:9468", "EPSG:9468", always_xy=True)
x, y = transformer.transform(-73.9857, 40.7484)
print(x, y)geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: Indonesia
+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crsMore about EPSG:9468 →
geocentric Cartesian system (Earth-centred Earth-fixed) · Area of use: Indonesia
+proj=geocent +ellps=WGS84 +units=m +no_defs +type=crsMore about EPSG:9468 →