From 9996d52117e8ee7838671ebd40ff604a3d6885e9 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Fri, 17 Apr 2026 10:32:32 -0800 Subject: [PATCH 01/20] Chore: Add link to requesting access page, uncomment page in `Using Hyp3` section. --- docs/about/hyp3_basic.md | 4 ++-- mkdocs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/about/hyp3_basic.md b/docs/about/hyp3_basic.md index 4e15e8f33..dfdf4bbba 100644 --- a/docs/about/hyp3_basic.md +++ b/docs/about/hyp3_basic.md @@ -4,8 +4,8 @@ ASF released HyP3 to the public in 2020, allowing all users to request On Demand This service, now called HyP3 Basic, is funded by NASA, and hosted in NASA's [Earthdata Cloud (EDC)](https://www.earthdata.nasa.gov/about/earthdata-cloud-evolution "https://www.earthdata.nasa.gov/about/earthdata-cloud-evolution" ){target=_blank}. -Anyone can use HyP3 Basic. All you need are -[Earthdata Login credentials](../using/authentication.md#earthdata-login-edl "Jump to EDL Documentation"). +Anyone can use HyP3 Basic. All you need is an +[Earthdata Login](../using/authentication.md#earthdata-login-edl "Jump to EDL Documentation") and to [whitelist your profile](../using/requesting_access.md "Jump to requesting access") Each user receives {{ CREDITS_PER_MONTH }} credits each month to use for processing any On Demand products. Different HyP3 job types consume different credit amounts, as defined in the diff --git a/mkdocs.yml b/mkdocs.yml index 6ff79b178..0e0339360 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,7 +70,7 @@ nav: - Using HyP3: - using.md # TODO TOOL-2787: uncomment this line: - #- Requesting Access: using/requesting_access.md + - Requesting Access: using/requesting_access.md - Vertex: using/vertex.md - SDK: - using/sdk.md From b9ba497cf90f9f9c95fbf6bd9a76a81335217e59 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Fri, 17 Apr 2026 10:38:20 -0800 Subject: [PATCH 02/20] Chore: update tentative whitelist date --- docs/using/requesting_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 9d3ad985b..5a3e4246c 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -1,7 +1,7 @@ # Requesting Access -Starting on **TODO: date**, new users will be required to request access +Starting on May 4th 2026, new users will be required to request access before submitting jobs for On Demand processing using the HyP3 platform. HyP3 accounts are limited to one per person. If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. From 5ca8a79b27070ed99ba6a6f1e524ecd2ac66215a Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Fri, 17 Apr 2026 11:25:32 -0800 Subject: [PATCH 03/20] chore: uncomment TODOs, update dates --- docs/using-snippet.md | 3 +- docs/using/requesting_access.md | 16 ++-- mkdocs.yml | 153 ++++++++++++++++---------------- 3 files changed, 83 insertions(+), 89 deletions(-) diff --git a/docs/using-snippet.md b/docs/using-snippet.md index efeabeffe..20dd685bc 100644 --- a/docs/using-snippet.md +++ b/docs/using-snippet.md @@ -13,10 +13,9 @@ for more information. If you do not have enough credits to generate all the products you need for your project, you can purchase additional credits in [HyP3+](about/hyp3_plus.md "Jump to HyP3+ Documentation"). - + ### Authentication diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 5a3e4246c..87b0d7b16 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -1,13 +1,11 @@ # Requesting Access - Starting on May 4th 2026, new users will be required to request access before submitting jobs for On Demand processing using the HyP3 platform. HyP3 accounts are limited to one per person. If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. - - + [Request Access](https://search-test.asf.alaska.edu/#/?isOnDemandOpen=true){ .md-button .md-button--primary .middle } You will need an [Earthdata Login](https://urs.earthdata.nasa.gov/ 'https://urs.earthdata.nasa.gov/' ){target=_blank} (EDL) account before requesting access. @@ -21,13 +19,11 @@ using a different Earthdata Login account. Once your access request has been approved, you can submit jobs for On Demand processing using your EDL credentials. *You only need to complete this approval process once.* - - +Existing On Demand users (i.e. users who signed up before May 4th 2026) do *not* need to undergo this process. +If you are no longer able to process On Demand jobs and you believe you should still have access, you can either +submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") for more information. ## Workshops and Tutorials @@ -41,4 +37,4 @@ If you would like to request a unique access code, please email ## Contact Us Email ASF User Services at [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") with any questions -regarding access to HyP3. +regarding access to HyP3. diff --git a/mkdocs.yml b/mkdocs.yml index 0e0339360..ae5229747 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,7 +26,7 @@ theme: repo_url: https://github.com/ASFHyP3 repo_name: ASF HyP3 -edit_uri: '' +edit_uri: "" extra: social: @@ -62,82 +62,81 @@ extra_javascript: nav: - HyP3: - - about.md - - HyP3 Basic: about/hyp3_basic.md - - HyP3+: - - about/hyp3_plus.md - - Terms of Service: about/hyp3_plus_terms.md + - about.md + - HyP3 Basic: about/hyp3_basic.md + - HyP3+: + - about/hyp3_plus.md + - Terms of Service: about/hyp3_plus_terms.md - Using HyP3: - - using.md - # TODO TOOL-2787: uncomment this line: - - Requesting Access: using/requesting_access.md - - Vertex: using/vertex.md - - SDK: - - using/sdk.md - - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - API Reference: using/sdk_api.md - - API: using/api.md - - Authentication: using/authentication.md - - Credits: using/credits.md - - Downloads: using/downloading.md - - How to Cite HyP3: usage_guidelines.md + - using.md + - Requesting Access: using/requesting_access.md + - Vertex: using/vertex.md + - SDK: + - using/sdk.md + - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - API Reference: using/sdk_api.md + - API: using/api.md + - Authentication: using/authentication.md + - Credits: using/credits.md + - Downloads: using/downloading.md + - How to Cite HyP3: usage_guidelines.md - Products: - - products.md - - RTC: - - guides/rtc_product_guide.md - - Product Guide: guides/rtc_product_guide.md - - StoryMap: tutorials/rtc_storymap.md - - Theoretical Basis: guides/rtc_atbd.md - - OPERA RTC-S1: - - guides/opera_rtc_product_guide.md - - Product Guide: guides/opera_rtc_product_guide.md - - Product Specs: https://www.jpl.nasa.gov/go/opera/products/rtc-product/" target="_blank - - StoryMap (English): tutorials/opera-rtc-storymap-eng.md - - StoryMap (Spanish): tutorials/opera-rtc-storymap-esp.md - - InSAR: - - guides/insar_product_guide.md - - Product Guide: guides/insar_product_guide.md - - StoryMap: tutorials/insar_storymap.md - - Burst InSAR: - - guides/burst_insar_product_guide.md - - Product Guide: guides/burst_insar_product_guide.md - - StoryMap: tutorials/burst_insar_storymap.md - - ARIA S1 GUNW: - - guides/gunw_product_guide.md - - Product Guide: guides/gunw_product_guide.md - - AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank + - products.md + - RTC: + - guides/rtc_product_guide.md + - Product Guide: guides/rtc_product_guide.md + - StoryMap: tutorials/rtc_storymap.md + - Theoretical Basis: guides/rtc_atbd.md + - OPERA RTC-S1: + - guides/opera_rtc_product_guide.md + - Product Guide: guides/opera_rtc_product_guide.md + - Product Specs: https://www.jpl.nasa.gov/go/opera/products/rtc-product/" target="_blank + - StoryMap (English): tutorials/opera-rtc-storymap-eng.md + - StoryMap (Spanish): tutorials/opera-rtc-storymap-esp.md + - InSAR: + - guides/insar_product_guide.md + - Product Guide: guides/insar_product_guide.md + - StoryMap: tutorials/insar_storymap.md + - Burst InSAR: + - guides/burst_insar_product_guide.md + - Product Guide: guides/burst_insar_product_guide.md + - StoryMap: tutorials/burst_insar_storymap.md + - ARIA S1 GUNW: + - guides/gunw_product_guide.md + - Product Guide: guides/gunw_product_guide.md + - AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank - Sentinel-1 Mission: sentinel1.md - SAR Basics: - - guides/introduction_to_sar.md - - Introduction to SAR: guides/introduction_to_sar.md - - Digital Elevation Models: dems.md - - Water Masking: water_masking.md - - SAR FAQ: https://asf.alaska.edu/information/sar-information/what-is-sar/#sar_faq" target="_blank + - guides/introduction_to_sar.md + - Introduction to SAR: guides/introduction_to_sar.md + - Digital Elevation Models: dems.md + - Water Masking: water_masking.md + - SAR FAQ: https://asf.alaska.edu/information/sar-information/what-is-sar/#sar_faq" target="_blank - Tutorials: - - tutorials.md - - Jupyter Notebooks: - - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank - - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank - - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank - - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md - - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank - - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank - - StoryMap Tutorials: - - tutorials/agol_tutorials.md - - RTC On Demand!: tutorials/rtc_storymap.md - - InSAR On Demand!: tutorials/insar_storymap.md - - Burst-Based InSAR: tutorials/burst_insar_storymap.md + - tutorials.md + - Jupyter Notebooks: + - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank + - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank + - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank + - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md + - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank + - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank + - StoryMap Tutorials: + - tutorials/agol_tutorials.md + - RTC On Demand!: tutorials/rtc_storymap.md + - InSAR On Demand!: tutorials/insar_storymap.md + - Burst-Based InSAR: tutorials/burst_insar_storymap.md - Other Tools: - - ArcGIS Toolbox: tools/arcgis_toolbox.md - - ASF Tools for Python: - - tools/asf_tools.md - - API Reference: tools/asf_tools_api.md + - ArcGIS Toolbox: tools/arcgis_toolbox.md + - ASF Tools for Python: + - tools/asf_tools.md + - API Reference: tools/asf_tools_api.md - Developers: - - Architecture: how_it_works.md - - Plugins: plugins.md - - Contributing: contributing.md - - Code of Conduct: https://github.com/ASFHyP3/.github/blob/main/CODE_OF_CONDUCT.md" target="_blank + - Architecture: how_it_works.md + - Plugins: plugins.md + - Contributing: contributing.md + - Code of Conduct: https://github.com/ASFHyP3/.github/blob/main/CODE_OF_CONDUCT.md" target="_blank - What's New: - whats_new.md - Introducing HyP3+: news/hyp3_plus_introduction.md @@ -150,14 +149,14 @@ plugins: module_name: macros - mkdocstrings: handlers: - python: - options: - inherited_members: true - show_root_toc_entry: false + python: + options: + inherited_members: true + show_root_toc_entry: false - redirects: redirect_maps: # full link to our hosted docs needed b/c mkdocs-redirects doesn't support hash fragments # See: https://github.com/datarobot/mkdocs-redirects/issues/16 - getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started' - tutorials/mintpy.md: 'https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb' - using/quota.md: 'using/credits.md' + getting_started.md: "https://hyp3-docs.asf.alaska.edu/#getting-started" + tutorials/mintpy.md: "https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" + using/quota.md: "using/credits.md" From 26cf45fbdfd3d76264f557fb15170253903d29a7 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Fri, 17 Apr 2026 14:54:01 -0800 Subject: [PATCH 04/20] chore: update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e079cf5ec..20e972a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.13.3] + +### Added +* Updated [Requesting Access](docs/using/requesting_access.md) to include tentative whitelist changeover dates +* Reveal button to link to Vertex to apply for Earth Data profile whitelisting +* Add [Requesting Access](docs/using/requesting_access.md) link to `Hyp3 Basic` page and to side panel navigation under `Using Hyp3` ## [0.13.2] From 2e99c049f75e7681eea5b325c2d0b7ec7bf5aa77 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Mon, 20 Apr 2026 10:27:21 -0800 Subject: [PATCH 05/20] chore: remove autoformatted indentation, single-quotes --- mkdocs.yml | 152 ++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 245e3e328..b726e859e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,82 +62,82 @@ extra_javascript: nav: - HyP3: - - about.md - - HyP3 Basic: about/hyp3_basic.md - - HyP3+: - - about/hyp3_plus.md - - Terms of Service: about/hyp3_plus_terms.md + - about.md + - HyP3 Basic: about/hyp3_basic.md + - HyP3+: + - about/hyp3_plus.md + - Terms of Service: about/hyp3_plus_terms.md - Using HyP3: - - using.md - - Requesting Access: using/requesting_access.md - - Vertex: using/vertex.md - - SDK: - - using/sdk.md - - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - API Reference: using/sdk_api.md - - API: using/api.md - - Authentication: using/authentication.md - - Credits: using/credits.md - - Downloads: using/downloading.md - - How to Cite HyP3: usage_guidelines.md + - using.md + - Requesting Access: using/requesting_access.md + - Vertex: using/vertex.md + - SDK: + - using/sdk.md + - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - API Reference: using/sdk_api.md + - API: using/api.md + - Authentication: using/authentication.md + - Credits: using/credits.md + - Downloads: using/downloading.md + - How to Cite HyP3: usage_guidelines.md - Products: - - products.md - - RTC: - - guides/rtc_product_guide.md - - Product Guide: guides/rtc_product_guide.md - - StoryMap: tutorials/rtc_storymap.md - - Theoretical Basis: guides/rtc_atbd.md - - OPERA RTC-S1: - - guides/opera_rtc_product_guide.md - - Product Guide: guides/opera_rtc_product_guide.md - - Product Specs: https://www.jpl.nasa.gov/go/opera/products/rtc-product/" target="_blank - - StoryMap (English): tutorials/opera-rtc-storymap-eng.md - - StoryMap (Spanish): tutorials/opera-rtc-storymap-esp.md - - InSAR: - - guides/insar_product_guide.md - - Product Guide: guides/insar_product_guide.md - - StoryMap: tutorials/insar_storymap.md - - Burst InSAR: - - guides/burst_insar_product_guide.md - - Product Guide: guides/burst_insar_product_guide.md - - StoryMap: tutorials/burst_insar_storymap.md - - ARIA S1 GUNW: - - guides/gunw_product_guide.md - - Product Guide: guides/gunw_product_guide.md - - AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank + - products.md + - RTC: + - guides/rtc_product_guide.md + - Product Guide: guides/rtc_product_guide.md + - StoryMap: tutorials/rtc_storymap.md + - Theoretical Basis: guides/rtc_atbd.md + - OPERA RTC-S1: + - guides/opera_rtc_product_guide.md + - Product Guide: guides/opera_rtc_product_guide.md + - Product Specs: https://www.jpl.nasa.gov/go/opera/products/rtc-product/" target="_blank + - StoryMap (English): tutorials/opera-rtc-storymap-eng.md + - StoryMap (Spanish): tutorials/opera-rtc-storymap-esp.md + - InSAR: + - guides/insar_product_guide.md + - Product Guide: guides/insar_product_guide.md + - StoryMap: tutorials/insar_storymap.md + - Burst InSAR: + - guides/burst_insar_product_guide.md + - Product Guide: guides/burst_insar_product_guide.md + - StoryMap: tutorials/burst_insar_storymap.md + - ARIA S1 GUNW: + - guides/gunw_product_guide.md + - Product Guide: guides/gunw_product_guide.md + - AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank - Sentinel-1 Mission: sentinel1.md - SAR Basics: - - guides/introduction_to_sar.md - - Introduction to SAR: guides/introduction_to_sar.md - - Digital Elevation Models: dems.md - - Water Masking: water_masking.md - - SAR FAQ: https://asf.alaska.edu/information/sar-information/what-is-sar/#sar_faq" target="_blank + - guides/introduction_to_sar.md + - Introduction to SAR: guides/introduction_to_sar.md + - Digital Elevation Models: dems.md + - Water Masking: water_masking.md + - SAR FAQ: https://asf.alaska.edu/information/sar-information/what-is-sar/#sar_faq" target="_blank - Tutorials: - - tutorials.md - - Jupyter Notebooks: - - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank - - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank - - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank - - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md - - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank - - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank - - Multi-Burst InSAR SBAS Stack: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb" target="_blank - - StoryMap Tutorials: - - tutorials/agol_tutorials.md - - RTC On Demand!: tutorials/rtc_storymap_tutorial.md - - InSAR On Demand!: tutorials/insar_storymap_tutorial.md - - Burst-Based InSAR: tutorials/burst_insar_storymap_tutorial.md + - tutorials.md + - Jupyter Notebooks: + - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank + - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank + - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank + - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md + - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank + - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank + - Multi-Burst InSAR SBAS Stack: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb" target="_blank + - StoryMap Tutorials: + - tutorials/agol_tutorials.md + - RTC On Demand!: tutorials/rtc_storymap_tutorial.md + - InSAR On Demand!: tutorials/insar_storymap_tutorial.md + - Burst-Based InSAR: tutorials/burst_insar_storymap_tutorial.md - Other Tools: - - ArcGIS Toolbox: tools/arcgis_toolbox.md - - ASF Tools for Python: - - tools/asf_tools.md - - API Reference: tools/asf_tools_api.md + - ArcGIS Toolbox: tools/arcgis_toolbox.md + - ASF Tools for Python: + - tools/asf_tools.md + - API Reference: tools/asf_tools_api.md - Developers: - - Architecture: how_it_works.md - - Plugins: plugins.md - - Contributing: contributing.md - - Code of Conduct: https://github.com/ASFHyP3/.github/blob/main/CODE_OF_CONDUCT.md" target="_blank + - Architecture: how_it_works.md + - Plugins: plugins.md + - Contributing: contributing.md + - Code of Conduct: https://github.com/ASFHyP3/.github/blob/main/CODE_OF_CONDUCT.md" target="_blank - What's New: - whats_new.md - Introducing HyP3+: news/hyp3_plus_introduction.md @@ -150,14 +150,14 @@ plugins: module_name: macros - mkdocstrings: handlers: - python: - options: - inherited_members: true - show_root_toc_entry: false + python: + options: + inherited_members: true + show_root_toc_entry: false - redirects: redirect_maps: # full link to our hosted docs needed b/c mkdocs-redirects doesn't support hash fragments # See: https://github.com/datarobot/mkdocs-redirects/issues/16 - getting_started.md: "https://hyp3-docs.asf.alaska.edu/#getting-started" - tutorials/mintpy.md: "https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" - using/quota.md: "using/credits.md" + getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started' + tutorials/mintpy.md: 'https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb' + using/quota.md: 'using/credits.md' From 6342b94508006da13ed7607e10d1f8d173eb402a Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Mon, 20 Apr 2026 10:34:34 -0800 Subject: [PATCH 06/20] chore: Further indent fixes --- mkdocs.yml | 74 +++++++++++++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index b726e859e..12b2c923a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,7 +26,7 @@ theme: repo_url: https://github.com/ASFHyP3 repo_name: ASF HyP3 -edit_uri: "" +edit_uri: '' extra: social: @@ -65,16 +65,16 @@ nav: - about.md - HyP3 Basic: about/hyp3_basic.md - HyP3+: - - about/hyp3_plus.md - - Terms of Service: about/hyp3_plus_terms.md + - about/hyp3_plus.md + - Terms of Service: about/hyp3_plus_terms.md - Using HyP3: - using.md - Requesting Access: using/requesting_access.md - Vertex: using/vertex.md - SDK: - - using/sdk.md - - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - API Reference: using/sdk_api.md + - using/sdk.md + - Example Notebook: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - API Reference: using/sdk_api.md - API: using/api.md - Authentication: using/authentication.md - Credits: using/credits.md @@ -83,10 +83,10 @@ nav: - Products: - products.md - RTC: - - guides/rtc_product_guide.md - - Product Guide: guides/rtc_product_guide.md - - StoryMap: tutorials/rtc_storymap.md - - Theoretical Basis: guides/rtc_atbd.md + - guides/rtc_product_guide.md + - Product Guide: guides/rtc_product_guide.md + - StoryMap: tutorials/rtc_storymap.md + - Theoretical Basis: guides/rtc_atbd.md - OPERA RTC-S1: - guides/opera_rtc_product_guide.md - Product Guide: guides/opera_rtc_product_guide.md @@ -94,13 +94,13 @@ nav: - StoryMap (English): tutorials/opera-rtc-storymap-eng.md - StoryMap (Spanish): tutorials/opera-rtc-storymap-esp.md - InSAR: - - guides/insar_product_guide.md - - Product Guide: guides/insar_product_guide.md - - StoryMap: tutorials/insar_storymap.md + - guides/insar_product_guide.md + - Product Guide: guides/insar_product_guide.md + - StoryMap: tutorials/insar_storymap.md - Burst InSAR: - - guides/burst_insar_product_guide.md - - Product Guide: guides/burst_insar_product_guide.md - - StoryMap: tutorials/burst_insar_storymap.md + - guides/burst_insar_product_guide.md + - Product Guide: guides/burst_insar_product_guide.md + - StoryMap: tutorials/burst_insar_storymap.md - ARIA S1 GUNW: - guides/gunw_product_guide.md - Product Guide: guides/gunw_product_guide.md @@ -115,24 +115,24 @@ nav: - Tutorials: - tutorials.md - Jupyter Notebooks: - - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank - - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank - - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank - - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank - - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md - - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank - - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank - - Multi-Burst InSAR SBAS Stack: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb" target="_blank + - Using HyP3 Python SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/sdk_example.ipynb" target="_blank + - Authenticate HyP3 in the SDK: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_authentication.ipynb" target="_blank + - Search another user's jobs: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/search_other_user_jobs.ipynb" target="_blank + - Update existing job name: https://github.com/ASFHyP3/hyp3-sdk/blob/main/docs/hyp3_job_name_change.ipynb" target="_blank + - Process new granules for search parameters: tutorials/process-new-granules-for-search-parameters.md + - InSAR time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb" target="_blank + - InSAR burst time series with MintPy: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_isce2_burst_stack_for_ts_analysis.ipynb" target="_blank + - Multi-Burst InSAR SBAS Stack: https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/multiburst_sbas.ipynb" target="_blank - StoryMap Tutorials: - - tutorials/agol_tutorials.md - - RTC On Demand!: tutorials/rtc_storymap_tutorial.md - - InSAR On Demand!: tutorials/insar_storymap_tutorial.md - - Burst-Based InSAR: tutorials/burst_insar_storymap_tutorial.md + - tutorials/agol_tutorials.md + - RTC On Demand!: tutorials/rtc_storymap_tutorial.md + - InSAR On Demand!: tutorials/insar_storymap_tutorial.md + - Burst-Based InSAR: tutorials/burst_insar_storymap_tutorial.md - Other Tools: - ArcGIS Toolbox: tools/arcgis_toolbox.md - ASF Tools for Python: - - tools/asf_tools.md - - API Reference: tools/asf_tools_api.md + - tools/asf_tools.md + - API Reference: tools/asf_tools_api.md - Developers: - Architecture: how_it_works.md - Plugins: plugins.md @@ -150,14 +150,14 @@ plugins: module_name: macros - mkdocstrings: handlers: - python: - options: - inherited_members: true - show_root_toc_entry: false + python: + options: + inherited_members: true + show_root_toc_entry: false - redirects: redirect_maps: # full link to our hosted docs needed b/c mkdocs-redirects doesn't support hash fragments # See: https://github.com/datarobot/mkdocs-redirects/issues/16 - getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started' - tutorials/mintpy.md: 'https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb' - using/quota.md: 'using/credits.md' + getting_started.md: 'https://hyp3-docs.asf.alaska.edu/#getting-started' + tutorials/mintpy.md: 'https://github.com/ASFHyP3/hyp3-docs/blob/main/docs/tutorials/hyp3_insar_stack_for_ts_analysis.ipynb' + using/quota.md: 'using/credits.md' From e7c53645d851e1fcbe913b7bc6a600dc1a3b4330 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Mon, 20 Apr 2026 11:02:31 -0800 Subject: [PATCH 07/20] fix: fix link to request access form to Vertex prod. Fix tip styling. Remove last TODOs in "Getting Started" --- docs/application-snippet.md | 2 +- docs/using/requesting_access.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/application-snippet.md b/docs/application-snippet.md index 8a34a31a3..be4b63634 100644 --- a/docs/application-snippet.md +++ b/docs/application-snippet.md @@ -1,6 +1,6 @@ !!! warning "New On Demand users must request HyP3 access" - To ensure responsible use of ASF's On Demand resources, new users must submit an [access request form](#TODO: add link to access request form). Requests will be processed within 48 hours (#TODO: adjust this limit as necessary), and the user will receive an email indicating if their request has been approved. Users must be approved before they can submit jobs for On Demand processing. Refer to the [Requesting Access](using/requesting_access.md) page for more information. + To ensure responsible use of ASF's On Demand resources, new users must submit an [access request form](https://search.asf.alaska.edu/#/?isOnDemandOpen=true). Requests will be processed within two business days, and the user will receive an email indicating if their request has been approved. Users must be approved before they can submit jobs for On Demand processing. Refer to the [Requesting Access](using/requesting_access.md) page for more information. On Demand services are provided at no cost to the user, and anyone can request access to this service. To ensure that the processing is equitably distributed throughout the user community, we have implemented a number of policies: diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 87b0d7b16..5b638b675 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -5,7 +5,7 @@ before submitting jobs for On Demand processing using the HyP3 platform. HyP3 accounts are limited to one per person. If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. - [Request Access](https://search-test.asf.alaska.edu/#/?isOnDemandOpen=true){ .md-button .md-button--primary .middle } + [Request Access](https://search.asf.alaska.edu/#/?isOnDemandOpen=true){ .md-button .md-button--primary .middle } You will need an [Earthdata Login](https://urs.earthdata.nasa.gov/ 'https://urs.earthdata.nasa.gov/' ){target=_blank} (EDL) account before requesting access. @@ -19,11 +19,11 @@ using a different Earthdata Login account. Once your access request has been approved, you can submit jobs for On Demand processing using your EDL credentials. *You only need to complete this approval process once.* -## Existing HyP3 users do not need to request access +!!! tip Existing HyP3 users do not need to request access -Existing On Demand users (i.e. users who signed up before May 4th 2026) do *not* need to undergo this process. -If you are no longer able to process On Demand jobs and you believe you should still have access, you can either -submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") for more information. + Existing On Demand users (i.e. users who signed up before May 4th 2026) do *not* need to undergo this process. + If you are no longer able to process On Demand jobs and you believe you should still have access, you can either + submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") for more information. ## Workshops and Tutorials From 39059048628ae13bc6a91058d05abd47bb3d68e8 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Mon, 20 Apr 2026 11:04:17 -0800 Subject: [PATCH 08/20] fix: fix punctuation --- docs/about/hyp3_basic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/hyp3_basic.md b/docs/about/hyp3_basic.md index dfdf4bbba..6bf476928 100644 --- a/docs/about/hyp3_basic.md +++ b/docs/about/hyp3_basic.md @@ -5,7 +5,7 @@ This service, now called HyP3 Basic, is funded by NASA, and hosted in NASA's [Earthdata Cloud (EDC)](https://www.earthdata.nasa.gov/about/earthdata-cloud-evolution "https://www.earthdata.nasa.gov/about/earthdata-cloud-evolution" ){target=_blank}. Anyone can use HyP3 Basic. All you need is an -[Earthdata Login](../using/authentication.md#earthdata-login-edl "Jump to EDL Documentation") and to [whitelist your profile](../using/requesting_access.md "Jump to requesting access") +[Earthdata Login](../using/authentication.md#earthdata-login-edl "Jump to EDL Documentation") and to [whitelist your profile](../using/requesting_access.md "Jump to requesting access"). Each user receives {{ CREDITS_PER_MONTH }} credits each month to use for processing any On Demand products. Different HyP3 job types consume different credit amounts, as defined in the From 1d0888a39bef1def59726870fd99988a5c722b3f Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Mon, 20 Apr 2026 11:28:54 -0800 Subject: [PATCH 09/20] style: drop text from above application-snippet --- docs/using-snippet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/using-snippet.md b/docs/using-snippet.md index 20dd685bc..c0642c1e3 100644 --- a/docs/using-snippet.md +++ b/docs/using-snippet.md @@ -13,7 +13,6 @@ for more information. If you do not have enough credits to generate all the products you need for your project, you can purchase additional credits in [HyP3+](about/hyp3_plus.md "Jump to HyP3+ Documentation"). -request access to HyP3 Basic: {% include 'application-snippet.md' %} From dba3ce1d9cc268557c772cae28a826074fe18eff Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 12:34:51 -0800 Subject: [PATCH 10/20] add entry to the What's New page for whitelisting --- docs/whats_new.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/whats_new.md b/docs/whats_new.md index ddbb36a6f..400f366ca 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -1,5 +1,16 @@ # What's New +## April 22, 2026 + +**Effective May 4th, 2026, new On Demand users will need to request access before they will be able to submit +On Demand jobs for processing using ASF's HyP3 platform.** + +Due to increased demand and reduced budget, ASF is implementing user whitelisting as a way to control costs. Users +who have submitted On Demand jobs since June 2025 will be automatically whitelisted, but anyone who has not submitted +jobs for processing in that time will need to request access. + + + ## Nov 26, 2025 **Effective December 1st, monthly credit allotments for ASF’s HyP3 On Demand processing service will be reduced to 8,000 @@ -49,7 +60,7 @@ If you have questions or concerns about this change, please email [uso@asf.alask !["HyP3+ logo"](images/HyP3+_Logo_Icon_Only.png){ width="100"; style="float: left;" } - For users who need more processing than the 10,000 credit limit allows, ASF now hosts + For users who need more processing than the {{ CREDITS_PER_MONTH }} credit limit allows, ASF now hosts [HyP3+](about/hyp3_plus.md "Jump to the HyP3+ Landing Page"), a user-supported version of HyP3 that allows you to purchase as many credits as you need. From 35f94f1734fd74e6a98e6c0fa5ab7af557145d7a Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 12:37:49 -0800 Subject: [PATCH 11/20] add link to the requesting access page in the whats_new.md entry --- docs/whats_new.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/whats_new.md b/docs/whats_new.md index 400f366ca..c5fb643a2 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -9,6 +9,9 @@ Due to increased demand and reduced budget, ASF is implementing user whitelistin who have submitted On Demand jobs since June 2025 will be automatically whitelisted, but anyone who has not submitted jobs for processing in that time will need to request access. +Refer to the [Requesting Access](using/requesting_access.md "Jump to the Requesting Access page") page for more +information. + ## Nov 26, 2025 From 4acba597d07d3365d400cfcd27348153eb02f353 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 12:40:17 -0800 Subject: [PATCH 12/20] add another link to the requesting access page --- docs/whats_new.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/whats_new.md b/docs/whats_new.md index c5fb643a2..5ba6e6018 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -5,15 +5,16 @@ **Effective May 4th, 2026, new On Demand users will need to request access before they will be able to submit On Demand jobs for processing using ASF's HyP3 platform.** -Due to increased demand and reduced budget, ASF is implementing user whitelisting as a way to control costs. Users -who have submitted On Demand jobs since June 2025 will be automatically whitelisted, but anyone who has not submitted -jobs for processing in that time will need to request access. +Due to increased demand and reduced budget, ASF is implementing user whitelisting as a way to control HyP3 processing +costs. Users who have submitted On Demand jobs since June 2025 will be automatically whitelisted, but anyone who has +not submitted jobs for processing in that time will need to +[request access](using/requesting_access.md "Jump to the Requesting Access page"). + + Refer to the [Requesting Access](using/requesting_access.md "Jump to the Requesting Access page") page for more information. - - ## Nov 26, 2025 **Effective December 1st, monthly credit allotments for ASF’s HyP3 On Demand processing service will be reduced to 8,000 From 3c4d472e44f5cc696d3aedb1018458b9d500c825 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 12:43:26 -0800 Subject: [PATCH 13/20] add comma --- docs/using/requesting_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 5b638b675..e7fbf6ec3 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -1,6 +1,6 @@ # Requesting Access -Starting on May 4th 2026, new users will be required to request access +Starting on May 4th, 2026, new users will be required to request access before submitting jobs for On Demand processing using the HyP3 platform. HyP3 accounts are limited to one per person. If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. From 99f48c48d25527a84124b84b574fc3a21cf6b706 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 12:54:15 -0800 Subject: [PATCH 14/20] adjust grandfathering dates --- docs/using/requesting_access.md | 9 +++++---- docs/whats_new.md | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index e7fbf6ec3..f56dd73f0 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -1,9 +1,10 @@ # Requesting Access -Starting on May 4th, 2026, new users will be required to request access -before submitting jobs for On Demand processing using the HyP3 platform. -HyP3 accounts are limited to one per person. -If you have used HyP3 for On Demand processing in the past, you will be able to continue using our service without requesting access. +Starting on May 4th, 2026, new users will be required to request access before submitting jobs for On Demand processing +using the HyP3 platform. HyP3 accounts are limited to one per person. If you submitted On Demand processing jobs to +HyP3 between August 1, 2025, and May 1, 2026, you will be able to continue using our service without requesting access. + + [Request Access](https://search.asf.alaska.edu/#/?isOnDemandOpen=true){ .md-button .md-button--primary .middle } diff --git a/docs/whats_new.md b/docs/whats_new.md index 5ba6e6018..3fbdbdff2 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -5,9 +5,9 @@ **Effective May 4th, 2026, new On Demand users will need to request access before they will be able to submit On Demand jobs for processing using ASF's HyP3 platform.** -Due to increased demand and reduced budget, ASF is implementing user whitelisting as a way to control HyP3 processing -costs. Users who have submitted On Demand jobs since June 2025 will be automatically whitelisted, but anyone who has -not submitted jobs for processing in that time will need to +Due to increased demand and a reduced budget, ASF is implementing user whitelisting as a way to control HyP3 processing +costs. Users who submitted On Demand jobs August 1, 2025 and May 1, 2026, will be automatically whitelisted, +but anyone who has not submitted jobs for processing in that time will need to [request access](using/requesting_access.md "Jump to the Requesting Access page"). From 9ab1813f6b1e1d5ba28ff3f6aa019445e5f15136 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 13:00:17 -0800 Subject: [PATCH 15/20] adjust grandfathering dates in admonition box --- docs/using/requesting_access.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index f56dd73f0..386b136aa 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -22,9 +22,10 @@ Once your access request has been approved, you can submit jobs for On Demand pr !!! tip Existing HyP3 users do not need to request access - Existing On Demand users (i.e. users who signed up before May 4th 2026) do *not* need to undergo this process. - If you are no longer able to process On Demand jobs and you believe you should still have access, you can either - submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") for more information. + Existing On Demand users who have submitted jobs between August 1, 2025 and May 1, 2026, do *not* need to request + access. If you are no longer able to process On Demand jobs and you believe you should still have access, you can + either submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") + for more information. ## Workshops and Tutorials From 5f5706bd012b5f4555ec9353977d1fb03260a174 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 13:18:16 -0800 Subject: [PATCH 16/20] update changelog --- CHANGELOG.md | 6 +++--- docs/whats_new.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e972a21..7d4c4e73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.13.3] ### Added -* Updated [Requesting Access](docs/using/requesting_access.md) to include tentative whitelist changeover dates -* Reveal button to link to Vertex to apply for Earth Data profile whitelisting +* Add [Requesting Access](docs/using/requesting_access.md) documentation * Add [Requesting Access](docs/using/requesting_access.md) link to `Hyp3 Basic` page and to side panel navigation under `Using Hyp3` +* Document the change to require access requests on the [What's New](docs/whats_new.md#april-22-2026) page ## [0.13.2] @@ -90,7 +90,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added * Added logos for the HyP3+ deployment * Added documentation for [HyP3+](docs/about/hyp3_plus.md), including [Terms and Conditions](docs/about/hyp3_plus_terms.md) -* Added HyP3+ announcement to the [What's New](docs/whats_new.md) section +* Added HyP3+ announcement to the [What's New](docs/whats_new.md#nov-26-2025) section * Amended other documentation topics to include HyP3+ references and guidance * Added a column for product cost when using HyP3+ in the [Credit Cost Table](docs/using/credits.md#credit-cost-table) diff --git a/docs/whats_new.md b/docs/whats_new.md index 3fbdbdff2..5f554ef12 100644 --- a/docs/whats_new.md +++ b/docs/whats_new.md @@ -64,8 +64,8 @@ If you have questions or concerns about this change, please email [uso@asf.alask !["HyP3+ logo"](images/HyP3+_Logo_Icon_Only.png){ width="100"; style="float: left;" } - For users who need more processing than the {{ CREDITS_PER_MONTH }} credit limit allows, ASF now hosts - [HyP3+](about/hyp3_plus.md "Jump to the HyP3+ Landing Page"), a user-supported + For users who need more processing than the [standard credit limit](using/credits.md "Jump to Credits page") + allows, ASF now hosts [HyP3+](about/hyp3_plus.md "Jump to the HyP3+ Landing Page"), a user-supported version of HyP3 that allows you to purchase as many credits as you need. [Get to know HyP3+!](news/hyp3_plus_introduction.md "Jump to the HyP3+ Introduction") From 86536d034efbe83e9ffcb3e2f347e44851e4360d Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 13:19:13 -0800 Subject: [PATCH 17/20] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d4c4e73a..19abe370c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added * Add [Requesting Access](docs/using/requesting_access.md) documentation * Add [Requesting Access](docs/using/requesting_access.md) link to `Hyp3 Basic` page and to side panel navigation under `Using Hyp3` -* Document the change to require access requests on the [What's New](docs/whats_new.md#april-22-2026) page +* Added entry to [What's New](docs/whats_new.md#april-22-2026) page about requesting access ## [0.13.2] From 300345c33fa5d002ec430c48fabeb9ab51bf036d Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 13:19:51 -0800 Subject: [PATCH 18/20] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19abe370c..f815c5a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added * Add [Requesting Access](docs/using/requesting_access.md) documentation -* Add [Requesting Access](docs/using/requesting_access.md) link to `Hyp3 Basic` page and to side panel navigation under `Using Hyp3` +* Add [Requesting Access](docs/using/requesting_access.md) link to `HyP3 Basic` page and to side panel navigation under `Using HyP3` * Added entry to [What's New](docs/whats_new.md#april-22-2026) page about requesting access ## [0.13.2] From 3bf37fae27ab24cb5ef9376ae62061ffb6c0a6c5 Mon Sep 17 00:00:00 2001 From: hjkristenson Date: Mon, 20 Apr 2026 15:53:49 -0800 Subject: [PATCH 19/20] add comma --- docs/using/requesting_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 386b136aa..0df0805d3 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -22,7 +22,7 @@ Once your access request has been approved, you can submit jobs for On Demand pr !!! tip Existing HyP3 users do not need to request access - Existing On Demand users who have submitted jobs between August 1, 2025 and May 1, 2026, do *not* need to request + Existing On Demand users who have submitted jobs between August 1, 2025, and May 1, 2026, do *not* need to request access. If you are no longer able to process On Demand jobs and you believe you should still have access, you can either submit an access request or email [uso@asf.alaska.edu](mailto:uso@asf.alaska.edu "uso@asf.alaska.edu") for more information. From a330162c41b82194afde01ffaa9c27daab821df4 Mon Sep 17 00:00:00 2001 From: SpicyGarlicAlbacoreRoll Date: Wed, 22 Apr 2026 08:17:49 -0800 Subject: [PATCH 20/20] style: direct users to log in on Vertex when attempting to submit access request form --- docs/application-snippet.md | 2 +- docs/using/requesting_access.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/application-snippet.md b/docs/application-snippet.md index be4b63634..4df9bf6cb 100644 --- a/docs/application-snippet.md +++ b/docs/application-snippet.md @@ -1,6 +1,6 @@ !!! warning "New On Demand users must request HyP3 access" - To ensure responsible use of ASF's On Demand resources, new users must submit an [access request form](https://search.asf.alaska.edu/#/?isOnDemandOpen=true). Requests will be processed within two business days, and the user will receive an email indicating if their request has been approved. Users must be approved before they can submit jobs for On Demand processing. Refer to the [Requesting Access](using/requesting_access.md) page for more information. + To ensure responsible use of ASF's On Demand resources, new users must log in to Vertex and submit an [access request form](https://search.asf.alaska.edu/#/?isOnDemandOpen=true). Requests will be processed within two business days, and the user will receive an email indicating if their request has been approved. Users must be approved before they can submit jobs for On Demand processing. Refer to the [Requesting Access](using/requesting_access.md) page for more information. On Demand services are provided at no cost to the user, and anyone can request access to this service. To ensure that the processing is equitably distributed throughout the user community, we have implemented a number of policies: diff --git a/docs/using/requesting_access.md b/docs/using/requesting_access.md index 0df0805d3..33a32b62a 100644 --- a/docs/using/requesting_access.md +++ b/docs/using/requesting_access.md @@ -8,6 +8,11 @@ HyP3 between August 1, 2025, and May 1, 2026, you will be able to continue using [Request Access](https://search.asf.alaska.edu/#/?isOnDemandOpen=true){ .md-button .md-button--primary .middle } +!!! tip + + New users must be logged in to see the Request Access form above through Vertex. If you are a new user + and don't see the request form when clicking the button above, verify you are logged in to Vertex. + You will need an [Earthdata Login](https://urs.earthdata.nasa.gov/ 'https://urs.earthdata.nasa.gov/' ){target=_blank} (EDL) account before requesting access. You can [register here](https://urs.earthdata.nasa.gov/users/new 'https://urs.earthdata.nasa.gov/users/new' ){target=_blank}