NSIDC-Data-Access-Notebook icon indicating copy to clipboard operation
NSIDC-Data-Access-Notebook copied to clipboard

A Jupyter notebook exploring data coverage, size, and customization service availability along with direct data download utilizing the NSIDC DAAC's access and service API.

Results 5 NSIDC-Data-Access-Notebook issues
Sort by recently updated
recently updated
newest added

For the notebook provided, I am currently getting the following error quite frequently and cannot easily make get requests: ``` ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) ```...

When I run the notebook I get this error at the cell "Create the API endpoint": ``` NameError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_15140\1286720228.py in 22 'time': time_var, 23 'polygon':...

More details: https://github.com/nsidc/NSIDC-Data-Access-Notebook/issues/10#issuecomment-1613523858

NSIDC server divides the download into multiple files if the request is too large. If you do not specify the sub-request number as "....zip?#" (as in the current code), only...

Hello - this very well be user error but I was exploring the examples here by building a local docker environment following the initial example and ran into an error...