Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 3.18 KB

subscriptions.md

File metadata and controls

33 lines (21 loc) · 3.18 KB

Subscriptions in HyP3

For monitoring applications, we provide a subscription service{target=_blank} for On Demand processing, which automatically processes new Sentinel-1 acquisitions as they appear in ASF's data holdings.

To create a subscription, users define the following parameters:

  • Geographic Area of Interest
  • Search Filters (file type, direction, path, platform, etc.)
  • On Demand processing type (InSAR, RTC)
  • On Demand processing options
  • Project Name
  • Date range extending into the future

As ASF receives new acquisitions that meet the search criteria for the subscription, they will automatically be submitted to HyP3 for On Demand processing using the defined parameters.

This service is particularly useful for ongoing monitoring efforts where users need regular updates over an area of interest, and want to make sure that they process all available images for that area. Without a subscription, a user would need to periodically search to find new images acquired through time and manually submit them for processing.

Subscriptions can be created and managed in the Vertex interface. Refer to the Vertex On Demand Subscription documentation{target=_blank} for more information.

Guidelines for Using Subscriptions

  1. Subscriptions are only necessary for applications that require imagery to be processed beyond the date of the initial search. If all of the images required for a project were acquired before the date of the search, they can be submitted directly for On Demand processing{target=_blank}.

  2. Set an end date that is appropriate for your use case. You must define an end date; you cannot set an open-ended subscription. If your project extends beyond your original end date, you can change it, so there is no need to set it far into the future.

  3. Set your AOI to be as small and targeted as possible to minimize the number of granules submitted for processing. Consider applying additional filters to ensure that you are only processing the images you really want; it can be easy to exceed your processing quota if your parameters are set too broadly.

  4. On Demand products are deleted from storage 14 days after they are generated. Make sure to download the products generated by your subscription on a regular basis so that they don't expire before you access them.

  5. Deactivate your subscription when you no longer need it. If you want to restart your monitoring effort later, you can reactivate your subscription or create a new one.

Accessing Subscriptions

Subscriptions can be created and managed in Vertex{target=_blank} and the HyP3 API{target=_blank}.

Stay tuned for subscription support in the HyP3 Python SDK!