Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.58 KB

TODO.md

File metadata and controls

42 lines (34 loc) · 1.58 KB

Features to implement

search

  • look for scenes intersecting an AOI between 2 dates
  • group scenes by orbit and footprint (InSAR processing will be only performed for fully overlapping scenes)
  • produce a geo dataframe with scenes that can be displayed on a map to help the user visualizing the different products

S1 processing

  • use a pre-defined graph (one subswath and polarization)

  • simple version: takes master and slave assuming they are from the same orbit / slice

  • polarization list

  • return one file per polarization

  • more complex version: takes a dataframe of filenames and use the groups for coherence / ifgs

  • allow processing burst subsets

  • change operation order (split before apply orbit)

  • add interferogam option

  • allow groupByWorkers processing

  • geocode independently all IW, stitch in the end with rasterio

  • improved coregistration (ESD, etc)

  • make graph more generic by adding placeholders

  • Speckle filtering

    • for parameter estimation (would need covariance)
    • for visualization -- channels could be addressed independently
  • Split graphs into smaller chunks.

  • add more parameters, think of a convenient way of doing it (class?)

  • slice assembly (post-process with rio)

  • goldstein filter (optional)

  • gpt options (?)

S2 processing

  • Optional: apply Sen2Cor on L1C products
  • Test:
    • L2A processing
    • Baseline < 4

display

  • plot raster on top of folium map, use tile server
  • make HSV composites with phase / coherence / intensity