Skip to content

UAVSAR Data Migration - #450

Draft
SpicyGarlicAlbacoreRoll wants to merge 5 commits into
masterfrom
topic-uavsar-consolidation
Draft

UAVSAR Data Migration#450
SpicyGarlicAlbacoreRoll wants to merge 5 commits into
masterfrom
topic-uavsar-consolidation

Conversation

@SpicyGarlicAlbacoreRoll

@SpicyGarlicAlbacoreRoll SpicyGarlicAlbacoreRoll commented May 8, 2026

Copy link
Copy Markdown
Contributor

Changed

  • Breaking: UAVSAR umm metadata has been changed in CMR. All UAVSAR/G-III scenes have been consolidated into two collections UAVSAR_POLSAR and UAVSAR_RPI with updated metadata.
    • To find urls for previously searchable product types use find_urls() method on search results lists and individual results.
      • examples:
        • Find gif urls for individual scene: response[0].find_urls(extension='.gif')
        • Find urls for all .slope files from results: response.find_url(extension='.slope')
        • Find urls for 1st amplitude kmz files from results: response.find_urls(extension='.kmz', pattern=r'.*amp1.*')

Removed

  • The following UAVSAR related constants in PRODUCT_TYPE.py have been removed:
    • AMPLITUDE
    • STOKES
    • AMPLITUDE_GRD
    • PROJECTED
    • PROJECTED_ML5X5
    • PROJECTED_ML3X3
    • INTERFEROMETRY_GRD
    • INTERFEROMETRY
    • COMPLEX
    • INC
    • SLOPE
    • DEM_TIFF
    • PAULI
    • METADATA

Added

  • POLSAR and RPI added to PRODUCT_TYPE constants

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.

1 participant