Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precip dataset from NASA #61

Open
1 of 2 tasks
7yl4r opened this issue Aug 28, 2024 · 0 comments
Open
1 of 2 tasks

Precip dataset from NASA #61

7yl4r opened this issue Aug 28, 2024 · 0 comments

Comments

@7yl4r
Copy link
Member

7yl4r commented Aug 28, 2024

Attempted to add dataset mentioned by Dan for the CPO project.

When attempting to make the xml with GenerateDatasetsXml.sh we get a 404 error (see below).
This could be an authentication issue or maybe I am misusing EDDGridFromDap.

[root@dune erddap-config]# docker exec -it erddap  bash -c "cd webapps/erddap/WEB-INF/ && bash GenerateDatasetsXml.sh -verbose"
[...]
Which EDDType (default="EDDGridFromDap")
?                 
URL (without trailing .dds or .html) (default="")
? https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents     
ReloadEveryNMinutes (e.g., 10080, recommended: -1 generates suggested values) (default="")
? 
working...

*** EDDGridFromDap.generateDatasetsXml
tLocalSourceUrl=https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents
dimNames=null reloadEveryNMinutes=10080
externalAddGlobalAttributes=null
getDAS try#0 (timeout is 5 minutes)
getUrlConnInputStream https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents.das requestCompression=true
  Warning: HTTP status code=404
java.io.IOException: HTTP status code=404 java.io.FileNotFoundException: https://gpm1.gesdisc.eosdis.nasa.gov/opendap/GPM_L3/GPM_3IMERGM.07/contents.das
(<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <link rel='stylesheet' href='/opendap/docs/css/contents.css' type='text/css'/>
    <title>Hyrax - Resource Not Found (404)</title>
</head>

<body>
<p align="left">&nbsp;</p>

<h1 align="center">Hyrax - Resource Not Found (404)</h1>
<hr align="left" size="1" noshade="noshade"/>
<table width="100%" border="0">
    <tr>
        <td>
            <a href="/opendap/docs/images/largeEarth.jpg">
            <img src="/opendap/docs/images/smallEarth.jpg"
                 alt="I looked everywhere!"
                 title="I looked everywhere!"
                 border="0"/>
            </a>
        </td>

        <td>
            <p align="left">The URL requested does not describe a resource that can be found on this server.</p>

            ...)
 at gov.noaa.pfel.coastwatch.util.SSR.getBufferedInputStream(SSR.java:1962)
 at gov.noaa.pfel.coastwatch.util.SSR.getUrlConnBufferedInputStream(SSR.java:1874)
 at gov.noaa.pfel.coastwatch.util.SSR.getUrlConnBufferedInputStream(SSR.java:1755)
 at dods.dap.DConnect.openConnection(DConnect.java:237)
 at dods.dap.DConnect.getDAS(DConnect.java:382)
 at gov.noaa.pfel.erddap.dataset.EDDGridFromDap.generateDatasetsXml(EDDGridFromDap.java:996)
 at gov.noaa.pfel.erddap.GenerateDatasetsXml.doIt(GenerateDatasetsXml.java:276)
 at gov.noaa.pfel.erddap.GenerateDatasetsXml.main(GenerateDatasetsXml.java:1001)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant