1 POSTGRES: Define spheroids

In Postgres, there is a type of data to represent the sphenoids. A spheroid can be built as follows:

Copy
SPHEROID[<NAME>,<SEMI-MAJORAXIS>,<INVERSE FLATTENING>

For example, the spheroid GRS_1980:

Copy
SPHEROID["GRS_1980",6378137,298.257222101]