Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown EPSG code #18

Open
HyeokJaeKiM opened this issue Jan 22, 2024 · 1 comment
Open

Unknown EPSG code #18

HyeokJaeKiM opened this issue Jan 22, 2024 · 1 comment

Comments

@HyeokJaeKiM
Copy link

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

@piyushrpt
Copy link
Member

Not all projections are supported yet -

ProjectionBase* createProj(int epsgcode)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants