Open zacadelman opened 8 years ago
I saw some libraries still use 6370997, do you think our change will cause any conflicts? /nas01/depts/ie/cempd/apps/sallocator/sa_v4.3_012017> grep 6370997 ////*c src/libs/proj-4.8.0/src/pj_ellps.c:"sphere", "a=6370997.0", "b=6370997.0", "Normal Sphere (r=6370997)", src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.; src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.; src/libs/proj-4.8.0/src/PJ_mod_ster.c: P->a = 6370997.;
src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.; src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.; src/vector_32bits/libs_32bits/proj-4.6.0/src/PJ_mod_ster.c: P->a = 6370997.;
The earth radius needs to be updated in all release scripts to:
OUTPUT_FILE_ELLIPSOID,"+a=6370000.0,+b=6370000.0”
The vector scripts have the ellipsoid set to 6370997. This needs to be updated in the new release ASAP.