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

modified working directory structure #12

Merged
merged 2 commits into from Mar 18, 2022

Conversation

johntruckenbrodt
Copy link
Member

@johntruckenbrodt johntruckenbrodt commented Mar 17, 2022

This adapts the directory structure for all created files to enable processing scenes to multiple UTM zones.
The following structure is created when using the defaults of the config.ini file (directories in bold):

<work_dir>

  • DEM (DEM tiles in the projection and size of the MGRS tiles per DEM type)
    • Copernicus 10m EEA DEM
      • 32TNS_DEM.tif
      • ...
    • ...
  • LOG
    • 20220317T0911_process.log
    • ...
  • NRB (the final S1-NRB products per MGRS tile)
    • 32TNS
      • S1A_IW_NRB__1SDV_20210502T151524_037712_04733D_32TNS_DF4B
        • ...
      • ...
    • ...
  • RTC (the final pyroSAR output per scene per EPSG code)
    • S1A_IW_SLC__1SDV_20210502T171502_20210502T171529_037712_04733D_777C
      • 32632
        • S1A__IW___A_20210502T171502_VV_gamma0-rtc.tif
        • ...
      • ...
    • ...
  • TMP (scene-specific DEM mosaics and intermediate SNAP outputs per scene per EPSG code)
    • S1A_IW_SLC__1SDV_20210502T171502_20210502T171529_037712_04733D_777C
      • 32632
        • S1A__IW___A_20210502T171502_Orb_Cal_NR_Deb_ML_TC
          • ...
        • S1A__IW___A_20210502T171502_DEM_32632.tif
      • ...
    • ...
  • WBM (water body mask tiles in the projection and size of the MGRS tiles per DEM type)
    • Copernicus 10m EEA DEM
      • 32TNS_WBM.tif
      • ...
    • ...
  • scenes.db (the SQLite database containing source product metadata)

…/folder_structure

� Conflicts:
�	S1_NRB/processor.py
Copy link
Member

@maawoo maawoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! 🙂
I'll process something today as well just to be sure.

@johntruckenbrodt
Copy link
Member Author

Great. Thanks @maawoo!

@maawoo
Copy link
Member

maawoo commented Mar 17, 2022

Processing tile 32TNS using two consecutive scenes worked without any issues!

@johntruckenbrodt
Copy link
Member Author

Fantastic, thanks @maawoo. Let's merge it.

@johntruckenbrodt johntruckenbrodt merged commit c4423b8 into main Mar 18, 2022
@johntruckenbrodt johntruckenbrodt deleted the feature/folder_structure branch March 18, 2022 08:58
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

Successfully merging this pull request may close these issues.

None yet

2 participants