Magidoc

GranulesInput
Input Object

Fields

#

attribute

Find granules by additional attribute. For full syntax reference see CMR documentation. https://cmr.earthdata.nasa.gov/search/site/docs/search/api.html#g-additional-attribute

boundingBox

Bounding boxes define an area on the earth aligned with longitude and latitude. The Bounding box parameters must be 4 comma-separated numbers: lower left longitude, lower left latitude, upper right longitude, upper right latitude.

browseOnly

Search by the browse only flag of the granule.

circle

Circle defines a circle area on the earth with a center point and a radius. The center parameters must be 3 comma-separated numbers: longitude of the center point, latitude of the center point, radius of the circle in meters. The circle center cannot be on North or South pole. The radius of the circle must be between 10 and 6,000,000.

cloudCover

Search granules by cloud cover min and max.

collectionConceptId

The unique concept id assigned to the parent collection.

collectionConceptIds

A list of unique concept ids assigned to the parent collection.

conceptId

The unique concept id assigned to the granule.

createdAt

Find granules which were created within the ranges of datetimes. The datetime has to be in yyyy-MM-ddTHH:mm:ssZ format. The default is inclusive on the range boundaries.

cursor

Cursor that points to the/a specific position in a list of requested records.

cycle

Search by cycle which is part of the track information of a granule.

dayNightFlag

Search by the day/night flag of the granule.

entryId

Search by entry id of the parent collection.

equatorCrossingDate

Search by the equator crossing date of the granule.

equatorCrossingLongitude

Search by the equator crossing longitude of the granule.

exclude

Exclude granules from results by echo_granule_id and/or concept_id.

limit

The number of granules requested by the user.

line

Search for granules that intersect with provided lines.

linkTypes

Filter the links based on these types.

offset

Zero based offset of individual results.

onlineOnly

Search by the online only flag of the granule.

options

Options to provide to CMR pertaining to and, or, and wildcard searching.

orbitNumber

Search for granules by orbit number min and max

passes

Search by passes which is part of the track information of a granule.

point

Search using a point involves using a pair of values representing the point coordinates as parameters. The first value is the longitude and second value is the latitude.

polygon

Polygon points are provided in counter-clockwise order. The last point should match the first point to close the polygon. The values are listed comma separated in longitude latitude order, i.e. lon1, lat1, lon2, lat2, lon3, lat3, and so on.

productionDate

Find granules which have production date within the ranges of datetimes. The datetime has to be in yyyy-MM-ddTHH:mm:ssZ format. The default is inclusive on the range boundaries.

provider

Search for granules using the provider parameter.

readableGranuleName

Search for granules using the readable_granule_name parameter.

revisionDate

Find granules which have revision date within the ranges of datetimes. The datetime has to be in yyyy-MM-ddTHH:mm:ssZ format. The default is inclusive on the range boundaries.

shortName

Find granules matching any of the 'short_name' param values. The 'short_name' here refers to the short name of the collections corresponding to the granules being searched for.

sortKey

One or more sort keys can be specified to impact searching. Fields can be prepended with a '-' to sort in descending order. Ascending order is the default but + can be used to explicitly request ascending.

temporal

The temporal datetime has to be in yyyy-MM-ddTHH:mm:ssZ format.

twoDCoordinateSystem

The 2D coordinate system associated with the collection

updatedSince

Find granules which have revision date starting at or after 'updated_since' param value.

Usages

#

References

#

  • Argument params of field granules from type Query
  • Argument params of field granules from type Collection