The projection "EPSG:3413" is currently hard-coded:
|
PJ * P = |
|
proj_create_crs_to_crs( |
|
PJ_DEFAULT_CTX, "EPSG:3413", "+proj=longlat +datum=WGS84", NULL); |
We need to support arbitrary projections. Therefore, this should be exposed to the user and configurable (via the .sif file).
@tzwinger hope this summarizes our discussion and the goal sufficiently? I can take care of this.
The projection
"EPSG:3413"is currently hard-coded:elmerfem/fem/src/project_to_lonlat.c
Lines 42 to 44 in df4bd30
We need to support arbitrary projections. Therefore, this should be exposed to the user and configurable (via the
.siffile).@tzwinger hope this summarizes our discussion and the goal sufficiently? I can take care of this.