-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f3c296
commit 379a013
Showing
18 changed files
with
75 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
opensarlab-docs.asf.alaska.edu | ||
OpenSARLab-docs.asf.alaska.edu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[Return to Table of Contents](../dev.md) | ||
|
||
# OpenSARlab System Diagram | ||
# OpenSARLab System Diagram | ||
|
||
![OpenSARlab system diagram June 2021](../assets/system_diagrams/OpenSARlab_system_diagram_June_2021.png) | ||
![OpenSARLab system diagram June 2021](../assets/system_diagrams/OpenSARLab_system_diagram_June_2021.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
1. [System Diagram](assets/system_diagrams/OpenSARlab_system_diagram_June_2021.png) | ||
1. [Deploy OpenSARlab to AWS](dev-guides/deploy_OpenSARlab.md) | ||
1. [System Diagram](assets/system_diagrams/OpenSARLab_system_diagram_June_2021.png) | ||
1. [Deploy OpenSARLab to AWS](dev-guides/deploy_OpenSARLab.md) | ||
1. [Conda Environment Options](dev-guides/conda_environments.md) | ||
1. [OpenSARlab Notifications](dev-guides/notifications.md) | ||
1. [OpenSARLab Notifications](dev-guides/notifications.md) | ||
1. [Troubleshooting](dev-guides/troubleshooting.md) | ||
1. [Custom Mintpy Conda Build Instructions](dev-guides/mintpy_conda.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Welcome to OpenSARlab | ||
# Welcome to OpenSARLab | ||
|
||
## What is OpenSARlab? | ||
## What is OpenSARLab? | ||
|
||
OpenSARlab is a service providing users persistent, cloud-based, customizable computing environments. Groups of scientists and students have access to identical environments, containing the same software, running on the same hardware. It operates in the cloud, which means anyone with a moderately reliable internet connection can access their development environment. OpenSARlab sits alongside ASF's data archives in AWS, allowing for low latency transfer of large data products. | ||
OpenSARLab is a service providing users persistent, cloud-based, customizable computing environments. Groups of scientists and students have access to identical environments, containing the same software, running on the same hardware. It operates in the cloud, which means anyone with a moderately reliable internet connection can access their development environment. OpenSARLab sits alongside ASF's data archives in AWS, allowing for low latency transfer of large data products. | ||
|
||
OpenSARlab is a deployable service that creates an autoscaling Kubernetes cluster in Amazon AWS, running JupyterHub. Users have access to customizable environments running JupyterLab via authenticated accounts with persistent storage. | ||
OpenSARLab is a deployable service that creates an autoscaling Kubernetes cluster in Amazon AWS, running JupyterHub. Users have access to customizable environments running JupyterLab via authenticated accounts with persistent storage. | ||
|
||
While OpenSARlab was designed with SAR data science in mind, it is not limited to this field. Any group | ||
While OpenSARLab was designed with SAR data science in mind, it is not limited to this field. Any group | ||
development scenario involving large datasets and/or the need for complicated development environments | ||
can benefit from working in an OpenSARlab deployment. | ||
can benefit from working in an OpenSARLab deployment. | ||
|
||
[Sign in or create an account to try OpenSARLab](https://opensarlab.asf.alaska.edu/hub/login) | ||
|
||
## How will OpenSARlab benefit my work as a SAR scientist? | ||
OpenSARlab addresses the following issues that often arise when developing SAR data science techniques, especially in | ||
## How will OpenSARLab benefit my work as a SAR scientist? | ||
OpenSARLab addresses the following issues that often arise when developing SAR data science techniques, especially in | ||
a collaborative setting: | ||
|
||
* Most SAR analysis algorithms require the installation of many interdependent Python science packages | ||
|
@@ -22,15 +22,15 @@ OpenSARlab addresses the following issues that often arise when developing SAR d | |
* SAR data products are often quite large, which leads to slow, expensive data transfers | ||
* SAR scientists with limited resources may lack access to the hardware required for analysis | ||
|
||
## How will OpenSARlab benefit the class or training I am planning? | ||
OpenSARlab alleviates some of the pitfalls commonly encountered when teaching software development and data science in any field: | ||
## How will OpenSARLab benefit the class or training I am planning? | ||
OpenSARLab alleviates some of the pitfalls commonly encountered when teaching software development and data science in any field: | ||
|
||
* Teaching is often interrupted when students work in varying environments, requiring valuable instructor time to help set up their systems so they may complete their assignments. | ||
* Students may lack the hardware needed to run the software required for assignments. | ||
* Students may lack the bandwidth needed to download large data products to their local computers. | ||
|
||
|
||
## How is OpenSARlab different from Binder? | ||
## How is OpenSARLab different from Binder? | ||
|
||
- Authenticated user accounts | ||
- User group management | ||
|
@@ -40,13 +40,13 @@ OpenSARlab alleviates some of the pitfalls commonly encountered when teaching so | |
- Deployable to other AWS accounts | ||
- Developer defined server timeouts (not restricted to 10 minutes of inactivity) | ||
|
||
## How to Access OpenSARlab | ||
## How to Access OpenSARLab | ||
|
||
### As a Paid Service Managed by Alaska Satellite Facility Enterprise | ||
|
||
Contact ASF-E (<[email protected]>) to discuss options for setting up an OpenSARlab deployment to suit your needs. | ||
Contact ASF-E (<[email protected]>) to discuss options for setting up an OpenSARLab deployment to suit your needs. | ||
|
||
### Deploy OpenSARlab to Your Own AWS Account _(Coming Soon)_ | ||
### Deploy OpenSARLab to Your Own AWS Account _(Coming Soon)_ | ||
|
||
Take our publicly accessible codebase and create your own, self-managed deployments in Amazon AWS. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[Return to Table of Contents](../user.md) | ||
|
||
# Managing Jupyter Lab Extensions | ||
As an OpenSARlab Jupyter Lab user, you have limited access to third-party extensions. | ||
As an OpenSARLab Jupyter Lab user, you have limited access to third-party extensions. | ||
|
||
- Server extensions must be installed in the OpenSARlab Docker container and cannot be installed by users. | ||
- Server extensions must be installed in the OpenSARLab Docker container and cannot be installed by users. | ||
- Lab extensions can be installed, enabled, and disabled from the terminal but they will not persist across server restarts and will need to be reinstalled. | ||
- If you feel that OpenSARlab is lacking an important Jupyter Lab extension, please contact us to request it at <[email protected]> | ||
- If you feel that OpenSARLab is lacking an important Jupyter Lab extension, please contact us to request it at <[email protected]> | ||
|
||
--- | ||
|
||
# Managing Jupyter Notebook Extensions | ||
As an OpenSARlab Jupyter Notebook user, you have access to all of the notebook extensions available in the `nbextensions` package. A detailed list of extensions is available [here](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions.html). | ||
As an OpenSARLab Jupyter Notebook user, you have access to all of the notebook extensions available in the `nbextensions` package. A detailed list of extensions is available [here](https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions.html). | ||
|
||
## Enabling and Disabling Extensions | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.