Last active
March 23, 2026 17:56
-
-
Save davidbjourno/01dc1587ad367a69a1c73126a78d490d to your computer and use it in GitHub Desktop.
Custom projection for Iran-centred distance buffering
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| PROJCRS["Iran centroid AEQD", | |
| BASEGEOGCRS["WGS 84", | |
| DATUM["World Geodetic System 1984", | |
| ELLIPSOID["WGS 84",6378137,298.257223563, | |
| LENGTHUNIT["metre",1]]], | |
| PRIMEM["Greenwich",0, | |
| ANGLEUNIT["Degree",0.0174532925199433], | |
| ID["EPSG",8901]]], | |
| CONVERSION["Iran centroid AEQD", | |
| METHOD["Modified Azimuthal Equidistant", | |
| ID["EPSG",9832]], | |
| PARAMETER["Latitude of natural origin",32.756607, | |
| ANGLEUNIT["Degree",0.0174532925199433], | |
| ID["EPSG",8801]], | |
| PARAMETER["Longitude of natural origin",54.2194897, | |
| ANGLEUNIT["Degree",0.0174532925199433], | |
| ID["EPSG",8802]], | |
| PARAMETER["False easting",0, | |
| LENGTHUNIT["metre",1], | |
| ID["EPSG",8806]], | |
| PARAMETER["False northing",0, | |
| LENGTHUNIT["metre",1], | |
| ID["EPSG",8807]]], | |
| CS[Cartesian,2], | |
| AXIS["(E)",east, | |
| ORDER[1], | |
| LENGTHUNIT["metre",1]], | |
| AXIS["(N)",north, | |
| ORDER[2], | |
| LENGTHUNIT["metre",1]], | |
| USAGE[ | |
| SCOPE["Custom projection for Iran-centred distance buffering."], | |
| AREA["Iran and surrounding regions."], | |
| BBOX[-90,-180,90,180]]] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment