{ "opencollection": "1.0.0", "info": { "name": "G-Portal Web CSW API", "version": "1.0.0" }, "items": [ { "info": { "name": "CSW", "type": "folder" }, "items": [ { "info": { "name": "Search satellite data collections", "type": "http" }, "http": { "method": "GET", "url": "https://gpwos1.jaxa.jp/examind/api/WS/csw/preview/opensearch", "params": [ { "name": "service", "value": "", "type": "query", "description": "OGC service type" }, { "name": "version", "value": "", "type": "query", "description": "CSW protocol version" }, { "name": "q", "value": "", "type": "query", "description": "Free-text search query for collection titles, abstracts, or keywords" }, { "name": "bbox", "value": "", "type": "query", "description": "Bounding box spatial filter in format minLon,minLat,maxLon,maxLat" }, { "name": "startDate", "value": "", "type": "query", "description": "Start of temporal filter range (ISO 8601 format)" }, { "name": "endDate", "value": "", "type": "query", "description": "End of temporal filter range (ISO 8601 format)" }, { "name": "maxRecords", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "startPosition", "value": "", "type": "query", "description": "Starting position for pagination (1-based)" } ] }, "docs": "Performs an OpenSearch-based CSW collection search against JAXA satellite data holdings. Returns matching dataset collections based on text, spatial, and temporal filters." }, { "info": { "name": "Search satellite data granules", "type": "http" }, "http": { "method": "GET", "url": "https://gpwos1.jaxa.jp/csw/csw", "params": [ { "name": "service", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" }, { "name": "request", "value": "", "type": "query" }, { "name": "bbox", "value": "", "type": "query", "description": "Spatial bounding box filter in format minLon,minLat,maxLon,maxLat" }, { "name": "startDate", "value": "", "type": "query", "description": "Temporal filter start date (ISO 8601)" }, { "name": "endDate", "value": "", "type": "query", "description": "Temporal filter end date (ISO 8601)" }, { "name": "outputSchema", "value": "", "type": "query", "description": "Metadata output schema" }, { "name": "maxRecords", "value": "", "type": "query" }, { "name": "startPosition", "value": "", "type": "query" } ] }, "docs": "Performs a CSW GetRecords request to search for individual satellite observation granules. Supports filtering by dataset, spatial extent, time range, and acquisition parameters." } ] } ], "bundled": true }