Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/data_request_form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/data_request_issues.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/data_request_selector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/_static/data_request_submitted.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/system_reference_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ FAQ
faq/copy_earthdata.ipynb
faq/import_granules.ipynb
faq/jupyter_server.ipynb
faq/umf.ipynb
faq/request_data.ipynb
98 changes: 98 additions & 0 deletions docs/source/system_reference_guide/faq/request_data.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# How do I request new data to be available in MAAP? \n",
"\n",
"Authors: Emile Tenezakis (DevSeed), Sheyenne Kirkland (UAH)\n",
"\n",
"Date: September 27, 2023\n",
"\n",
"Description: in this example, we'll show you how to access MAAP's Data Request Form in Github, as well as provide an example on how to fill out and submit it. The purpose of this form is to provide a way for users to request data to be ingested into the MAAP platform for use."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Accessing the Form"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Direct Access Link\n",
"\n",
"You can directly access the form through [this link](https://github.com/MAAP-Project/Community/issues/new?assignees=freitagb%2C+wildintellect&labels=MSFC&projects=&template=data_request.yaml&title=%5BData%5D%3A).\n",
"\n",
"### Navigate Manually to the Form\n",
"\n",
"The form is hosted as an \"issue template\" in the [MAAP Community Github repository](https://github.com/MAAP-Project/Community). Navigate to this repository. From there, go to \"Issues\", and then click on \"New Issue\". There are three different options for users to open an issue. To request data, select \"Get Started\" next to \"Data Request\".\n",
"\n",
"![dr_community_repo](../../_static/data_request_community_repo.png)\n",
"\n",
"\n",
"![dr_selector](../../_static/data_request_selector.png)\n",
"\n",
"\n",
"![dr_issues](../../_static/data_request_issues.png) "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Filling out the Form"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Once you open the form, you will see several fields to complete, some of which are required (marked with a red *) and some optional. This helps ensure that the data team recieves enough information. Assignees and labels are also automatically included, so all users have to do is enter information about the data.\n",
"\n",
"![dr_form](../../_static/data_request_form.png)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Submission"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Click on 'Submit new issue'. We've provided a screenshot of an example submitted issue below :\n",
"\n",
"![submitted_issue](../../_static/data_request_submitted.png)"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
30 changes: 0 additions & 30 deletions docs/source/system_reference_guide/faq/umf.ipynb

This file was deleted.