Skip to content

Commit

Permalink
Merge pull request #46 from nasa/dev
Browse files Browse the repository at this point in the history
Update version numbers, change links, remove earthdata wiki pydap how…
  • Loading branch information
battistowx committed Jul 31, 2023
2 parents c2aa2a6 + 5b18d4a commit 72cc042
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions notebooks/How_to_Access_GES_DISC_Data_Using_Python.ipynb
Expand Up @@ -28,9 +28,9 @@
"- `netrc` file with valid Earthdata Login credentials\n",
" - [How to Generate Earthdata Prerequisite Files](https://disc.gsfc.nasa.gov/information/howto?title=How%20to%20Generate%20Earthdata%20Prerequisite%20Files)\n",
"- [requests](https://docs.python-requests.org/en/latest/) (version 2.22.0 or later)\n",
"- [pydap](https://www.pydap.org/en/latest/) (we recommend using version 3.2.1)\n",
"- [pydap](https://github.com/pydap/pydap) (we recommend using version 3.4.0 or later)\n",
"- [xarray](https://docs.xarray.dev/en/stable/)\n",
"- [netCDF4-python](https://github.com/Unidata/netcdf4-python) (we recommend using version 1.6.2)"
"- [netCDF4-python](https://github.com/Unidata/netcdf4-python) (we recommend using version 1.6.4)"
]
},
{
Expand Down Expand Up @@ -119,15 +119,6 @@
" print('Please verify that the dataset URL points to an OPeNDAP server, the OPeNDAP server is accessible, or that your username and password are correct.')"
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "21261a72",
"metadata": {},
"source": [
"Note: some Pydap distributions do not include this module. Look at Pydap [HOWTO](https://wiki.earthdata.nasa.gov/display/EL/How+To+Access+Data+With+PyDAP) for sample code to manually include in your Pydap applications. "
]
},
{
"attachments": {},
"cell_type": "markdown",
Expand Down

0 comments on commit 72cc042

Please sign in to comment.