Common-Metadata-Repository
Common-Metadata-Repository copied to clipboard
There is a null value in the list of providers being returned from the https://cmr.earthdata.nasa.gov/search/providers endpoint. To replicate ```bash curl -XGET https://cmr.earthdata.nasa.gov/search/providers | jq -c '.items[4]' ``` Compare to other...
Hello, I'm trying to do a search on `https://cmr.earthdata.nasa.gov/stac/LAADS/search` (using Python). My code was working until a few weeks ago, but now I'm not able to retrieve all results when...
I am [querying granules](https://studio.apollographql.com/sandbox/explorer?endpoint=https%3A%2F%2Fgraphql.earthdata.nasa.gov%2Fapi&explorerURLState=N4IgJg9gxgrgtgUwHYBcQC4QEcYIE4CeABAIq6EAUAJAA4CGedcAzukQOKNIwA2CzASSQ0YKAJRFgAHSREiAcy69%2BFeoxZtaDJswnTZcogEsUCFpJmHDNPBDAwo%2BTnW58BYS1YVK%2BAVTyeVihGiADKKAwogYbBiACiSB4GVjQQPATyEEjM0QC%2B0bB4zBAByURQEDConvlIuSAANCAAbgxGdABGfMwYINIgajpSGPpWw6npmUjDbMMAtACMSwB0AEwAbAsADACcABzrWwAsqwDsAMw7Rw1HC8unp9t7q%2BdHAKx7F%2BtH14sr26dVgs3qcTnsls8bls1gtVrsNudPudzgtzg0-tC3iD1q9dkcLmcdjc7m9bi9dnstsDTltVm90Us7httvtDicLldifdHltnq8Pl8fsMGtFhhUeHwoMEsgBhLKOGgodwzIjDGWEq6Is4LOYABQA8jKADL63wAEWFopAPBCJhV2xFZTFMCKJRVrh4jrkuXquSAA) with the polygon parameter for a selected area. For SWOT science data, the cycle, pass and scene values of a granule have a valid range for...