opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 17 forks source link

How can I make a burst-db-database? #217

Closed HyeokJaeKiM closed 5 months ago

HyeokJaeKiM commented 5 months ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

I want to make a CSLC image in my interest region

so I try to make " s1_cslc_geo.yaml " ---picture 1

but I got a error. I guess the reason is due to burst_database_file missing --picture 2

So I try to do " burst_db " that you gave us. I finished doing " opera-db-create " --picture3

but I don't know how to use them files that I made after doing " opera-db-create "

Could you answer me ① how to make a " burst_database_file " and If my way is correct, ② how to make a "burst_database_file in " burst_db in github "

Thanks for reading my question sir! 1 2 3

Describe the feature request

I need or want [...]

scottstanie commented 5 months ago

You need to put the file location in that part of the YAML. I can't say for sure this is right from your screen shot, but I think that line should read

burst_database_file: /home/burst_db/opera-burst-bbox-only.sqlite3

The other alternative is to use sweets to run COMPASS, since it will download the sqlite file and make the YAMLs for you

HyeokJaeKiM commented 5 months ago

Thanks you sir!

After adding " burst_database_file: /home/burst_db/opera-burst-bbox-only.sqlite3 ", it works

but there is another error -- picture 4

I think that error is result from my data ( S1 data, DEM etc ..)

So Can I get some sample data for testing my code

such as Sentinel-1 image, DEM, Orbit file

I must make a CSLC image. If you can, would you help me..?

Thank you for reading my asking consistently

2024년 1월 22일 (월) 오전 10:16, Scott Staniewicz @.***>님이 작성:

You need to put the file location in that part of the YAML. I can't say for sure this is right from your screen shot, but I think that line should read

burst_database_file: /home/burst_db/opera-burst-bbox-only.sqlite3

The other alternative is to use sweets https://github.com/isce-framework/sweets to run COMPASS, since it will download the sqlite file and make the YAMLs for you

— Reply to this email directly, view it on GitHub https://github.com/opera-adt/COMPASS/issues/217#issuecomment-1902851234, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBYKFJXUA5IWEXHR6ZWXIATYPW4W5AVCNFSM6AAAAABCEK3PGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSHA2TCMRTGQ . You are receiving this because you authored the thread.Message ID: @.***>

scottstanie commented 5 months ago

I can't see the pictures you've posted (but if you repost, please paste the text rather than a picture of the screen), but for now I think I'll close this as having essentially the same problem as #216 - more clarification on running locally.

The quickest method to have some working run of COMPASS would be to follow https://github.com/isce-framework/sweets#usage . The main difference between that an the OPERA production data is the lack of ionospheric tec files in the COMPASS configuration.

HyeokJaeKiM commented 5 months ago

Hello sir

I run this " (isce3) @.***:~$ s1_cslc.py --grid geo /home/hyeokjaekim/data/s1_cslc_geo.yaml "

but I got this message

Warning: Could not find a 100% match in EPSG data base for wkt: BOUNDCRS[

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*

I guess this message says that some my data's EPSG is 5186 but isce3 can not support 5186 EPSG

but I can not understand why my data is EPSG 5186? I found my data is EPSG 4326!

So can I get some sample data such as sentinel-1, dem, orbit file, burstdatabse if you can?

I just want to know that problem is result from my code or my data

Please answer my quetion!

Thank you sir

2024년 1월 23일 (화) 오전 2:53, Scott Staniewicz @.***>님이 작성:

Closed #217 https://github.com/opera-adt/COMPASS/issues/217 as completed.

— Reply to this email directly, view it on GitHub https://github.com/opera-adt/COMPASS/issues/217#event-11560133565, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBYKFJRD6CMHZ2JKP7HA56TYP2RR5AVCNFSM6AAAAABCEK3PGGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJRGU3DAMJTGM2TMNI . You are receiving this because you authored the thread.Message ID: @.***>

scottstanie commented 5 months ago

I believe your DEM isn't correctly formed, but we'd need more information about what you did to figure that you.