isce3 icon indicating copy to clipboard operation
isce3 copied to clipboard

Unknown EPSG code

Open HyeokJaeKiM opened this issue 2 years ago • 1 comments

I try to do " COMPASS-adt" by using ISCE3

but I got a error message below

how can I solve "unknown EPSG code?

RuntimeError: Error in file /home/conda/feedstock_root/build_artifacts/isce3_1705520530246/work/cxx/isce3/core/Projections.cpp, line 389, function isce3::core::ProjectionBase* isce3::core::createProj(int): Unknown EPSG code (in factory): 5186

HyeokJaeKiM avatar Jan 22 '24 07:01 HyeokJaeKiM

Not all projections are supported yet - https://github.com/isce-framework/isce3/blob/a6e0ed11f53523db240e818c2366297079ff4191/cxx/isce3/core/Projections.cpp#L367

This is probably because a GPU side implementation will be needed as well. For now, only certain standard projection systems are implemented.

piyushrpt avatar Jan 22 '24 17:01 piyushrpt