diff --git a/notebooks/api-client.ipynb b/notebooks/api-client.ipynb
deleted file mode 100644
index 1f05be1..0000000
--- a/notebooks/api-client.ipynb
+++ /dev/null
@@ -1,2848 +0,0 @@
-{
- "cells": [
- {
- "cell_type": "markdown",
- "id": "steady-softball",
- "metadata": {},
- "source": [
- "# PDS federated API demo\n",
- "\n",
- "Very simple request without a clear goal"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 2,
- "id": "artificial-planet",
- "metadata": {},
- "outputs": [],
- "source": [
- "from __future__ import print_function\n",
- "import pds.api_client as pds_api\n",
- "from pprint import pprint"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 3,
- "id": "spread-artist",
- "metadata": {},
- "outputs": [],
- "source": [
- "configuration = pds_api.Configuration()\n",
- "\n",
- "# demo server\n",
- "configuration.host = 'https://pds-gamma.jpl.nasa.gov/api/'\n",
- "\n",
- "# dev server\n",
- "# configuration.host = \"http://localhost:8080/\"\n",
- "\n",
- "api_client = pds_api.ApiClient(configuration)\n"
- ]
- },
- {
- "cell_type": "markdown",
- "id": "indirect-toolbox",
- "metadata": {},
- "source": [
- "## Create an instance of the API class"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 9,
- "id": "demanding-administrator",
- "metadata": {},
- "outputs": [],
- "source": [
- "bundles = pds_api.BundlesApi(api_client)\n",
- "\n",
- "bundles_response = bundles.get_bundles(q='lidvid eq \"urn:nasa:pds:insight_documents::2.0\"', fields=[\"lidvid\"])\n"
- ]
- },
- {
- "cell_type": "markdown",
- "id": "moderate-illinois",
- "metadata": {},
- "source": [
- "test doc"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 10,
- "id": "embedded-termination",
- "metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'summary': {'q': 'lidvid eq \"urn:nasa:pds:insight_documents::2.0\"',\n",
- " 'start': 0,\n",
- " 'limit': 100,\n",
- " 'sort': [],\n",
- " 'properties': ['lidvid']},\n",
- " 'data': [{'id': 'urn:nasa:pds:insight_documents::2.0',\n",
- " 'type': 'Product_Bundle',\n",
- " 'title': 'Mars InSight Lander Document Archive',\n",
- " 'description': None,\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'investigations': [{'title': None,\n",
- " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'type': None,\n",
- " 'description': None}],\n",
- " 'observing_system_components': [{'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:apss-ps.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:apss-ps.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:apss-twins.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:apss-twins.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:icc.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:icc.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:idc.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:idc.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'type': None,\n",
- " 'description': None},\n",
- " {'title': None,\n",
- " 'id': 'urn:nasa:pds:context:instrument:seis.insight',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:seis.insight',\n",
- " 'type': None,\n",
- " 'description': None}],\n",
- " 'targets': [{'title': None,\n",
- " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
- " 'type': None,\n",
- " 'description': None}],\n",
- " 'metadata': {'creation_date_time': None,\n",
- " 'update_date_time': None,\n",
- " 'version': '2.0',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/bundle_insight_documents.xml'},\n",
- " 'properties': {'lidvid': 'urn:nasa:pds:insight_documents::2.0'}}]}"
- ]
- },
- "execution_count": 10,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
- "source": [
- "bundles_response.to_dict()"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 8,
- "id": "moving-incident",
- "metadata": {
- "jupyter": {
- "source_hidden": true
- },
- "tags": []
- },
- "outputs": [],
- "source": [
- "configuration = Configuration()\n",
- "# dev\n",
- "#configuration.host = 'http://localhost:8080/'\n",
- "# gamma\n",
- "configuration.host = 'https://pds-gamma.jpl.nasa.gov/api/'\n",
- "api_instance = pds_api_client.CollectionsApi(pds_api_client.ApiClient(configuration))\n",
- "\n"
- ]
- },
- {
- "cell_type": "markdown",
- "id": "liquid-patio",
- "metadata": {},
- "source": [
- "## Request the API"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": 9,
- "id": "split-error",
- "metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "{'data': [{'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_documents:document_hp3rad::8.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-01-19T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_hp3rad/collection_document_hp3rad.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '8.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '4dd5d54f-0a7f-4eab-a624-c86afcdb45e6',\n",
- " 'lid': 'urn:nasa:pds:insight_documents:document_hp3rad',\n",
- " 'lidvid': 'urn:nasa:pds:insight_documents:document_hp3rad::8.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-11T01:28:48Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_document_hp3rad.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_hp3rad/collection_document_hp3rad.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '136',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '12296d57b0ad1eccc7058a651b9c9a9d',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': 'eJzdmV1P4zgUhu9Hmv9g9XqbrwIDVcgIUaGpBLuIsKO9s0zitpYSO7KdFv792PmqkybQDrPbYW9Ik3P8npPn2I5t/K/PaQLWmAvC6OXItZwRwDRiMaHLy9Hfjzfj89HX4PMnX/uNUxbjBKw4XlyOVlJmYmrbWSwsigSylmytb070H3vt2vez8ASqP9C9ch1LRKvR508AqCtOkXzJMBWliNbIeWKxKIksxpd2LOLErvw4o2X8e87iPJLwmiUJjqTKVquppEyZgVRGjev0WZDGfbPZWJtJEdJzHNf+5+42LKKOCRUS0QiXDQWZltncsgjJgtMbAcGBcJ5FPAp0LH8eYyrJgpSB4BXHqDAoU8KW6nECSeWCeZBzOtXyU6U6VUmT5UrCmEV5qlzEtP4FV9mEo9i3eyQq8aoHKEtwbjm+bdxXHpLIBAdzGuog4Nv9BCAag4erGZhVYcC2Nr5duldtCV0wnpavVPQhWOkHrqVe39URh30qkazqAVGChAh2+4Nvtz2qZtdElqLzbYDKpkXzp6SG/YIRDzzHPVdK3cdNgxiLiJOsUNkThuXbZqsqL/uVxPw7NQCbTvCNCMn4yzaHlnWGJSJJY1Tm1DTHSGL9Uhdjxx17E9/etRpNjbI71kVPN9iLQd3vQNQw+AMQGiW5nlaAXOGtGAAhW8gN4hjMqcR8gSIMwgxHTZKlLE4wEhj8ySQWvUA10tfA/Cy1k7Hn7U/N7R08g9T+d7TOxq67Py1vP1rm+z+uMKjGOThs+pvykgqkmgowRQlVmIkwKgA2SIA807nHQA1P0FSsQus+WUa2/yHhi4NG8eTjEvaOA9j1DurCJx8X8OQIgD1n7ExUJ94f8OnHBXxyJMBnY+eAT9bZuwCLX0dYf7kOFFMXqK5QEPFWrbD6Zr5WrNMjFevioNHw5eOOhrPjANbzubM/4P7dz4cA/OVdgDs2c9Ph20PbUv+aqWXos2xtVOd0jYUky50trLJRlOpNZMHFt4u7xqYPBYI7IkS5gdR3ja1Y7VK1dX3ACzWS1d7crExCYsgbQ6sGUZmgqoWR1DQto1ikzqStYEg3D2GR0LYcUDLYEvXtju+W+mD22jQAy//rSWC+VlsAGL4IidOtXteiNsFpxqgqkZl5hTrsQV3DDjO1f4g4WsgO77eI78tcSF71dybkVDTh3ga/i54I2BEcJP4qc23cg+AhlNXmd4DwvMn4XyasP4XvpvrbAFX74qMDVfMzYSlWkr8z112X2vCI+BJL2J66OzPxHeKidxq+TxDFXcTvn4VlkdM0K9SttIj+c1NvqfRzc+4wGd/e+aD524O8WsDMRAetz/x8u2upNVsK/g1JcBEA6tmfGod7hWn7EgvtWFTHEO6sIaxIrH1769k0jlSAZrUDJUmLDe65Pgd01Yqzx1zzMZLwuxmqR2yxEFhuC5VTIi9HTy8SjwK1eCrNxhGrqrLunfpIPUY81quq+1kIZuF3oDbafeamLccR47EIPF3o8mfHBmOckJSoWgfXiHOClnj8gKXqfeCWUDy+wTiuGxu+BmKctERYmiLNs/248X8olWaVpbVALBoVyVa/DNuSszwTmk/1y7DdFMH6JJtxitMnzEEokcy7A9Z4DZprt8Ct86/uW56q3KjsnFfh9XwOQ8kVfrVebJ633FP0TNI8haVggulSrkyHdvn1wUlPg9Z8N/y2e4C4nc++z2dQXd6k4B1CwdT9JSS809N3sPDtwX6286GpByhcIQHToqPAajsyMD2Wq05qrO/7ZyTf3v0vi3r8A8/d9ZU=',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-11T01:28:22Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_document_hp3rad.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_hp3rad/collection_document_hp3rad.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '7220',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'b05da8b43e34e1ffbbd50f6d70a73649',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'HP3 and '\n",
- " 'RAD '\n",
- " 'Document '\n",
- " 'Collection.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Document',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-01-19T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_document_hp3rad.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_documents:document_hp3rad',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight HP3 '\n",
- " 'and RAD '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '8.0',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'collection_to_target'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '2',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['InSight '\n",
- " 'HP3 and '\n",
- " 'RAD '\n",
- " 'document '\n",
- " 'collection, '\n",
- " 'including '\n",
- " 'the '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification '\n",
- " 'and '\n",
- " 'Release '\n",
- " 'Notes.',\n",
- " 'InSight '\n",
- " 'RAD '\n",
- " 'document '\n",
- " 'collection, '\n",
- " 'including '\n",
- " 'the '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification '\n",
- " 'and '\n",
- " 'Release '\n",
- " 'Notes.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1b.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4.',\n",
- " 'The '\n",
- " 'products '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'and '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6.',\n",
- " 'The '\n",
- " 'product '\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2019-01-23T00:00:00Z',\n",
- " '2019-04-22T00:00:00Z',\n",
- " '2019-06-11T00:00:00Z',\n",
- " '2019-09-23T00:00:00Z',\n",
- " '2019-12-11T00:00:00Z',\n",
- " '2020-03-09T00:00:00Z',\n",
- " '2020-06-02T00:00:00Z',\n",
- " '2020-09-09T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['0.9',\n",
- " '1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0',\n",
- " '8.0'],\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'HP3',\n",
- " 'RAD'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument',\n",
- " 'Instrument'],\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight'],\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight HP3 and RAD Document Collection',\n",
- " 'vid': '8.0'},\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'targets': None,\n",
- " 'title': 'InSight HP3 and RAD Document Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_documents:document_ida::6.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2019-09-23T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_ida/collection_document_ida.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '6.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '4dd5d54f-0a7f-4eab-a624-c86afcdb45e6',\n",
- " 'lid': 'urn:nasa:pds:insight_documents:document_ida',\n",
- " 'lidvid': 'urn:nasa:pds:insight_documents:document_ida::6.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-21T04:37:54Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_document_ida_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_ida/collection_document_ida_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '145',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '4d483838a0a921d995e26e3c71d253e0',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-21T15:27:56Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_document_ida.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_ida/collection_document_ida.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '7395',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'f91687bb2b0d40b5ff9d8850663b5487',\n",
- " 'pds:Citation_Information.pds:author_list': 'Trebi-Ollennu, '\n",
- " 'A.',\n",
- " 'pds:Citation_Information.pds:description': 'The '\n",
- " 'InSight '\n",
- " 'IDA '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'includes '\n",
- " 'the '\n",
- " 'following '\n",
- " 'documents. '\n",
- " '1. '\n",
- " 'ida_release_notes.txt: '\n",
- " 'Information '\n",
- " 'about '\n",
- " 'each '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data to '\n",
- " 'the '\n",
- " 'PDS. 2. '\n",
- " 'insight_ida_bundle_sis.pdf: '\n",
- " 'The '\n",
- " 'InSight '\n",
- " 'IDA '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification, '\n",
- " 'the '\n",
- " 'primary '\n",
- " 'documentation '\n",
- " 'for the '\n",
- " 'IDA '\n",
- " 'archive.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2019',\n",
- " 'pds:Collection.pds:collection_type': 'Document',\n",
- " 'pds:External_Reference.pds:doi': '10.1007/s11214-018-0520-7',\n",
- " 'pds:External_Reference.pds:reference_text': 'Trebi-Ollennu, '\n",
- " 'A. et '\n",
- " 'al., '\n",
- " '2018, '\n",
- " 'InSight '\n",
- " 'Mars '\n",
- " 'Lander '\n",
- " 'Robotics '\n",
- " 'Instrument '\n",
- " 'Deployment '\n",
- " 'System, '\n",
- " 'Space '\n",
- " 'Science '\n",
- " 'Reviews, '\n",
- " '214:93, '\n",
- " 'doi:10.1007/s11214-018-0520-7.',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2019-09-23T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_document_ida_inventory.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.11.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_documents:document_ida',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight IDA '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '6.0',\n",
- " 'pds:Internal_Reference.pds:comment': 'The '\n",
- " 'ida_release_notes '\n",
- " 'document in '\n",
- " 'the IDA '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes and '\n",
- " 'errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'IDA data by '\n",
- " 'PDS.',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_documents:document_ida:ida_release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '2',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['The '\n",
- " 'first '\n",
- " 'release '\n",
- " 'of the '\n",
- " 'IDA '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'occurred '\n",
- " 'with '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2.',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3.',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4.',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5.',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6.',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2019-09-23T00:00:00Z',\n",
- " '2020-01-02T00:00:00Z',\n",
- " '2020-01-02T00:00:00Z',\n",
- " '2020-06-08T00:00:00Z',\n",
- " '2020-09-23T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0'],\n",
- " 'pds:Observing_System.pds:name': 'Insight',\n",
- " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
- " 'INSTRUMENT '\n",
- " 'DEPLOYMENT '\n",
- " 'ARM'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': 'urn:nasa:pds:insight_documents:document_ida:ida_release_notes',\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight IDA Document Collection',\n",
- " 'vid': '6.0'},\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'targets': None,\n",
- " 'title': 'InSight IDA Document Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_documents:document_mission::1.1',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-10-12T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_mission/collection_document_mission.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '1.1'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '4dd5d54f-0a7f-4eab-a624-c86afcdb45e6',\n",
- " 'lid': 'urn:nasa:pds:insight_documents:document_mission',\n",
- " 'lidvid': 'urn:nasa:pds:insight_documents:document_mission::1.1',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-01-02T17:19:42Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_document_mission.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_mission/collection_document_mission.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '100',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': 'b9a7f56c5ae771fac839648c8a8ac43f',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': 'eJzdWVtv4joQfl9p/4PFO4Swu9IKuaxySNpGBwpK6G77FLmJAUu5yTa0/fdnnBtJgF7PUXt4gCae8Tfjb8Zjd8C/HqIQbSkXLInPOnqv30E09pOAxauzzvXivPuz82v09QtWet0oCWiI1pwuzzprKVMx1LQ0EL2YCNJbJVv18l19aVtdm5vudw++PN3Q+z3hrztfvyAEf2lE5GNKY5GDKIwND3uJH/q9hK+0QAShVujxJM7tz3kSbHzpjZMwpL4EbxUaOFWHOeJKp1IdPghWqd/f3/fuv2UmB/2+rt1MJ25mtctiIUns03yiYMPcm0niE5nx9IxB9EpyHkTQGSlb2A5oLNmS5YY8g1OSCUAUJisYDj1WqFA+2vB4qOCHgDoEp9lqLb0g8TcRqIhh+eRFTKj4Yu0ARoFepABIRnpPx1rtvdCQTIZ0ZMeusoKmOSQyCxtoFxis5arFPBYvEx7l68kSyCuwlaF+D1IOa8d1CpC0CL8fEiFG+8mAtaZGMW3MZA5q7wwUMgW6uQtLph8p4aNBX/8JSO3hakJAhc9ZmqG8gIge1uozCp+0J5zCU9h5VfQvmZAJf9zZb0hNKgkLKyGIo7o4IJJmC+rq/a4+wNq+tDa1Fu7+wfDvrX8eEp+ukzCgHMEykFxT1OakTEDkP82JYuWptb1l4YN+t693+69Y+OG831u4Q7dM0ADFJKICsRgCHkv6ILPNipIlMMEECskdlEqZIIivvwYCMh1UZGk++Q1ctGT1DMHaseKB6x6WQHa8pUKy1V6hAZnyDhI8qydYy94qmSrdo2lZULK3SmaDGR5DfXHoknI4RxpUhyzweCVo1K6CHqhhNaeGRdnqsdKTJkINuhr0Mod26ebJxGuAYq2lu2P9qPdKdIQsPLsTlG/htPTcRyFptMNrS6BaRWkSQ4jqnhdUuweoLsl2U9hpPidL2eL7OcZfyrmQPD8n1omQQ1GZe574feqZ8FqARxl/knMlfAGDr2HZuL6xJ7bh3KK5cTuZGSZyrSt35iD3+i/31l1YUzR3LNe9dqxCciQgdrXA/zggQ5IK0U3FuwPxf4oBfOaWYywgDC4yrkz0x76q1M7hY1+59sXl4nMER97DyOnEpyj65ZmGxjDIyYdTzXz/9Dg2aRomj/md8ZPQHJwQzZeWsUDnk9mfrIjML29de2xMoMTPoLwsbCguc2P8t3FhfTjt6/Tb6dDuGKY9m1oL6+NPT04ClkQUIE+HXjj8Fs711LpaINOaT2a32aPhTD+cbRaQk6JZ3TGgflzfXBgLC02Niytr8UkSO7t5sOXqdPh2bPfj6zCH/+tPh1LXst2pPUbWDZx3dlYm8tszZLCtbtxQR8bqlv3hvAvKPvUVel+lFCwIX1HpNRsvrT7KlHBxsIkyD0lM2+S+v4ciM5+GaYbeizLrb2uc5Ehv65gcZwZre+0ovOuZlgB1T5TRsr2KtbakxGwg4HMW0syAp3o3ca2Pmol2i1gqxSw6NeB257zniy3WdqrVbB8sVH1FT7Ko2XM9IC4JqnmB2y7CULJcCip3kdrETJ517h4l7Yz6WMvFO/UUwqzSU/1uERAeqP7l3HSR6f5GOtYOiau5nPoJD8RIV5HOH1syL6AhixgEezQmnDOyol2HSkg/NGEx7Z5TGpSTa7o1jmnYAEmiiCg+m8OVvpMjmYWk0YrNJonRoJgu6rIVTzapUPwUTzXZeWbsEGS1UWl0RzlyJZGb9o6tLSPeKDXFVuO9oQnhJnl2Gu7Ytj1XcqAfa7vxhnpEHli0ibwcMKTxSq7rCs3wg+VDExoF7/hqX0DExDZ/26YHf55lYfAaFuq4/woTgx8/3sEF1o7m2d5JU25Qb02EF2WJ4hW9/CP1MW8ax7X2/OGShLX9X7Ng+B8KP3wK',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-01-02T16:54:20Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_document_mission.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_mission/collection_document_mission.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '7577',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': '86a70599b7f866743a399398fa98e989',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'Mission '\n",
- " 'Document '\n",
- " 'Collection.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Document',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-10-12T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_document_mission.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_documents:document_mission',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight '\n",
- " 'Mission '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '1.1',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:apss-ps.insight',\n",
- " 'urn:nasa:pds:context:instrument:apss-twins.insight',\n",
- " 'urn:nasa:pds:context:instrument:icc.insight',\n",
- " 'urn:nasa:pds:context:instrument:idc.insight',\n",
- " 'urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
- " 'urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'urn:nasa:pds:context:instrument:seis.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'is_instrument',\n",
- " 'collection_to_target'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '1',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['Placeholder '\n",
- " 'for the '\n",
- " 'InSight '\n",
- " 'Mission '\n",
- " 'document '\n",
- " 'collection.',\n",
- " 'Revised '\n",
- " 'names '\n",
- " 'in '\n",
- " 'Context_Area '\n",
- " 'of this '\n",
- " 'label '\n",
- " 'to '\n",
- " 'match '\n",
- " 'context '\n",
- " 'product '\n",
- " 'names.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2018-10-12T00:00:00Z',\n",
- " '2020-01-02T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['0.1',\n",
- " '1.1'],\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'AUXILIARY '\n",
- " 'PAYLOAD '\n",
- " 'SENSOR '\n",
- " 'SUBSYSTEM '\n",
- " 'PRESSURE '\n",
- " 'SENSOR',\n",
- " 'AUXILIARY '\n",
- " 'PAYLOAD '\n",
- " 'SENSOR '\n",
- " 'SUBSYSTEM '\n",
- " 'TEMPERATURES '\n",
- " 'AND '\n",
- " 'WIND '\n",
- " 'SENSOR '\n",
- " 'FOR '\n",
- " 'INSIGHT',\n",
- " 'Insight '\n",
- " 'Context '\n",
- " 'Camera',\n",
- " 'Insight '\n",
- " 'Deployment '\n",
- " 'Camera',\n",
- " 'HEAT '\n",
- " 'FLOW '\n",
- " 'AND '\n",
- " 'PHYSICAL '\n",
- " 'PROPERTIES '\n",
- " 'PACKAGE',\n",
- " 'RADIOMETER',\n",
- " 'INSTRUMENT '\n",
- " 'DEPLOYMENT '\n",
- " 'ARM',\n",
- " 'INSIGHT '\n",
- " 'FLUXGATE '\n",
- " 'MAGNETOMETER',\n",
- " 'RISE',\n",
- " 'SEISMIC '\n",
- " 'EXPERIMENT '\n",
- " 'FOR '\n",
- " 'INTERIOR '\n",
- " 'STRUCTURE'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument',\n",
- " 'Instrument'],\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
- " 'urn:nasa:pds:context:instrument:apss-ps.insight',\n",
- " 'urn:nasa:pds:context:instrument:apss-twins.insight',\n",
- " 'urn:nasa:pds:context:instrument:hp3.insight',\n",
- " 'urn:nasa:pds:context:instrument:icc.insight',\n",
- " 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'urn:nasa:pds:context:instrument:idc.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'urn:nasa:pds:context:instrument:seis.insight'],\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight Mission Document Collection',\n",
- " 'vid': '1.1'},\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'targets': None,\n",
- " 'title': 'InSight Mission Document Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_documents:document_rise::7.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2017-05-31T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_rise/collection_document_inventory.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '7.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '4dd5d54f-0a7f-4eab-a624-c86afcdb45e6',\n",
- " 'lid': 'urn:nasa:pds:insight_documents:document_rise',\n",
- " 'lidvid': 'urn:nasa:pds:insight_documents:document_rise::7.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-07T15:49:12Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_document_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_rise/collection_document_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '426',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': 'a1c1442a60d820467660e0911cad0653',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': 'eJzVWF1P4zoQfV9p/0PU93yVAksUslrRi24kuBeR3dV9s0zitpYSu7LdQv/9+iNNk9RtKVSgy0NpMsdnZs5MnXHi7y9V6SwR45iS60HoBQMHkZwWmEyvB79+3rrfBt+Tr19ihXMrWqDSmTE0uR7MhJhHvj8vuEcgh96ULtXFSH34y9B/GGcjID9AeBUEHs9nA0d+oAqK1RwRviFYsNKjeZl7lE39ghelX+MYJdq39P7AaLHIBbihZYlyIWN1ZDxtlh1hDL5+McjoheMG/fz87D2faYfDIAj9/+7vMu3TxYQLSHKk13EcmVDuaA6FFuiAO+c4VV54MZAJOvIvTgtEBJ5g4wn8YAjWJm0u6VSaSoBrGGLJgpFIOYkkdyQDx9OZAAXNF5WE8Gj9DTDMUexbCFr0dQdIa3LpBbHfum6hBBYlSlKSKVfOY5r95YxrL86mNLFvcK2FmEwoq0xmuolA7SAJvSsvUB53Q1o887oP8hJynmx3Rex3Ea2lN1gY8nTjqGU39Iuncl2AFYIsGQbhN8nZv91bViCeMzzXjIfFaaNb8fkHAozv5Y+yaY+/MReUrfqRdDBjJCAuexANq9qwAgqkEr10g3P3LIz9bauFotUg4c6GsSp0ixkXDkMlgqov7XIYSQ6n866Mr9zgyh2eHZ/x8LiMf80VZ+HIsjpNf5j8neFnKjAM3CB0g+HxCpydToGzz1ZgJEU4XoHR6RQYfbYCl29S4Px0Cpx/sgJh8CYFLk6nwMWnKhDqfWB0vAK7h4WjFbh8jwI9e/fxGPu7h6v4hhKBXsTWwJWSJeICT63jmEYQWDXDUOzrqx5CjbrJPebcTEXqqodIpXNG5Fj2iCaIycnbKniJC8AaQGfuy034cv5rhRtVxqdXT4Vy+uswWFw0RqDDzJuBBQgKOuSx38P2K7U3J2XeI2z87xNHbClPHyBbcYGq40XvM8jxsJpTIhvAlvdBvk0hsznMUc7gRFhr+fp6vr6mXDAzw88oFxFvAnh9YW3FxRz0qA/U9BV1NZBXa/+WKqmR+kCJ0iatDy9RpI5ZJ6zL/6Ik4+yfAxUxpFDtxh9UkgnMcYnFKqIb117ByZtrsib80Ipsw9rGn5BNkQDdx5p1q7yHjO95OD2UkCD7j+V0zyaho43m2pdX6Yje90AyjO99Eu1TUZ7HtweDeHOObxO1Y1NhrI/9sd+3bLh7PPEtLpF2BdTzkfQO99rcT2+ilujKttw0b33wmsbL+TL2N+AeSy59NtMeELjqvgywmNsS9uKKbcFrA51MOBLOgmBxPXhaCTRI5ORo7m69hpEdovpevYorICvUYPkwzpxx9tuRIdnMPQaGcsoKnlyoFjFfrQhQoBJXWHZJcgMZw3CK3EckZBc7d5gg9xahYk3Rwm4VApUdKlpVUEnevd1b9WhYx7XdOjtrCp4Ma7J+FhozZXQx50rN+psFc6tD2edKw8yOgaonxJxMQLGwbx29xMlCLUjCdcb19Y41so+g+TH8yG7SFGSCyWLK2b+5v2NhBV9wtaiAcVIiMhWzTj+pA5wFY92mDwtylGZ36fh3Ogby3xGCDd8mWNvX+0Ubnp+fTLbYP9DTWw/X9W4BZpCDSjceqN/g7tnczRmCdE549v0z9rffEcvbfwAQmVle',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-07T15:51:38Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_document_inventory.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_rise/collection_document_inventory.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '6390',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'a94709548d444569d55b1c21d706103d',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'RISE '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Document',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2017-05-31T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_document_inventory.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.9.0.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_documents:document_rise',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight RISE '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '7.0',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'urn:nasa:pds:context:facility:observatory.dsn',\n",
- " 'urn:nasa:pds:context:target:planet.mars'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'is_facility',\n",
- " 'collection_to_target'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '6',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'InSight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['First '\n",
- " 'release',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6',\n",
- " 'Updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2017-05-31T00:00:00Z',\n",
- " '2019-09-23T00:00:00Z',\n",
- " '2020-01-02T00:00:00Z',\n",
- " '2020-04-01T00:00:00Z',\n",
- " '2020-07-01T00:00:00Z',\n",
- " '2020-10-01T00:00:00Z',\n",
- " '2021-01-04T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0'],\n",
- " 'pds:Observing_System.pds:name': 'InSight',\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'RISE',\n",
- " 'DSN'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument',\n",
- " 'Observatory'],\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_facility': 'urn:nasa:pds:context:facility:observatory.dsn',\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:rise.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight RISE Document Collection',\n",
- " 'vid': '7.0'},\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'targets': None,\n",
- " 'title': 'InSight RISE Document Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_documents:document_seis::8.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-07-02T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_seis/collection_document_seis.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '8.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '4dd5d54f-0a7f-4eab-a624-c86afcdb45e6',\n",
- " 'lid': 'urn:nasa:pds:insight_documents:document_seis',\n",
- " 'lidvid': 'urn:nasa:pds:insight_documents:document_seis::8.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-23T22:03:30Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_document_seis_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_seis/collection_document_seis_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '576',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '19e2fdb4e611dd1f6879e1e89788eabb',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-23T21:59:29Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_document_seis.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_documents/document_seis/collection_document_seis.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '9375',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'd90ee3c29b0f9ee54fe6463cb32106e9',\n",
- " 'pds:Citation_Information.pds:author_list': 'Weber, '\n",
- " 'R.',\n",
- " 'pds:Citation_Information.pds:description': 'The '\n",
- " 'InSight '\n",
- " 'SEIS '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'includes '\n",
- " 'the '\n",
- " 'following '\n",
- " 'documents. '\n",
- " '1. '\n",
- " 'fdsn-station-1.0.xsd: '\n",
- " 'The '\n",
- " 'base '\n",
- " 'FDSN '\n",
- " 'StationXML '\n",
- " 'schema. '\n",
- " '2. '\n",
- " 'fdsn-station-availability-1.0.xsd: '\n",
- " 'Extension '\n",
- " 'of the '\n",
- " 'base '\n",
- " 'FDSN '\n",
- " 'StationXML '\n",
- " 'schema '\n",
- " 'that '\n",
- " 'includes '\n",
- " 'time '\n",
- " 'series '\n",
- " 'data '\n",
- " 'availability '\n",
- " 'structures. '\n",
- " '3. '\n",
- " 'ins-st-grds-1500-ipgp_seed_channelnaming.pdf: '\n",
- " 'Descriptions '\n",
- " 'of '\n",
- " 'InSight '\n",
- " 'SEIS '\n",
- " 'network, '\n",
- " 'station, '\n",
- " 'channel '\n",
- " 'and '\n",
- " 'location '\n",
- " 'codes '\n",
- " 'as a '\n",
- " 'PDF '\n",
- " 'document. '\n",
- " '4. '\n",
- " 'ins-st-grds-1500-ipgp_seed_channelnaming.xlsx: '\n",
- " 'Descriptions '\n",
- " 'of '\n",
- " 'InSight '\n",
- " 'SEIS '\n",
- " 'network, '\n",
- " 'station, '\n",
- " 'channel '\n",
- " 'and '\n",
- " 'location '\n",
- " 'codes '\n",
- " 'as an '\n",
- " 'Excel '\n",
- " 'spreadsheet. '\n",
- " '5. '\n",
- " 'location_codes_only.pdf: '\n",
- " 'A list '\n",
- " 'of '\n",
- " 'channel-location '\n",
- " 'code '\n",
- " 'pairs '\n",
- " 'extracted '\n",
- " 'from '\n",
- " 'the '\n",
- " 'channel '\n",
- " 'naming '\n",
- " 'document, '\n",
- " 'as a '\n",
- " 'PDF '\n",
- " 'file. '\n",
- " '6. '\n",
- " 'location_codes_only.xlsx: '\n",
- " 'A list '\n",
- " 'of '\n",
- " 'channel-location '\n",
- " 'code '\n",
- " 'pairs '\n",
- " 'extracted '\n",
- " 'from '\n",
- " 'the '\n",
- " 'channel '\n",
- " 'naming '\n",
- " 'document, '\n",
- " 'as an '\n",
- " 'Excel '\n",
- " 'file. '\n",
- " '7. '\n",
- " 'seedmanual_v2.4.pdf: '\n",
- " 'The '\n",
- " 'Standard '\n",
- " 'for the '\n",
- " 'Exchange '\n",
- " 'of '\n",
- " 'Earthquake '\n",
- " 'Data '\n",
- " '(SEED) '\n",
- " 'Reference '\n",
- " 'Manual, '\n",
- " 'SEED '\n",
- " 'Format '\n",
- " 'Version '\n",
- " '2.4. 8. '\n",
- " 'seis_release_notes.txt: '\n",
- " 'Information '\n",
- " 'about '\n",
- " 'each '\n",
- " 'release '\n",
- " 'of SEIS '\n",
- " 'data to '\n",
- " 'the '\n",
- " 'PDS. 9. '\n",
- " 'seis_sis.pdf: '\n",
- " 'The '\n",
- " 'InSight '\n",
- " 'SEIS '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification, '\n",
- " 'the '\n",
- " 'primary '\n",
- " 'documentation '\n",
- " 'for the '\n",
- " 'SEIS '\n",
- " 'archive. '\n",
- " '10. '\n",
- " 'variations-fdnsxml-seed.txt: '\n",
- " 'An '\n",
- " 'outline '\n",
- " 'of the '\n",
- " 'variations '\n",
- " 'between '\n",
- " 'FDSN-StationXML '\n",
- " 'and '\n",
- " 'SEED '\n",
- " '2.4.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2019',\n",
- " 'pds:Collection.pds:collection_type': 'Document',\n",
- " 'pds:External_Reference.pds:doi': '10.1007/s11214-018-0574-6',\n",
- " 'pds:External_Reference.pds:reference_text': 'Lognonne, '\n",
- " 'P., '\n",
- " 'Banerdt, '\n",
- " 'W. B., '\n",
- " 'Giardini, '\n",
- " 'D., et '\n",
- " 'al. '\n",
- " '(2019), '\n",
- " 'SEIS: '\n",
- " \"InSight's \"\n",
- " 'Seismic '\n",
- " 'Experiment '\n",
- " 'for '\n",
- " 'Internal '\n",
- " 'Structure '\n",
- " 'of '\n",
- " 'Mars, '\n",
- " 'Space '\n",
- " 'Sci. '\n",
- " 'Rev. '\n",
- " '215:12.',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-07-02T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_document_seis_inventory.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_documents:document_seis',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight SEIS '\n",
- " 'Document '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '8.0',\n",
- " 'pds:Internal_Reference.pds:comment': 'The '\n",
- " 'seis_release_notes '\n",
- " 'document in '\n",
- " 'the SEIS '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes and '\n",
- " 'errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'SEIS data by '\n",
- " 'PDS.',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:seis.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_documents:document_seis:seis_release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '8',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['First '\n",
- " 'release',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1B.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. '\n",
- " 'Also, '\n",
- " 'the SIS '\n",
- " 'and the '\n",
- " 'Channel '\n",
- " 'Naming '\n",
- " 'document '\n",
- " 'were '\n",
- " 'revised.',\n",
- " 'The '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'were '\n",
- " 'revised '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2019-05-07T00:00:00Z',\n",
- " '2019-06-18T00:00:00Z',\n",
- " '2019-09-18T00:00:00Z',\n",
- " '2019-12-17T00:00:00Z',\n",
- " '2020-03-24T00:00:00Z',\n",
- " '2020-06-30T00:00:00Z',\n",
- " '2020-10-01T00:00:00Z',\n",
- " '2020-12-23T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0',\n",
- " '8.0'],\n",
- " 'pds:Observing_System.pds:name': 'Insight',\n",
- " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
- " 'SEISMIC '\n",
- " 'EXPERIMENT '\n",
- " 'FOR '\n",
- " 'INTERIOR '\n",
- " 'STRUCTURE'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': 'urn:nasa:pds:insight_documents:document_seis:seis_release_notes',\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:seis.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight SEIS Document Collection',\n",
- " 'vid': '8.0'},\n",
- " 'start_date_time': None,\n",
- " 'stop_date_time': None,\n",
- " 'targets': None,\n",
- " 'title': 'InSight SEIS Document Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_rad:data_calibrated::7.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-02-14T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '7.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '8f4f3c7e-5b27-4061-bc3c-056a9e8eb524',\n",
- " 'lid': 'urn:nasa:pds:insight_rad:data_calibrated',\n",
- " 'lidvid': 'urn:nasa:pds:insight_rad:data_calibrated::7.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-11T00:44:44Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_data_rad_calibrated.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '581',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '374ac573ec2553fb2f7d20e9afadd87c',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-11T00:46:36Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_data_rad_calibrated.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '9225',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'ab37d5904cdee8f554652986a81911a5',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'RAD '\n",
- " 'Calibrated '\n",
- " 'Data '\n",
- " 'Collection',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Data',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-02-14T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_data_rad_calibrated.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_rad:data_calibrated',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight RAD '\n",
- " 'Calibrated '\n",
- " 'Data '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '7.0',\n",
- " 'pds:Internal_Reference.pds:comment': ['See the '\n",
- " 'Mission '\n",
- " 'Document '\n",
- " 'collection '\n",
- " 'in the '\n",
- " 'InSight '\n",
- " 'Document '\n",
- " 'bundle for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'mission, '\n",
- " 'spacecraft, '\n",
- " 'and '\n",
- " 'instruments.',\n",
- " 'See the '\n",
- " 'HP3/RAD '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'products in '\n",
- " 'the RAD '\n",
- " 'Calibrated '\n",
- " 'Data '\n",
- " 'collection.',\n",
- " 'The Release '\n",
- " 'Notes '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes '\n",
- " 'and errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'HP3/RAD '\n",
- " 'data.'],\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_documents:document_mission',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '7',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'InSight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['Peer-review '\n",
- " 'version',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1, part '\n",
- " '2, '\n",
- " 'calibrated '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2018-02-14T00:00:00Z',\n",
- " '2019-06-26T00:00:00Z',\n",
- " '2019-09-23T00:00:00Z',\n",
- " '2019-12-11T00:00:00Z',\n",
- " '2020-03-09T00:00:00Z',\n",
- " '2020-06-02T00:00:00Z',\n",
- " '2020-09-09T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['0.1',\n",
- " '1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0'],\n",
- " 'pds:Observing_System.pds:name': 'InSight',\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'RAD'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Primary_Result_Summary.pds:processing_level': 'Calibrated',\n",
- " 'pds:Primary_Result_Summary.pds:purpose': 'Science',\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Science_Facets.pds:discipline_name': 'Geosciences',\n",
- " 'pds:Science_Facets.pds:domain': 'Surface',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'pds:Time_Coordinates.pds:start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes',\n",
- " 'urn:nasa:pds:insight_documents:document_mission'],\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight RAD Calibrated Data Collection',\n",
- " 'vid': '7.0'},\n",
- " 'start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'targets': None,\n",
- " 'title': 'InSight RAD Calibrated Data Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_rad:data_derived::7.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-02-14T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '7.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '8f4f3c7e-5b27-4061-bc3c-056a9e8eb524',\n",
- " 'lid': 'urn:nasa:pds:insight_rad:data_derived',\n",
- " 'lidvid': 'urn:nasa:pds:insight_rad:data_derived::7.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-11T00:49:36Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_data_rad_derived.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '560',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': 'e3b799cc6a6a780deab6dd1529d81330',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-11T00:50:32Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_data_rad_derived.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '9206',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': '8abb856e5b847f939e422fda2f97a1cf',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'RAD '\n",
- " 'Derived '\n",
- " 'Data '\n",
- " 'Collection',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Data',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-02-14T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_data_rad_derived.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_rad:data_derived',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight RAD '\n",
- " 'Derived Data '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '7.0',\n",
- " 'pds:Internal_Reference.pds:comment': ['See the '\n",
- " 'Mission '\n",
- " 'Document '\n",
- " 'collection '\n",
- " 'in the '\n",
- " 'InSight '\n",
- " 'Document '\n",
- " 'bundle for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'mission, '\n",
- " 'spacecraft, '\n",
- " 'and '\n",
- " 'instruments.',\n",
- " 'See the '\n",
- " 'HP3/RAD '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'products in '\n",
- " 'the RAD '\n",
- " 'Derived Data '\n",
- " 'collection.',\n",
- " 'The Release '\n",
- " 'Notes '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes '\n",
- " 'and errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'HP3/RAD '\n",
- " 'data.'],\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_documents:document_mission',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '7',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'InSight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['Delivery '\n",
- " 'test '\n",
- " 'version',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1, part '\n",
- " '2, '\n",
- " 'derived '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2018-02-14T00:00:00Z',\n",
- " '2019-06-26T00:00:00Z',\n",
- " '2019-09-23T00:00:00Z',\n",
- " '2019-12-11T00:00:00Z',\n",
- " '2020-03-09T00:00:00Z',\n",
- " '2020-06-02T00:00:00Z',\n",
- " '2020-09-09T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['0.9',\n",
- " '1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0'],\n",
- " 'pds:Observing_System.pds:name': 'InSight',\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'RAD'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Primary_Result_Summary.pds:processing_level': 'Derived',\n",
- " 'pds:Primary_Result_Summary.pds:purpose': 'Science',\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Science_Facets.pds:discipline_name': 'Geosciences',\n",
- " 'pds:Science_Facets.pds:domain': 'Surface',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'pds:Time_Coordinates.pds:start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes',\n",
- " 'urn:nasa:pds:insight_documents:document_mission'],\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight RAD Derived Data Collection',\n",
- " 'vid': '7.0'},\n",
- " 'start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'targets': None,\n",
- " 'title': 'InSight RAD Derived Data Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_rad:data_raw::8.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2018-06-11T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_raw/collection_data_rad_raw.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '8.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '8f4f3c7e-5b27-4061-bc3c-056a9e8eb524',\n",
- " 'lid': 'urn:nasa:pds:insight_rad:data_raw',\n",
- " 'lidvid': 'urn:nasa:pds:insight_rad:data_raw::8.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-11T00:52:28Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_data_rad_raw.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_raw/collection_data_rad_raw.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '532',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '9fe65bbce7cc34015f1706f5bb4fdaa2',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-11T00:53:40Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_data_rad_raw.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_rad/data_raw/collection_data_rad_raw.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '9606',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': '36ecd547b4be491b584a95975511dc86',\n",
- " 'pds:Citation_Information.pds:description': 'InSight '\n",
- " 'RAD Raw '\n",
- " 'Data '\n",
- " 'Collection',\n",
- " 'pds:Citation_Information.pds:publication_year': '2018',\n",
- " 'pds:Collection.pds:collection_type': 'Data',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2018-06-11T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_data_rad_raw.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.10.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_rad:data_raw',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight RAD '\n",
- " 'Raw Data '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '8.0',\n",
- " 'pds:Internal_Reference.pds:comment': ['See the '\n",
- " 'Mission '\n",
- " 'Document '\n",
- " 'collection '\n",
- " 'in the '\n",
- " 'InSight '\n",
- " 'Document '\n",
- " 'bundle for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'mission, '\n",
- " 'spacecraft, '\n",
- " 'and '\n",
- " 'instruments.',\n",
- " 'See the '\n",
- " 'HP3/RAD '\n",
- " 'Software '\n",
- " 'Interface '\n",
- " 'Specification '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'for '\n",
- " 'information '\n",
- " 'about the '\n",
- " 'products in '\n",
- " 'the RAD Raw '\n",
- " 'Data '\n",
- " 'collection.',\n",
- " 'The Release '\n",
- " 'Notes '\n",
- " 'document in '\n",
- " 'the HP3/RAD '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes '\n",
- " 'and errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'HP3/RAD '\n",
- " 'data.'],\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_documents:document_mission',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '7',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'InSight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['Delivery '\n",
- " 'test '\n",
- " 'version',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1, part '\n",
- " '1, raw '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'Product '\n",
- " 'urn:nasa:pds:insight_rad:data_raw:hp3_rad_raw_00004_20181130_085325 '\n",
- " 'in this '\n",
- " 'collection '\n",
- " 'was '\n",
- " 'updated '\n",
- " 'with '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '1, part '\n",
- " '2.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'is '\n",
- " 'updated '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7. See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2018-02-14T00:00:00Z',\n",
- " '2019-04-22T00:00:00Z',\n",
- " '2019-06-05T00:00:00Z',\n",
- " '2019-09-23T00:00:00Z',\n",
- " '2019-12-11T00:00:00Z',\n",
- " '2020-03-09T00:00:00Z',\n",
- " '2020-06-02T00:00:00Z',\n",
- " '2020-09-09T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['0.9',\n",
- " '1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0',\n",
- " '7.0',\n",
- " '8.0'],\n",
- " 'pds:Observing_System.pds:name': 'InSight',\n",
- " 'pds:Observing_System_Component.pds:name': ['InSight',\n",
- " 'RAD'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Primary_Result_Summary.pds:processing_level': 'Raw',\n",
- " 'pds:Primary_Result_Summary.pds:purpose': 'Science',\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Science_Facets.pds:discipline_name': 'Geosciences',\n",
- " 'pds:Science_Facets.pds:domain': 'Surface',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'pds:Time_Coordinates.pds:start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
- " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes',\n",
- " 'urn:nasa:pds:insight_documents:document_mission'],\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight RAD Raw Data Collection',\n",
- " 'vid': '8.0'},\n",
- " 'start_date_time': '2018-01-01T00:00:00Z',\n",
- " 'stop_date_time': '2028-01-01T00:00:00Z',\n",
- " 'targets': None,\n",
- " 'title': 'InSight RAD Raw Data Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_ida:data_ancillary::6.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2019-08-06T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_ancillary/collection_data_ancillary.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '6.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '2bc18a9b-b7d6-43b5-a05a-7867068ebe66',\n",
- " 'lid': 'urn:nasa:pds:insight_ida:data_ancillary',\n",
- " 'lidvid': 'urn:nasa:pds:insight_ida:data_ancillary::6.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-21T04:37:30Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_data_ancillary_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_ancillary/collection_data_ancillary_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '23033',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '2db484e2b579fc8a2c14feb505e12309',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-21T15:16:41Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_data_ancillary.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_ancillary/collection_data_ancillary.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '8517',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': '8ce0b25536073ebf8d8d7d544893f232',\n",
- " 'pds:Citation_Information.pds:author_list': 'Trebi-Ollennu, '\n",
- " 'A.',\n",
- " 'pds:Citation_Information.pds:description': 'The IDA '\n",
- " 'Ancillary '\n",
- " 'Data '\n",
- " 'Collection '\n",
- " 'contains '\n",
- " 'status, '\n",
- " 'history '\n",
- " 'and '\n",
- " 'parameters '\n",
- " 'products '\n",
- " 'in '\n",
- " 'support '\n",
- " 'of IDA '\n",
- " 'science '\n",
- " 'and '\n",
- " 'engineering '\n",
- " 'data.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2019',\n",
- " 'pds:Collection.pds:collection_type': 'Data',\n",
- " 'pds:External_Reference.pds:doi': '10.1007/s11214-018-0520-7',\n",
- " 'pds:External_Reference.pds:reference_text': 'Trebi-Ollennu, '\n",
- " 'A. et '\n",
- " 'al., '\n",
- " '2018, '\n",
- " 'InSight '\n",
- " 'Mars '\n",
- " 'Lander '\n",
- " 'Robotics '\n",
- " 'Instrument '\n",
- " 'Deployment '\n",
- " 'System, '\n",
- " 'Space '\n",
- " 'Science '\n",
- " 'Reviews, '\n",
- " '214:93, '\n",
- " 'doi:10.1007/s11214-018-0520-7.',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2019-08-06T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_data_ancillary_inventory.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.11.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_ida:data_ancillary',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight IDA '\n",
- " 'Ancillary Data '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '6.0',\n",
- " 'pds:Internal_Reference.pds:comment': 'The '\n",
- " 'ida_release_notes '\n",
- " 'document in '\n",
- " 'the IDA '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes and '\n",
- " 'errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'IDA data by '\n",
- " 'PDS.',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_ida:document:ida_release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '216',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2. It '\n",
- " 'is the '\n",
- " 'first '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3. It '\n",
- " 'is the '\n",
- " 'second '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4. It '\n",
- " 'is the '\n",
- " 'third '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5. It '\n",
- " 'is the '\n",
- " 'fourth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. It '\n",
- " 'is the '\n",
- " 'fifth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'ancillary '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7. It '\n",
- " 'is the '\n",
- " 'sixth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2019-09-23T00:00:00Z',\n",
- " '2019-12-16T00:00:00Z',\n",
- " '2020-03-10T00:00:00Z',\n",
- " '2020-04-10T00:00:00Z',\n",
- " '2020-09-10T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0'],\n",
- " 'pds:Observing_System.pds:name': 'Insight',\n",
- " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
- " 'IDA'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Primary_Result_Summary.pds:processing_level': ['Raw',\n",
- " 'Calibrated'],\n",
- " 'pds:Primary_Result_Summary.pds:purpose': 'Science',\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'pds:Time_Coordinates.pds:start_date_time': '2018-12-09T08:00:47.762Z',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time': '2018-12-09T08:00:48.185Z',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': 'urn:nasa:pds:insight_ida:document:ida_release_notes',\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight IDA Ancillary Data Collection',\n",
- " 'vid': '6.0'},\n",
- " 'start_date_time': '2018-12-09T08:00:47.762Z',\n",
- " 'stop_date_time': '2018-12-09T08:00:48.185Z',\n",
- " 'targets': None,\n",
- " 'title': 'InSight IDA Ancillary Data Collection',\n",
- " 'type': 'Product_Collection'},\n",
- " {'description': None,\n",
- " 'id': 'urn:nasa:pds:insight_ida:data_raw_calibrated::6.0',\n",
- " 'investigations': None,\n",
- " 'metadata': {'creation_date_time': '2019-08-06T00:00:00Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_raw_calibrated/collection_data_raw_calibrated.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '6.0'},\n",
- " 'observing_system_components': None,\n",
- " 'properties': {'_package_id': '2bc18a9b-b7d6-43b5-a05a-7867068ebe66',\n",
- " 'lid': 'urn:nasa:pds:insight_ida:data_raw_calibrated',\n",
- " 'lidvid': 'urn:nasa:pds:insight_ida:data_raw_calibrated::6.0',\n",
- " 'ops:Data_File_Info.ops:creation_date_time': '2020-12-21T04:37:50Z',\n",
- " 'ops:Data_File_Info.ops:file_name': 'collection_data_raw_calibrated_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_raw_calibrated/collection_data_raw_calibrated_inventory.csv',\n",
- " 'ops:Data_File_Info.ops:file_size': '45100',\n",
- " 'ops:Data_File_Info.ops:md5_checksum': '7af61eac5ff63b1da31de4147db4c03a',\n",
- " 'ops:Data_File_Info.ops:mime_type': 'text/plain',\n",
- " 'ops:Label_File_Info.ops:blob': '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',\n",
- " 'ops:Label_File_Info.ops:creation_date_time': '2020-12-21T15:14:25Z',\n",
- " 'ops:Label_File_Info.ops:file_name': 'collection_data_raw_calibrated.xml',\n",
- " 'ops:Label_File_Info.ops:file_ref': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/urn-nasa-pds-insight_ida/data_raw_calibrated/collection_data_raw_calibrated.xml',\n",
- " 'ops:Label_File_Info.ops:file_size': '8621',\n",
- " 'ops:Label_File_Info.ops:md5_checksum': 'c35f6d60a39faeb91b9b26f1da601c8d',\n",
- " 'pds:Citation_Information.pds:author_list': 'Trebi-Ollennu, '\n",
- " 'A.',\n",
- " 'pds:Citation_Information.pds:description': 'The IDA '\n",
- " 'Raw and '\n",
- " 'Calibrated '\n",
- " 'Data '\n",
- " 'Collection '\n",
- " 'contains '\n",
- " 'IDA '\n",
- " 'science '\n",
- " 'and '\n",
- " 'engineering '\n",
- " 'high '\n",
- " 'priority '\n",
- " '(SciHi) '\n",
- " 'and low '\n",
- " 'priority '\n",
- " '(SciLo) '\n",
- " 'raw and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'products.',\n",
- " 'pds:Citation_Information.pds:publication_year': '2019',\n",
- " 'pds:Collection.pds:collection_type': 'Data',\n",
- " 'pds:External_Reference.pds:doi': '10.1007/s11214-018-0520-7',\n",
- " 'pds:External_Reference.pds:reference_text': 'Trebi-Ollennu, '\n",
- " 'A. et '\n",
- " 'al., '\n",
- " '2018, '\n",
- " 'InSight '\n",
- " 'Mars '\n",
- " 'Lander '\n",
- " 'Robotics '\n",
- " 'Instrument '\n",
- " 'Deployment '\n",
- " 'System, '\n",
- " 'Space '\n",
- " 'Science '\n",
- " 'Reviews, '\n",
- " '214:93, '\n",
- " 'doi:10.1007/s11214-018-0520-7.',\n",
- " 'pds:Field_Delimited.pds:data_type': ['ASCII_String',\n",
- " 'ASCII_LIDVID_LID'],\n",
- " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
- " 'pds:Field_Delimited.pds:maximum_field_length': ['1',\n",
- " '255'],\n",
- " 'pds:Field_Delimited.pds:name': ['Member Status',\n",
- " 'LIDVID_LID'],\n",
- " 'pds:File.pds:creation_date_time': '2019-08-06T00:00:00Z',\n",
- " 'pds:File.pds:file_name': 'collection_data_raw_calibrated_inventory.csv',\n",
- " 'pds:Identification_Area.pds:information_model_version': '1.11.1.0',\n",
- " 'pds:Identification_Area.pds:logical_identifier': 'urn:nasa:pds:insight_ida:data_raw_calibrated',\n",
- " 'pds:Identification_Area.pds:product_class': 'Product_Collection',\n",
- " 'pds:Identification_Area.pds:title': 'InSight IDA '\n",
- " 'Raw and '\n",
- " 'Calibrated '\n",
- " 'Data '\n",
- " 'Collection',\n",
- " 'pds:Identification_Area.pds:version_id': '6.0',\n",
- " 'pds:Internal_Reference.pds:comment': 'The '\n",
- " 'ida_release_notes '\n",
- " 'document in '\n",
- " 'the IDA '\n",
- " 'document '\n",
- " 'collection '\n",
- " 'has notes and '\n",
- " 'errata '\n",
- " 'concerning '\n",
- " 'each public '\n",
- " 'release of '\n",
- " 'IDA data by '\n",
- " 'PDS.',\n",
- " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'urn:nasa:pds:insight_ida:document:ida_release_notes'],\n",
- " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
- " 'is_instrument_host',\n",
- " 'is_instrument',\n",
- " 'collection_to_target',\n",
- " 'collection_to_document'],\n",
- " 'pds:Inventory.pds:field_delimiter': 'Comma',\n",
- " 'pds:Inventory.pds:offset': '0',\n",
- " 'pds:Inventory.pds:parsing_standard_id': 'PDS DSV 1',\n",
- " 'pds:Inventory.pds:record_delimiter': 'Carriage-Return '\n",
- " 'Line-Feed',\n",
- " 'pds:Inventory.pds:records': '451',\n",
- " 'pds:Inventory.pds:reference_type': 'inventory_has_member_product',\n",
- " 'pds:Investigation_Area.pds:name': 'Insight',\n",
- " 'pds:Investigation_Area.pds:type': 'Mission',\n",
- " 'pds:Modification_Detail.pds:description': ['This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '2. It '\n",
- " 'is the '\n",
- " 'first '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '3. It '\n",
- " 'is the '\n",
- " 'second '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '4. It '\n",
- " 'is the '\n",
- " 'third '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '5. It '\n",
- " 'is the '\n",
- " 'fourth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '6. It '\n",
- " 'is the '\n",
- " 'fifth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.',\n",
- " 'This '\n",
- " 'collection '\n",
- " 'contains '\n",
- " 'IDA raw '\n",
- " 'and '\n",
- " 'calibrated '\n",
- " 'data '\n",
- " 'for '\n",
- " 'InSight '\n",
- " 'Release '\n",
- " '7. It '\n",
- " 'is the '\n",
- " 'sixth '\n",
- " 'release '\n",
- " 'of IDA '\n",
- " 'data. '\n",
- " 'See '\n",
- " 'Release '\n",
- " 'Notes '\n",
- " 'document '\n",
- " 'in the '\n",
- " 'Reference '\n",
- " 'List '\n",
- " 'for '\n",
- " 'details.'],\n",
- " 'pds:Modification_Detail.pds:modification_date': ['2019-09-23T00:00:00Z',\n",
- " '2019-12-16T00:00:00Z',\n",
- " '2020-03-10T00:00:00Z',\n",
- " '2020-04-10T00:00:00Z',\n",
- " '2020-09-10T00:00:00Z',\n",
- " '2020-12-10T00:00:00Z'],\n",
- " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
- " '2.0',\n",
- " '3.0',\n",
- " '4.0',\n",
- " '5.0',\n",
- " '6.0'],\n",
- " 'pds:Observing_System.pds:name': 'Insight',\n",
- " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
- " 'IDA'],\n",
- " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
- " 'Instrument'],\n",
- " 'pds:Primary_Result_Summary.pds:processing_level': ['Raw',\n",
- " 'Calibrated'],\n",
- " 'pds:Primary_Result_Summary.pds:purpose': 'Science',\n",
- " 'pds:Record_Delimited.pds:fields': '2',\n",
- " 'pds:Record_Delimited.pds:groups': '0',\n",
- " 'pds:Target_Identification.pds:name': 'Mars',\n",
- " 'pds:Target_Identification.pds:type': 'Planet',\n",
- " 'pds:Time_Coordinates.pds:start_date_time': '2018-12-09T08:00:47.762Z',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time': '2018-12-09T08:00:48.185Z',\n",
- " 'product_class': 'Product_Collection',\n",
- " 'ref_lid_document': 'urn:nasa:pds:insight_ida:document:ida_release_notes',\n",
- " 'ref_lid_instrument': 'urn:nasa:pds:context:instrument:ida.insight',\n",
- " 'ref_lid_instrument_host': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
- " 'ref_lid_investigation': 'urn:nasa:pds:context:investigation:mission.insight',\n",
- " 'ref_lid_target': 'urn:nasa:pds:context:target:planet.mars',\n",
- " 'title': 'InSight IDA Raw and Calibrated Data '\n",
- " 'Collection',\n",
- " 'vid': '6.0'},\n",
- " 'start_date_time': '2018-12-09T08:00:47.762Z',\n",
- " 'stop_date_time': '2018-12-09T08:00:48.185Z',\n",
- " 'targets': None,\n",
- " 'title': 'InSight IDA Raw and Calibrated Data Collection',\n",
- " 'type': 'Product_Collection'}],\n",
- " 'summary': {'limit': 20,\n",
- " 'properties': ['pds:Inventory.pds:offset',\n",
- " 'pds:Modification_Detail.pds:description',\n",
- " 'lid',\n",
- " 'pds:Modification_Detail.pds:modification_date',\n",
- " 'pds:Inventory.pds:field_delimiter',\n",
- " 'ref_lid_instrument',\n",
- " 'ops:Label_File_Info.ops:md5_checksum',\n",
- " 'pds:File.pds:file_name',\n",
- " 'vid',\n",
- " 'product_class',\n",
- " 'pds:External_Reference.pds:reference_text',\n",
- " 'pds:Time_Coordinates.pds:stop_date_time',\n",
- " 'pds:Primary_Result_Summary.pds:processing_level',\n",
- " 'pds:Observing_System_Component.pds:type',\n",
- " 'ops:Label_File_Info.ops:file_ref',\n",
- " 'ops:Data_File_Info.ops:mime_type',\n",
- " 'pds:Field_Delimited.pds:data_type',\n",
- " 'pds:Record_Delimited.pds:groups',\n",
- " 'pds:Target_Identification.pds:name',\n",
- " 'ops:Data_File_Info.ops:md5_checksum',\n",
- " 'pds:Identification_Area.pds:title',\n",
- " 'pds:Inventory.pds:parsing_standard_id',\n",
- " 'pds:Observing_System_Component.pds:name',\n",
- " 'pds:Investigation_Area.pds:name',\n",
- " 'ref_lid_facility',\n",
- " 'ops:Label_File_Info.ops:creation_date_time',\n",
- " 'pds:Inventory.pds:records',\n",
- " 'pds:Identification_Area.pds:product_class',\n",
- " 'pds:Citation_Information.pds:author_list',\n",
- " 'ref_lid_instrument_host',\n",
- " 'pds:Citation_Information.pds:publication_year',\n",
- " 'pds:Internal_Reference.pds:comment',\n",
- " 'pds:Record_Delimited.pds:fields',\n",
- " 'ref_lid_document',\n",
- " 'title',\n",
- " 'pds:Collection.pds:collection_type',\n",
- " 'ops:Data_File_Info.ops:file_ref',\n",
- " '_package_id',\n",
- " 'pds:Field_Delimited.pds:name',\n",
- " 'pds:File.pds:creation_date_time',\n",
- " 'pds:Field_Delimited.pds:maximum_field_length',\n",
- " 'ops:Data_File_Info.ops:creation_date_time',\n",
- " 'pds:Identification_Area.pds:version_id',\n",
- " 'pds:Citation_Information.pds:description',\n",
- " 'pds:Internal_Reference.pds:reference_type',\n",
- " 'pds:Primary_Result_Summary.pds:purpose',\n",
- " 'pds:Identification_Area.pds:information_model_version',\n",
- " 'pds:Internal_Reference.pds:lid_reference',\n",
- " 'pds:Science_Facets.pds:domain',\n",
- " 'pds:Field_Delimited.pds:field_number',\n",
- " 'pds:Identification_Area.pds:logical_identifier',\n",
- " 'pds:Time_Coordinates.pds:start_date_time',\n",
- " 'ops:Data_File_Info.ops:file_size',\n",
- " 'pds:Observing_System.pds:name',\n",
- " 'pds:External_Reference.pds:doi',\n",
- " 'ref_lid_investigation',\n",
- " 'lidvid',\n",
- " 'pds:Modification_Detail.pds:version_id',\n",
- " 'ops:Label_File_Info.ops:blob',\n",
- " 'ops:Label_File_Info.ops:file_size',\n",
- " 'pds:Inventory.pds:record_delimiter',\n",
- " 'ops:Data_File_Info.ops:file_name',\n",
- " 'pds:Inventory.pds:reference_type',\n",
- " 'ops:Label_File_Info.ops:file_name',\n",
- " 'pds:Target_Identification.pds:type',\n",
- " 'ref_lid_target',\n",
- " 'pds:Science_Facets.pds:discipline_name',\n",
- " 'pds:Investigation_Area.pds:type'],\n",
- " 'q': '',\n",
- " 'sort': [],\n",
- " 'start': 0}}\n"
- ]
- }
- ],
- "source": [
- "try:\n",
- " # capabilities api entry point, list the resources provided by the current API end-point.\n",
- " api_response = api_instance.get_collection(q=\"\", start=0, limit=20)\n",
- " pprint(api_response)\n",
- "except ApiException as e:\n",
- " print(\"Exception when calling CollectionsApi->get_collection: %s\\n\" % e)\n"
- ]
- },
- {
- "cell_type": "code",
- "execution_count": null,
- "id": "interim-evidence",
- "metadata": {},
- "outputs": [],
- "source": []
- }
- ],
- "metadata": {
- "kernelspec": {
- "display_name": "Python 3",
- "language": "python",
- "name": "python3"
- },
- "language_info": {
- "codemirror_mode": {
- "name": "ipython",
- "version": 3
- },
- "file_extension": ".py",
- "mimetype": "text/x-python",
- "name": "python",
- "nbconvert_exporter": "python",
- "pygments_lexer": "ipython3",
- "version": "3.7.7"
- }
- },
- "nbformat": 4,
- "nbformat_minor": 5
-}
diff --git a/notebooks/draft/api-client.ipynb b/notebooks/draft/api-client.ipynb
new file mode 100644
index 0000000..b3a5c69
--- /dev/null
+++ b/notebooks/draft/api-client.ipynb
@@ -0,0 +1,2875 @@
+{
+ "cells": [
+ {
+ "cell_type": "markdown",
+ "id": "steady-softball",
+ "metadata": {},
+ "source": [
+ "# PDS federated API demo\n",
+ "\n",
+ "Demonstrates the API to use the PDS federated search capability."
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "e1acb49e-7c49-4b22-ac73-a913d1c65609",
+ "metadata": {},
+ "source": [
+ "## Import the PDS API client module"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 1,
+ "id": "artificial-planet",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "from __future__ import print_function\n",
+ "import pds.api_client as pds_api\n",
+ "from pprint import pprint"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "a227d858-36d1-43d8-b304-2939ee710ddf",
+ "metadata": {},
+ "source": [
+ "## Set the search API server and instantiate the API client"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 2,
+ "id": "spread-artist",
+ "metadata": {},
+ "outputs": [
+ {
+ "name": "stdout",
+ "output_type": "stream",
+ "text": [
+ "https://pds.nasa.gov/api/search/1/\n"
+ ]
+ }
+ ],
+ "source": [
+ "configuration = pds_api.Configuration()\n",
+ "\n",
+ "# demo server\n",
+ "configuration.host = 'https://pds.nasa.gov/api/search/1/'\n",
+ "\n",
+ "# dev server\n",
+ "# configuration.host = \"http://localhost:8080/\"\n",
+ "\n",
+ "api_client = pds_api.ApiClient(configuration)\n",
+ "print(configuration.host)"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "indirect-toolbox",
+ "metadata": {},
+ "source": [
+ "## Demonstrate the bundle search API"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 4,
+ "id": "demanding-administrator",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'summary': {'q': 'lidvid eq \"urn:nasa:pds:insight_documents::2.0\"',\n",
+ " 'start': 0,\n",
+ " 'limit': 100,\n",
+ " 'sort': [],\n",
+ " 'properties': ['lidvid',\n",
+ " 'ops:Label_File_Info/ops:file_ref',\n",
+ " 'ops:Tracking_Meta/ops:archive_status',\n",
+ " 'pds:File/pds:creation_date_time',\n",
+ " 'pds:Modification_Detail/pds:modification_date',\n",
+ " 'pds:Time_Coordinates/pds:start_date_time',\n",
+ " 'pds:Time_Coordinates/pds:stop_date_time',\n",
+ " 'product_class',\n",
+ " 'ref_lid_instrument',\n",
+ " 'ref_lid_instrument_host',\n",
+ " 'ref_lid_investigation',\n",
+ " 'ref_lid_target',\n",
+ " 'title',\n",
+ " 'vid']},\n",
+ " 'data': [{'id': 'urn:nasa:pds:insight_documents::2.0',\n",
+ " 'type': 'Product_Bundle',\n",
+ " 'title': 'Mars InSight Lander Document Archive',\n",
+ " 'description': None,\n",
+ " 'start_date_time': None,\n",
+ " 'stop_date_time': None,\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:apss-ps.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:apss-ps.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:apss-twins.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:apss-twins.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:hp3.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:hp3.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:icc.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:icc.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:idc.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:idc.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:rise.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:rise.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': None,\n",
+ " 'update_date_time': '2019-05-22T00:00:00Z',\n",
+ " 'version': '2.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/bundle_insight_documents.xml'},\n",
+ " 'properties': {'vid': ['2.0'],\n",
+ " 'product_class': ['Product_Bundle'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2019-05-22T00:00:00Z',\n",
+ " '2019-05-31T00:00:00Z',\n",
+ " '2019-09-12T00:00:00Z'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_documents::2.0'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'title': ['Mars InSight Lander Document Archive'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/bundle_insight_documents.xml'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:apss-ifg.insight',\n",
+ " 'urn:nasa:pds:context:instrument:apss-ps.insight',\n",
+ " 'urn:nasa:pds:context:instrument:apss-twins.insight',\n",
+ " 'urn:nasa:pds:context:instrument:hp3.insight',\n",
+ " 'urn:nasa:pds:context:instrument:icc.insight',\n",
+ " 'urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'urn:nasa:pds:context:instrument:idc.insight',\n",
+ " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'urn:nasa:pds:context:instrument:rise.insight',\n",
+ " 'urn:nasa:pds:context:instrument:seis.insight']}}]}"
+ ]
+ },
+ "execution_count": 4,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "bundles = pds_api.BundlesApi(api_client)\n",
+ "bundles_response = bundles.get_bundles(q='lidvid eq \"urn:nasa:pds:insight_documents::2.0\"', fields=[\"lidvid\"])\n",
+ "bundles_response.to_dict()"
+ ]
+ },
+ {
+ "cell_type": "markdown",
+ "id": "liquid-patio",
+ "metadata": {},
+ "source": [
+ "## Demonstrate the collection search API"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": 8,
+ "id": "split-error",
+ "metadata": {},
+ "outputs": [
+ {
+ "data": {
+ "text/plain": [
+ "{'summary': {'q': '',\n",
+ " 'start': 0,\n",
+ " 'limit': 20,\n",
+ " 'sort': [],\n",
+ " 'properties': ['_package_id',\n",
+ " 'alternate_ids',\n",
+ " 'description',\n",
+ " 'lid',\n",
+ " 'lidvid',\n",
+ " 'ops:Data_File_Info.ops:creation_date_time',\n",
+ " 'ops:Data_File_Info.ops:file_name',\n",
+ " 'ops:Data_File_Info.ops:file_ref',\n",
+ " 'ops:Data_File_Info.ops:file_size',\n",
+ " 'ops:Data_File_Info.ops:md5_checksum',\n",
+ " 'ops:Data_File_Info.ops:mime_type',\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time',\n",
+ " 'ops:Harvest_Info.ops:node_name',\n",
+ " 'ops:Label_File_Info.ops:creation_date_time',\n",
+ " 'ops:Label_File_Info.ops:file_name',\n",
+ " 'ops:Label_File_Info.ops:file_ref',\n",
+ " 'ops:Label_File_Info.ops:file_size',\n",
+ " 'ops:Label_File_Info.ops:md5_checksum',\n",
+ " 'ops:Tracking_Meta.ops:archive_status',\n",
+ " 'pds:Citation_Information.pds:author_list',\n",
+ " 'pds:Citation_Information.pds:description',\n",
+ " 'pds:Citation_Information.pds:doi',\n",
+ " 'pds:Citation_Information.pds:editor_list',\n",
+ " 'pds:Citation_Information.pds:keyword',\n",
+ " 'pds:Citation_Information.pds:publication_year',\n",
+ " 'pds:Collection.pds:collection_type',\n",
+ " 'pds:Context_Area.pds:comment',\n",
+ " 'pds:External_Reference.pds:description',\n",
+ " 'pds:External_Reference.pds:doi',\n",
+ " 'pds:External_Reference.pds:reference_text',\n",
+ " 'pds:Field_Delimited.pds:data_type',\n",
+ " 'pds:Field_Delimited.pds:description',\n",
+ " 'pds:Field_Delimited.pds:field_format',\n",
+ " 'pds:Field_Delimited.pds:field_number',\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length',\n",
+ " 'pds:Field_Delimited.pds:name',\n",
+ " 'pds:File.pds:creation_date_time',\n",
+ " 'pds:File.pds:file_name',\n",
+ " 'pds:File.pds:local_identifier',\n",
+ " 'pds:Identification_Area.pds:information_model_version',\n",
+ " 'pds:Identification_Area.pds:logical_identifier',\n",
+ " 'pds:Identification_Area.pds:product_class',\n",
+ " 'pds:Identification_Area.pds:title',\n",
+ " 'pds:Identification_Area.pds:version_id',\n",
+ " 'pds:Internal_Reference.pds:comment',\n",
+ " 'pds:Internal_Reference.pds:lid_reference',\n",
+ " 'pds:Internal_Reference.pds:reference_type',\n",
+ " 'pds:Inventory.pds:field_delimiter',\n",
+ " 'pds:Inventory.pds:local_identifier',\n",
+ " 'pds:Inventory.pds:offset',\n",
+ " 'pds:Inventory.pds:parsing_standard_id',\n",
+ " 'pds:Inventory.pds:record_delimiter',\n",
+ " 'pds:Inventory.pds:records',\n",
+ " 'pds:Inventory.pds:reference_type',\n",
+ " 'pds:Investigation_Area.pds:name',\n",
+ " 'pds:Investigation_Area.pds:type',\n",
+ " 'pds:Modification_Detail.pds:description',\n",
+ " 'pds:Modification_Detail.pds:modification_date',\n",
+ " 'pds:Modification_Detail.pds:version_id',\n",
+ " 'pds:Observing_System.pds:name',\n",
+ " 'pds:Observing_System_Component.pds:description',\n",
+ " 'pds:Observing_System_Component.pds:name',\n",
+ " 'pds:Observing_System_Component.pds:type',\n",
+ " 'pds:Primary_Result_Summary.pds:description',\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level',\n",
+ " 'pds:Primary_Result_Summary.pds:purpose',\n",
+ " 'pds:Record_Delimited.pds:fields',\n",
+ " 'pds:Record_Delimited.pds:groups',\n",
+ " 'pds:Record_Delimited.pds:maximum_record_length',\n",
+ " 'pds:Science_Facets.pds:discipline_name',\n",
+ " 'pds:Science_Facets.pds:domain',\n",
+ " 'pds:Science_Facets.pds:wavelength_range',\n",
+ " 'pds:Target_Identification.pds:name',\n",
+ " 'pds:Target_Identification.pds:type',\n",
+ " 'pds:Time_Coordinates.pds:start_date_time',\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time',\n",
+ " 'product_class',\n",
+ " 'ref_lid_associate',\n",
+ " 'ref_lid_document',\n",
+ " 'ref_lid_facility',\n",
+ " 'ref_lid_instrument',\n",
+ " 'ref_lid_instrument_host',\n",
+ " 'ref_lid_investigation',\n",
+ " 'ref_lid_node',\n",
+ " 'ref_lid_target',\n",
+ " 'ref_lid_telescope',\n",
+ " 'title',\n",
+ " 'vid']},\n",
+ " 'data': [{'id': 'urn:nasa:pds:mars2020_pixl:data_imaging::4.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Collection of data products: PDS4 Mars 2020 Perseverance Rover PIXL MCC Data',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2020-07-31T00:00:00Z',\n",
+ " 'stop_date_time': '3000-01-01T00:00:00.000Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:mars2020.pixl',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:mars2020.pixl',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': None,\n",
+ " 'update_date_time': '2022-07-22T00:00:00Z',\n",
+ " 'version': '4.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_pixl/data_imaging/collection_data_imaging.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Updated for release 4',\n",
+ " 'Updated for release 3',\n",
+ " 'Updated with entries for missing products from release 1',\n",
+ " 'Updated for release 2',\n",
+ " 'Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:mars2020_pixl:data_imaging'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2022-07-22T00:00:00Z',\n",
+ " '2022-03-22T00:00:00Z',\n",
+ " '2021-12-10T00:00:00Z',\n",
+ " '2021-11-22T00:00:00Z',\n",
+ " '2021-08-20T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:mars2020.pixl'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['0e4272aab46956ebc75e696645a9a4d7'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_imaging_inventory.csv'],\n",
+ " 'vid': ['4.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['3000-01-01T00:00:00.000Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Raw'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_pixl/data_imaging/collection_data_imaging.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-01T22:30:14.054640500Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:mars2020_pixl:data_imaging::4.0',\n",
+ " 'urn:nasa:pds:mars2020_pixl:data_imaging'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['3297b296f9f5c0bea149743c07c7c35e'],\n",
+ " 'pds:Identification_Area.pds:title': ['Collection of data products: PDS4 Mars 2020 Perseverance Rover PIXL MCC Data'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Mars 2020 Perseverance Rover',\n",
+ " 'Mars 2020 Pixl Micro-context Camera'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Mars 2020 Perseverance Rover Mission'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2021-08-20T15:09:41Z'],\n",
+ " 'pds:Inventory.pds:records': ['3580'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['R. Deen, S. Algermissen, H. Abarca, G. Hollins, M.K. Crombie, N. Toole, S. Levoe'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.mars2020'],\n",
+ " 'description': ['The data_imaging collection in the mars2020_pixl bundle is a collection of PIXL MCC (Micro Context Camera) image data products. The data products in this collection are all secondary members of the collection. They are primary members of the data_mcc_imgops collection in the mars2020_imgops bundle.',\n",
+ " 'Updated for release 4',\n",
+ " 'Updated for release 3',\n",
+ " 'Updated with entries for missing products from release 1',\n",
+ " 'Updated for release 2',\n",
+ " 'Initial version',\n",
+ " 'This columns specifies the Member Status of the files that comprise the collection.',\n",
+ " 'This columns specifies the LID or LIDVID of the files that comprise the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2020-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Collection of data products: PDS4 Mars 2020 Perseverance Rover PIXL MCC Data'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_pixl/data_imaging/collection_data_imaging_inventory.csv'],\n",
+ " '_package_id': ['fbc55497-0220-460b-b0ca-53170fe0ed1a'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:Citation_Information.pds:keyword': ['Mars 2020',\n",
+ " 'Perseverance Rover',\n",
+ " 'cameras',\n",
+ " 'Mars',\n",
+ " 'geosciences',\n",
+ " 'imaging',\n",
+ " 'PIXL',\n",
+ " 'MCC'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2021-12-10T21:24:04Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['4.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The data_imaging collection in the mars2020_pixl bundle is a collection of PIXL MCC (Micro Context Camera) image data products. The data products in this collection are all secondary members of the collection. They are primary members of the data_mcc_imgops collection in the mars2020_imgops bundle.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.16.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'urn:nasa:pds:context:instrument:mars2020.pixl',\n",
+ " 'urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:description': ['This columns specifies the Member Status of the files that comprise the collection.',\n",
+ " 'This columns specifies the LID or LIDVID of the files that comprise the collection.'],\n",
+ " 'pds:Context_Area.pds:comment': ['Observational Intent'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Inventory.pds:local_identifier': ['collection_data_imaging_inventory'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:mars2020_pixl:data_imaging'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2020-07-31T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['379989'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.mars2020'],\n",
+ " 'lidvid': ['urn:nasa:pds:mars2020_pixl:data_imaging::4.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['4.0',\n",
+ " '3.0',\n",
+ " '2.1',\n",
+ " '2.0',\n",
+ " '1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['6346'],\n",
+ " 'pds:Science_Facets.pds:wavelength_range': ['Visible'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_imaging_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_imaging.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Imaging'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:mars2020_rover_places:document::4.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Collection of document products for Rover PLACES',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2021-02-18T00:00:00Z',\n",
+ " 'stop_date_time': '3000-01-01T00:00:00.000Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:mars2020.rover',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:mars2020.rover',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': None,\n",
+ " 'update_date_time': None,\n",
+ " 'version': '4.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_rover_places/document/collection_document.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'lid': ['urn:nasa:pds:mars2020_rover_places:document'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:mars2020.rover'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['4cbdbea6237d1d8a28dfd0e67683f39d'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['4.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['3000-01-01T00:00:00.000Z'],\n",
+ " 'ref_lid_node': ['urn:nasa:pds:context:node:node.geoscience'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_rover_places/document/collection_document.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-01T23:05:14.902793900Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:mars2020_rover_places:document::4.0',\n",
+ " 'urn:nasa:pds:mars2020_rover_places:document'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'pds:Record_Delimited.pds:maximum_record_length': ['259'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['b7e443fabb49103959191a254604f783'],\n",
+ " 'pds:Identification_Area.pds:title': ['Collection of document products for Rover PLACES'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Mars 2020 Perseverence Rover',\n",
+ " 'Mars 2020 Perseverence Rover'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Mars 2020 Perseverence Rover Mission'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-03-16T21:52:53Z'],\n",
+ " 'pds:Inventory.pds:records': ['8'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Robert G. Deen'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.mars2020'],\n",
+ " 'description': ['Collection of document products for Rover PLACES.',\n",
+ " 'This columns specifies the Member Status of the files that comprise the collection.',\n",
+ " 'This columns specifies the LIDVID of the files that comprise the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2022-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Collection of document products for Rover PLACES'],\n",
+ " 'pds:Collection.pds:collection_type': ['Browse'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/m2020/urn-nasa-pds-mars2020_rover_places/document/collection_document_inventory.csv'],\n",
+ " '_package_id': ['fbc55497-0220-460b-b0ca-53170fe0ed1a'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-03-16T21:52:53Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['4.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Collection of document products for Rover PLACES.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_curated_by_node'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.16.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.mars2020',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mars2020',\n",
+ " 'urn:nasa:pds:context:instrument:mars2020.rover',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:context:node:node.geoscience'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:description': ['This columns specifies the Member Status of the files that comprise the collection.',\n",
+ " 'This columns specifies the LIDVID of the files that comprise the collection.'],\n",
+ " 'pds:Citation_Information.pds:editor_list': ['Deen, Robert G.; Grimes, Kevin; Toole, Nicholas T.'],\n",
+ " 'pds:Context_Area.pds:comment': ['Observational Intent'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Inventory.pds:local_identifier': ['collection_inventory.data'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:mars2020_rover_places:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2021-02-18T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['702'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.mars2020'],\n",
+ " 'lidvid': ['urn:nasa:pds:mars2020_rover_places:document::4.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['4985'],\n",
+ " 'pds:Science_Facets.pds:wavelength_range': ['Visible'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'pds:File.pds:local_identifier': ['inventory_collection.data'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Geosciences'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Overview of MSL APXS Targets from Sol 0 to 2301',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2012-09-22T14:23:16Z',\n",
+ " 'stop_date_time': '2019-01-26T23:21:12Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.mars_science_laboratory',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.mars_science_laboratory',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.msl',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.msl',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:apxs.msl',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:apxs.msl',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-10-02T00:00:00Z',\n",
+ " 'update_date_time': '2020-10-02T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/msl/urn-nasa-pds-msl_apxs_supplement_sols_0_2301/document/collection_document_inventory.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Version 1'],\n",
+ " 'lid': ['urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-10-02T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:apxs.msl'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['53926f8c6a5757c4dd9fe76cc0284469'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2019-01-26T23:21:12Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/msl/urn-nasa-pds-msl_apxs_supplement_sols_0_2301/document/collection_document_inventory.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T16:16:17.233417200Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document::1.0',\n",
+ " 'urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['28f00711f1c121a84b7d019e4e4d16ba'],\n",
+ " 'pds:Identification_Area.pds:title': ['Overview of MSL APXS Targets from Sol 0 to 2301'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Mars Science Laboratory',\n",
+ " 'Alpha Particle X-ray Spectrometer'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Mars Science Laboratory'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-10-02T14:26:33Z'],\n",
+ " 'pds:Inventory.pds:records': ['1'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Berger, J. A.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.msl'],\n",
+ " 'description': ['Supporting Information for: Elemental composition and chemical evolution of geologic materials in Gale crater, Mars: APXS results from Bradbury Landing to the Vera Rubin Ridge',\n",
+ " 'Version 1',\n",
+ " 'P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2020-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Overview of MSL APXS Targets from Sol 0 to 2301'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/msl/urn-nasa-pds-msl_apxs_supplement_sols_0_2301/document/collection_document_inventory.csv'],\n",
+ " '_package_id': ['25c7df9a-a540-42d2-a7c8-c69b885d9c17'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-10-02T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-10-02T14:26:33Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Supporting Information for: Elemental composition and chemical evolution of geologic materials in Gale crater, Mars: APXS results from Bradbury Landing to the Vera Rubin Ridge'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.12.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.mars_science_laboratory',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.msl',\n",
+ " 'urn:nasa:pds:context:instrument:apxs.msl',\n",
+ " 'urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Field_Delimited.pds:description': ['P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Citation_Information.pds:editor_list': ['VanBommel, S. J.'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2012-09-22T14:23:16Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['100'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.mars_science_laboratory'],\n",
+ " 'lidvid': ['urn:nasa:pds:msl_apxs_supplement_sols_0_2301:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['7790'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document_inventory.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_seis:data_derived::7.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'InSight SEIS Derived Data Mars Quake Service Catalog',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2018-04-01T00:00:00Z',\n",
+ " 'stop_date_time': '2022-07-01T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2021-04-01T00:00:00Z',\n",
+ " 'update_date_time': '2021-04-01T00:00:00Z',\n",
+ " 'version': '7.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/data_derived/collection_data_derived.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['First release of V5 and V6',\n",
+ " 'First release of V7',\n",
+ " 'Fixed internal references in XML label',\n",
+ " 'First release of V8',\n",
+ " 'First release of V9',\n",
+ " 'First release of V10',\n",
+ " 'First release of V11',\n",
+ " 'First release of V12'],\n",
+ " 'lid': ['urn:nasa:pds:insight_seis:data_derived'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2021-04-01T00:00:00Z',\n",
+ " '2021-08-26T00:00:00Z',\n",
+ " '2021-09-24T00:00:00Z',\n",
+ " '2021-10-06T00:00:00Z',\n",
+ " '2022-01-24T00:00:00Z',\n",
+ " '2022-05-16T00:00:00Z',\n",
+ " '2022-07-01T00:00:00Z',\n",
+ " '2022-10-01T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:seis.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['d2414844451e53df9665bf4c0499f63d'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_derived_inventory.csv'],\n",
+ " 'vid': ['7.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2022-07-01T00:00:00Z'],\n",
+ " 'pds:External_Reference.pds:reference_text': [\"Lognonne, P., Banerdt, W. B., Giardini, D., et al. (2019), SEIS: InSight's Seismic Experiment for Internal Structure of Mars, Space Sci. Rev. 215:12.\"],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/data_derived/collection_data_derived.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-01T22:44:30.277815400Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_seis:data_derived::7.0',\n",
+ " 'urn:nasa:pds:insight_seis:data_derived'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['e0e4af70bcf67415c48233b317525e96'],\n",
+ " 'pds:Identification_Area.pds:title': ['InSight SEIS Derived Data Mars Quake Service Catalog'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Insight', 'Seismometer'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Insight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-10-03T15:19:22Z'],\n",
+ " 'pds:Inventory.pds:records': ['48'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Clinton, J.; Euchner, F.; Ceylan, S.; MQS Frontline Team'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['InSight Marsquake Service (2022). Mars Seismic Catalogue, InSight Mission; V12 2022-10-01. ETHZ, IPGP, JPL, ICL, Univ. Bristol.',\n",
+ " 'First release of V5 and V6',\n",
+ " 'First release of V7',\n",
+ " 'Fixed internal references in XML label',\n",
+ " 'First release of V8',\n",
+ " 'First release of V9',\n",
+ " 'First release of V10',\n",
+ " 'First release of V11',\n",
+ " 'First release of V12'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2022-01-01T00:00:00Z'],\n",
+ " 'pds:Citation_Information.pds:doi': ['10.12686/a18'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['The seis_release_notes document in the SEIS document collection has notes and errata concerning each public release of SEIS data by PDS.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v10_end_2022-01-01_release_2022-04-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v11_end_2022-04-01_release_2022-07-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v12_end_2022-07-01_release_2022-10-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v5_end_2020-10-12_release_2021-01-04',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v6_end_2021-01-01_release_2021-04-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v7_end_2021-04-01_release_2021-08-24',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v8_end_2021-07-01_release_2021-10-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v9_end_2021-10-01_release_2022-01-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:seis_release_notes'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['InSight SEIS Derived Data Mars Quake Service Catalog'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/data_derived/collection_data_derived_inventory.csv'],\n",
+ " '_package_id': ['bf566795-bb69-46f9-9f90-54a03b56bb80'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2021-04-01T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-10-03T15:19:22Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['7.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['InSight Marsquake Service (2022). Mars Seismic Catalogue, InSight Mission; V12 2022-10-01. ETHZ, IPGP, JPL, ICL, Univ. Bristol.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.15.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v5_end_2020-10-12_release_2021-01-04',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v6_end_2021-01-01_release_2021-04-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v7_end_2021-04-01_release_2021-08-24',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v8_end_2021-07-01_release_2021-10-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v9_end_2021-10-01_release_2022-01-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v10_end_2022-01-01_release_2022-04-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v11_end_2022-04-01_release_2022-07-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:mars_seismic_catalogue_insight_v12_end_2022-07-01_release_2022-10-01',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:seis_release_notes'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_seis:data_derived'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2018-04-01T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['4522'],\n",
+ " 'pds:Observing_System.pds:name': ['Insight'],\n",
+ " 'pds:External_Reference.pds:doi': ['10.1007/s11214-018-0574-6'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_seis:data_derived::7.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
+ " '2.0',\n",
+ " '2.1',\n",
+ " '3.0',\n",
+ " '4.0',\n",
+ " '5.0',\n",
+ " '6.0',\n",
+ " '7.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['9954'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_derived_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_derived.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_seis:schema_mqs::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Mars Quake Service (MQS) XML Schema For Use With InSight MQS Data Products',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2018-04-01T00:00:00Z',\n",
+ " 'stop_date_time': '3000-01-01T00:00:00.000Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2021-03-23T00:00:00Z',\n",
+ " 'update_date_time': '2021-03-23T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/schema_mqs/collection_schema_mqs.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['The first delivery of MQS data products and XML schema occurred with SEIS Release 8, 04/01/21.'],\n",
+ " 'lid': ['urn:nasa:pds:insight_seis:schema_mqs'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2021-03-23T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:seis.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['d09c29d3c564fb9369b81d6f392de51e'],\n",
+ " 'pds:File.pds:file_name': ['collection_schema_mqs_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['3000-01-01T00:00:00.000Z'],\n",
+ " 'pds:External_Reference.pds:reference_text': ['https://quake.ethz.ch/quakeml/'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/schema_mqs/collection_schema_mqs.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-01T22:44:31.597196700Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_seis:schema_mqs::1.0',\n",
+ " 'urn:nasa:pds:insight_seis:schema_mqs'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['1cdc6202fcb827fe4e330eca4e296fe2'],\n",
+ " 'pds:Identification_Area.pds:title': ['Mars Quake Service (MQS) XML Schema For Use With InSight MQS Data Products'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Insight', 'Seismometer'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Insight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2021-03-23T16:45:50Z'],\n",
+ " 'pds:Inventory.pds:records': ['1'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Clinton, J., Euchner, F.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['The SEIS schema_mqs collection contains XML schema for use with InSight Mars Quake Service (MQS) data products in the SEIS data_derived collection. The schema are provided by QuakeML, https://quake.ethz.ch/quakeml/.',\n",
+ " 'The first delivery of MQS data products and XML schema occurred with SEIS Release 8, 04/01/21.',\n",
+ " 'QuakeML is a flexible, extensible and modular XML representation of seismological data which is intended to cover a broad range of fields of application in modern seismology. QuakeML is an open standard.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2021-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Mars Quake Service (MQS) XML Schema For Use With InSight MQS Data Products'],\n",
+ " 'pds:Collection.pds:collection_type': ['XML Schema'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_seis/schema_mqs/collection_schema_mqs_inventory.csv'],\n",
+ " '_package_id': ['bf566795-bb69-46f9-9f90-54a03b56bb80'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2021-03-23T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2021-03-23T16:58:05Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The SEIS schema_mqs collection contains XML schema for use with InSight Mars Quake Service (MQS) data products in the SEIS data_derived collection. The schema are provided by QuakeML, https://quake.ethz.ch/quakeml/.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.15.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_seis:schema_mqs'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2018-04-01T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['54'],\n",
+ " 'pds:Observing_System.pds:name': ['Insight'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_seis:schema_mqs::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5578'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_schema_mqs_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_schema_mqs.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'pds:External_Reference.pds:description': ['QuakeML is a flexible, extensible and modular XML representation of seismological data which is intended to cover a broad range of fields of application in modern seismology. QuakeML is an open standard.'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:phx_tega_derived:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Phoenix Robotic Arm Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2004-09-13T00:00:00Z',\n",
+ " 'stop_date_time': '2015-04-30T18:54:38Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.phoenix',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.phoenix',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.phx',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.phx',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:tega.phx',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:tega.phx',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': None,\n",
+ " 'update_date_time': '2018-11-29T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/phx/urn-nasa-pds-phx_tega_derived/document/document_collection_inventory.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:phx_tega_derived:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2018-11-29T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:tega.phx'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['6b8046148708f6eafa8fcd1ac16e0bd6'],\n",
+ " 'pds:File.pds:file_name': ['document_collection_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2015-04-30T18:54:38Z'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Instrument', 'Spacecraft'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/phx/urn-nasa-pds-phx_tega_derived/document/document_collection_inventory.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T16:02:45.769722400Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:phx_tega_derived:document::1.0',\n",
+ " 'urn:nasa:pds:phx_tega_derived:document'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['65371a4d292e2f3134e11de35ab5a716'],\n",
+ " 'pds:Identification_Area.pds:title': ['Phoenix Robotic Arm Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Thermal Evolved Gas Analyzer',\n",
+ " 'Phoenix Lander'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Phoenix'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2019-07-22T15:54:22Z'],\n",
+ " 'pds:Inventory.pds:records': ['4'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.phx'],\n",
+ " 'description': ['Document collection for the Phoenix Thermal Evolved Gas Analyzer Derived Differential Scanning Calorimetry Dataset',\n",
+ " 'Initial version'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2008-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Phoenix Robotic Arm Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/phx/urn-nasa-pds-phx_tega_derived/document/document_collection_inventory.csv'],\n",
+ " '_package_id': ['3181f157-1512-4805-93d2-ff59939d015b'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2019-07-22T15:54:22Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Document collection for the Phoenix Thermal Evolved Gas Analyzer Derived Differential Scanning Calorimetry Dataset'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument',\n",
+ " 'is_instrument_host',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.11.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.phoenix',\n",
+ " 'urn:nasa:pds:context:instrument:tega.phx',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.phx',\n",
+ " 'urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:phx_tega_derived:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2004-09-13T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['264'],\n",
+ " 'pds:Observing_System.pds:name': ['Phoenix Thermal Evolved Gas Analyzer'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.phoenix'],\n",
+ " 'lidvid': ['urn:nasa:pds:phx_tega_derived:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['4726'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['document_collection_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['document_collection_inventory.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:mess_grs_derived:data_maps::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'MESSENGER GRS Derived Map (DAP) Data Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2004-09-13T00:00:00Z',\n",
+ " 'stop_date_time': '2015-04-30T18:54:38Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.earth',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.earth',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.venus',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.venus',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2018-07-26T00:00:00Z',\n",
+ " 'update_date_time': '2018-07-26T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/data/collection_data_maps.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version of MESSENGER GRS DAP data collection migrated from PDS3'],\n",
+ " 'lid': ['urn:nasa:pds:mess_grs_derived:data_maps'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2018-07-26T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:grs.mess'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['7e93c1604f3def7c35c806c32cc02a01'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_maps_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2015-04-30T18:54:38Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/data/collection_data_maps.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T17:27:13.664180200Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:mess_grs_derived:data_maps::1.0',\n",
+ " 'urn:nasa:pds:mess_grs_derived:data_maps'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mercury', 'Earth', 'Venus'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['a061fa06b40454233b76b91e7958244a'],\n",
+ " 'pds:Identification_Area.pds:title': ['MESSENGER GRS Derived Map (DAP) Data Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['MESSENGER',\n",
+ " 'Gamma Ray Spectrometer'],\n",
+ " 'pds:Investigation_Area.pds:name': ['MESSENGER'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2018-12-03T16:16:22Z'],\n",
+ " 'pds:Inventory.pds:records': ['8'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Peplowski, P. N.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.mess'],\n",
+ " 'description': ['The MESSENGER GRS Derived Map (DAP) data consist of calibrated, mapped science observations and instrument data collected by the GRS sensor.',\n",
+ " 'Initial version of MESSENGER GRS DAP data collection migrated from PDS3'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2008-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['MESSENGER GRS Derived Map (DAP) Data Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/data/collection_data_maps_inventory.csv'],\n",
+ " '_package_id': ['66ad70e6-32b7-496e-bb8e-a219003b8e60'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2018-07-26T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2018-12-03T16:16:22Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The MESSENGER GRS Derived Map (DAP) data consist of calibrated, mapped science observations and instrument data collected by the GRS sensor.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'data_to_target',\n",
+ " 'data_to_target',\n",
+ " 'data_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.10.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'urn:nasa:pds:context:target:planet.earth',\n",
+ " 'urn:nasa:pds:context:target:planet.venus'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:mess_grs_derived:data_maps'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2004-09-13T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['530'],\n",
+ " 'pds:Observing_System.pds:name': ['MESSENGER'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.messenger'],\n",
+ " 'lidvid': ['urn:nasa:pds:mess_grs_derived:data_maps::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5982'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_maps_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_maps.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet', 'Planet', 'Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.earth',\n",
+ " 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'urn:nasa:pds:context:target:planet.venus'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Geosciences'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:mess_grs_derived:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'MESSENGER GRS Derived (CDR/RDR/DAP) Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': None,\n",
+ " 'stop_date_time': None,\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.earth',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.earth',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.venus',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.venus',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2018-07-26T00:00:00Z',\n",
+ " 'update_date_time': '2018-07-26T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/document/collection_document.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version of MESSENGER GRS CDR/RDR/DAP document collection migrated from PDS3'],\n",
+ " 'lid': ['urn:nasa:pds:mess_grs_derived:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2018-07-26T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:grs.mess'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['13e150bdc71c85c9a2b7eb142fb03567'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/document/collection_document.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T17:27:14.836704400Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:mess_grs_derived:document::1.0',\n",
+ " 'urn:nasa:pds:mess_grs_derived:document'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mercury', 'Earth', 'Venus'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['086a6e78d456a981ede15f8b827abf41'],\n",
+ " 'pds:Identification_Area.pds:title': ['MESSENGER GRS Derived (CDR/RDR/DAP) Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['MESSENGER',\n",
+ " 'Gamma Ray Spectrometer'],\n",
+ " 'pds:Investigation_Area.pds:name': ['MESSENGER'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2018-07-25T18:53:52Z'],\n",
+ " 'pds:Inventory.pds:records': ['13'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Peplowski, P. N.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.mess'],\n",
+ " 'description': ['The MESSENGER GRS Derived (CDR/RDR/DAP) document collection consists of the GRS CDR/RDR/DAP Software Interface Specification in PDF and HTML formats, as well as other data set documentation.',\n",
+ " 'Initial version of MESSENGER GRS CDR/RDR/DAP document collection migrated from PDS3'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2008-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['MESSENGER GRS Derived (CDR/RDR/DAP) Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/messenger/mess-e_v_h-grns-3-grs-cdr-v1/messgrs_2001/document/collection_document_inventory.csv'],\n",
+ " '_package_id': ['66ad70e6-32b7-496e-bb8e-a219003b8e60'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2018-07-26T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2018-07-26T16:14:10Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The MESSENGER GRS Derived (CDR/RDR/DAP) document collection consists of the GRS CDR/RDR/DAP Software Interface Specification in PDF and HTML formats, as well as other data set documentation.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'data_to_target',\n",
+ " 'data_to_target',\n",
+ " 'data_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.10.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.messenger',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mess',\n",
+ " 'urn:nasa:pds:context:instrument:grs.mess',\n",
+ " 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'urn:nasa:pds:context:target:planet.earth',\n",
+ " 'urn:nasa:pds:context:target:planet.venus'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:mess_grs_derived:document'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['739'],\n",
+ " 'pds:Observing_System.pds:name': ['MESSENGER'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.messenger'],\n",
+ " 'lidvid': ['urn:nasa:pds:mess_grs_derived:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5539'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet', 'Planet', 'Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.earth',\n",
+ " 'urn:nasa:pds:context:target:planet.mercury',\n",
+ " 'urn:nasa:pds:context:target:planet.venus'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:xas_synthesized_glasses:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'XAS Spectra of Synthesized Glasses Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2018-02-10T00:00:00Z',\n",
+ " 'stop_date_time': '2019-02-16T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:individual.xas_synthesized_glasses',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:individual.xas_synthesized_glasses',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:aps.beamline13ide',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:aps.beamline13ide',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [],\n",
+ " 'metadata': {'creation_date_time': '2021-02-24T00:00:00Z',\n",
+ " 'update_date_time': '2021-02-24T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/speclib/urn-nasa-pds-xas_synthesized_glasses/document/collection_document_inventory.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version.'],\n",
+ " 'lid': ['urn:nasa:pds:xas_synthesized_glasses:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2021-02-24T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:aps.beamline13ide'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['0b1c2b41b9b069e78df9e1ad3bb46d4d'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2019-02-16T00:00:00Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Partially Processed'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/speclib/urn-nasa-pds-xas_synthesized_glasses/document/collection_document_inventory.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T17:07:32.101396200Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:xas_synthesized_glasses:document::1.0',\n",
+ " 'urn:nasa:pds:xas_synthesized_glasses:document'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['2aa4f0914a11818bfffaf431b5cb85b1'],\n",
+ " 'pds:Identification_Area.pds:title': ['XAS Spectra of Synthesized Glasses Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Advanced Photon Source',\n",
+ " 'Beamline 13-ID-E (with Si311 Detector)'],\n",
+ " 'ref_lid_facility': ['urn:nasa:pds:context:facility:laboratory.aps'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Investigation of XAS Spectra of Synthesized Glasses'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-02-03T18:48:13Z'],\n",
+ " 'pds:Inventory.pds:records': ['1'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['McCanta, Molly'],\n",
+ " 'description': ['XAS spectra of synthesized glasses document collection.',\n",
+ " 'Initial version.',\n",
+ " 'P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2021-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['XAS Spectra of Synthesized Glasses Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/speclib/urn-nasa-pds-xas_synthesized_glasses/document/collection_document_inventory.csv'],\n",
+ " '_package_id': ['eb3b86b8-8af7-45c8-871b-e6cc3d805f77'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2021-02-24T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-02-03T18:48:13Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['XAS spectra of synthesized glasses document collection.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_facility',\n",
+ " 'is_instrument'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.17.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:individual.xas_synthesized_glasses',\n",
+ " 'urn:nasa:pds:context:facility:laboratory.aps',\n",
+ " 'urn:nasa:pds:context:instrument:aps.beamline13ide'],\n",
+ " 'pds:Field_Delimited.pds:description': ['P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Citation_Information.pds:editor_list': ['Ward, Jennifer'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:xas_synthesized_glasses:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2018-02-10T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['90'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:individual.xas_synthesized_glasses'],\n",
+ " 'lidvid': ['urn:nasa:pds:xas_synthesized_glasses:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5166'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document_inventory.xml'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Individual Investigation']}},\n",
+ " {'id': 'urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Duxbury PDART 2014 Mariner 1969 Far Encounter Image Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '1969-07-29T00:00:00Z',\n",
+ " 'stop_date_time': '1969-08-04T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.mariner69',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.mariner69',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mr6',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mr6',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.mr7',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.mr7',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:nac.mr6',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:nac.mr6',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:nac.mr7',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:nac.mr7',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:wac.mr6',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:wac.mr6',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:wac.mr7',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:wac.mr7',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2017-09-21T00:00:00Z',\n",
+ " 'update_date_time': '2017-09-21T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/mariner/mariner69/urn-nasa-pds-duxbury_pdart14_mariner69/data_mars_far/collection_mars_far_inventory.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial PDS4 version'],\n",
+ " 'lid': ['urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2017-09-21T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:nac.mr6',\n",
+ " 'urn:nasa:pds:context:instrument:nac.mr7',\n",
+ " 'urn:nasa:pds:context:instrument:wac.mr6',\n",
+ " 'urn:nasa:pds:context:instrument:wac.mr7'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['0157c95b355966a74417d248d46db9e9'],\n",
+ " 'pds:File.pds:file_name': ['collection_mars_far_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['1969-08-04T00:00:00Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
+ " 'Spacecraft',\n",
+ " 'Instrument',\n",
+ " 'Instrument',\n",
+ " 'Instrument',\n",
+ " 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/mariner/mariner69/urn-nasa-pds-duxbury_pdart14_mariner69/data_mars_far/collection_mars_far_inventory.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-11-02T17:13:21.787563100Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far::1.0',\n",
+ " 'urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['111242bf316726c514b9e52d0bcc01ed'],\n",
+ " 'pds:Identification_Area.pds:title': ['Duxbury PDART 2014 Mariner 1969 Far Encounter Image Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['MARINER 6',\n",
+ " 'MARINER 7',\n",
+ " 'MARINER 6 Narrow Angle Camera',\n",
+ " 'MARINER 6 Wide Angle Camera',\n",
+ " 'MARINER 7 Narrow Angle Camera',\n",
+ " 'MARINER 7 Wide Angle Camera'],\n",
+ " 'pds:Investigation_Area.pds:name': ['MARINER69'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2018-07-02T17:31:27Z'],\n",
+ " 'pds:Inventory.pds:records': ['140'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Duxbury, Thomas C.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.mr6',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mr7'],\n",
+ " 'description': ['Duxbury PDART 2014 Mariner 1969 Far Encounter Image Collection',\n",
+ " 'Initial PDS4 version',\n",
+ " 'P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2017-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Duxbury PDART 2014 Mariner 1969 Far Encounter Image Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/mariner/mariner69/urn-nasa-pds-duxbury_pdart14_mariner69/data_mars_far/collection_mars_far_inventory.csv'],\n",
+ " '_package_id': ['005c2b07-e13e-4c63-9ea9-dd56582c004c'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:Citation_Information.pds:keyword': ['MARINER 1969',\n",
+ " 'MARINER 6',\n",
+ " 'MARINER 7'],\n",
+ " 'pds:File.pds:creation_date_time': ['2017-09-21T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2018-07-02T17:35:04Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Duxbury PDART 2014 Mariner 1969 Far Encounter Image Collection'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'is_instrument',\n",
+ " 'is_instrument',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.8.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.mariner69',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mr6',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.mr7',\n",
+ " 'urn:nasa:pds:context:instrument:nac.mr6',\n",
+ " 'urn:nasa:pds:context:instrument:wac.mr6',\n",
+ " 'urn:nasa:pds:context:instrument:nac.mr7',\n",
+ " 'urn:nasa:pds:context:instrument:wac.mr7',\n",
+ " 'urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Field_Delimited.pds:description': ['P indicates primary member of the collection S indicates secondary member of the collection',\n",
+ " 'The LID or LIDVID of a product that is a member of the collection.'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['1969-07-29T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['9240'],\n",
+ " 'pds:Observing_System.pds:name': ['MARINER69'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.mariner69'],\n",
+ " 'lidvid': ['urn:nasa:pds:duxbury_pdart14_mariner69:data_mars_far::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['7195'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_mars_far_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_mars_far_inventory.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:lcross_mmt_clio_calib:calib::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'LCROSS CLIO Calibrated Data Calibration Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2009-10-09T07:39:03Z',\n",
+ " 'stop_date_time': '2009-10-09T12:57:39Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:mmt.single_mirror6m5.clio',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:mmt.single_mirror6m5.clio',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-12-01T00:00:00Z',\n",
+ " 'update_date_time': '2020-12-01T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_clio-3-cdr-lcross-v1/lcrcli_1xxx/calib/collection_calib.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:lcross_mmt_clio_calib:calib'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-12-01T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:mmt.single_mirror6m5.clio'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['77c714d19fcf269f0694dbddf38ded20'],\n",
+ " 'pds:File.pds:file_name': ['collection_calib_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2009-10-09T12:57:39Z'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host',\n",
+ " 'Telescope',\n",
+ " 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_clio-3-cdr-lcross-v1/lcrcli_1xxx/calib/collection_calib.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T19:11:19.934152600Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['0f679ddf619d2863c6e4877cec462c11'],\n",
+ " 'pds:Identification_Area.pds:title': ['LCROSS CLIO Calibrated Data Calibration Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['MMT Observatory',\n",
+ " '6.5-m Single Mirror (MMT)',\n",
+ " 'Clio'],\n",
+ " 'ref_lid_facility': ['urn:nasa:pds:context:facility:observatory.mmt'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Lunar Crater Observation and Sensing Satellite'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-12-08T14:25:08Z'],\n",
+ " 'pds:Inventory.pds:records': ['2'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Faith Vilas'],\n",
+ " 'description': ['Collection product for the CLIO calibration data collection. Note the two member products are the same as in the raw data collection.',\n",
+ " 'Initial version'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2010-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['LCROSS CLIO Calibrated Data Calibration Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Calibration'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_clio-3-cdr-lcross-v1/lcrcli_1xxx/calib/collection_calib_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-12-01T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-12-08T14:25:08Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Collection product for the CLIO calibration data collection. Note the two member products are the same as in the raw data collection.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_facility',\n",
+ " 'is_telescope',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.14.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'urn:nasa:pds:context:facility:observatory.mmt',\n",
+ " 'urn:nasa:pds:context:telescope:mmt.single_mirror6m5',\n",
+ " 'urn:nasa:pds:context:instrument:mmt.single_mirror6m5.clio',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:lcross_mmt_clio_calib:calib'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2009-10-09T07:39:03Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['129'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite'],\n",
+ " 'lidvid': ['urn:nasa:pds:lcross_mmt_clio_calib:calib::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5337'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_calib_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_calib.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'ref_lid_telescope': ['urn:nasa:pds:context:telescope:mmt.single_mirror6m5'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:lcross_mro_photgjon:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'LCROSS Photgjon Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2009-10-09T05:34:15Z',\n",
+ " 'stop_date_time': '2009-10-09T11:40:02.123Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:magdalena_ridge.mro2m4.photgjon_camera',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:magdalena_ridge.mro2m4.photgjon_camera',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-11-23T00:00:00Z',\n",
+ " 'update_date_time': '2020-11-23T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/ear-l-mro24m_photgjon-2-edr-lcross-v1/lcrpgj_0xxx/catalog/collection_document.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:lcross_mro_photgjon:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-11-23T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:magdalena_ridge.mro2m4.photgjon_camera'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['ccc0f209fd5cece68c8b16595f9a26d9'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2009-10-09T11:40:02.123Z'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host',\n",
+ " 'Telescope',\n",
+ " 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mro24m_photgjon-2-edr-lcross-v1/lcrpgj_0xxx/catalog/collection_document.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T19:13:56.150327100Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['47cc1e34a602ccc4045756bf0bbdcb76'],\n",
+ " 'pds:Identification_Area.pds:title': ['LCROSS Photgjon Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Magdelena Ridge Observatory',\n",
+ " 'MRO 2.4m',\n",
+ " 'Photgjon Camera'],\n",
+ " 'ref_lid_facility': ['urn:nasa:pds:context:facility:observatory.magdalena_ridge'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Lunar Crater Observation and Sensing Satellite'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-12-08T14:36:30Z'],\n",
+ " 'pds:Inventory.pds:records': ['5'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Marc W. Buie'],\n",
+ " 'description': ['Collection of document products for the Photgjon ground-based dataset.',\n",
+ " 'Initial version'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2010-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['LCROSS Photgjon Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mro24m_photgjon-2-edr-lcross-v1/lcrpgj_0xxx/catalog/collection_document_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-11-23T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-12-08T14:36:30Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Collection of document products for the Photgjon ground-based dataset.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_facility',\n",
+ " 'is_telescope',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.14.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'urn:nasa:pds:context:facility:observatory.magdalena_ridge',\n",
+ " 'urn:nasa:pds:context:telescope:magdalena_ridge.mro2m4',\n",
+ " 'urn:nasa:pds:context:instrument:magdalena_ridge.mro2m4.photgjon_camera',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:lcross_mro_photgjon:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2009-10-09T05:34:15Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['288'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite'],\n",
+ " 'lidvid': ['urn:nasa:pds:lcross_mro_photgjon:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5287'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'ref_lid_telescope': ['urn:nasa:pds:context:telescope:magdalena_ridge.mro2m4'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:lcross_mmt_ccd47:document::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'LCROSS CCD47 Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2009-10-07T00:08:07Z',\n",
+ " 'stop_date_time': '2009-10-09T12:53:15Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:mmt.single_mirror6m5.ccd47',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:mmt.single_mirror6m5.ccd47',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-11-30T00:00:00Z',\n",
+ " 'update_date_time': '2020-11-30T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_ccd47-2-edr-lcross-v1/lcrccd_0xxx/catalog/collection_document.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:lcross_mmt_ccd47:document'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-11-30T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:mmt.single_mirror6m5.ccd47'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['675d4084d97badeaef2126ef329f39a2'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2009-10-09T12:53:15Z'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host',\n",
+ " 'Telescope',\n",
+ " 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_ccd47-2-edr-lcross-v1/lcrccd_0xxx/catalog/collection_document.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T17:32:58.450335700Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['af8af53573feeedc66f1c7300b1f2525'],\n",
+ " 'pds:Identification_Area.pds:title': ['LCROSS CCD47 Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['MMT Observatory',\n",
+ " '6.5-m Single Mirror (MMT)',\n",
+ " 'CCD47'],\n",
+ " 'ref_lid_facility': ['urn:nasa:pds:context:facility:observatory.mmt'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Lunar Crater Observation and Sensing Satellite'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-12-08T14:21:26Z'],\n",
+ " 'pds:Inventory.pds:records': ['5'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Faith Vilas'],\n",
+ " 'description': ['Collection of document products for the CCD47 ground-based dataset.',\n",
+ " 'Initial version'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2010-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['LCROSS CCD47 Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ear-l-mmto_ccd47-2-edr-lcross-v1/lcrccd_0xxx/catalog/collection_document_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-11-30T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-12-08T14:21:26Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Collection of document products for the CCD47 ground-based dataset.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_facility',\n",
+ " 'is_telescope',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.14.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite',\n",
+ " 'urn:nasa:pds:context:facility:observatory.mmt',\n",
+ " 'urn:nasa:pds:context:telescope:mmt.single_mirror6m5',\n",
+ " 'urn:nasa:pds:context:instrument:mmt.single_mirror6m5.ccd47',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:lcross_mmt_ccd47:document'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2009-10-07T00:08:07Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['276'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.lunar_crater_observation_and_sensing_satellite'],\n",
+ " 'lidvid': ['urn:nasa:pds:lcross_mmt_ccd47:document::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5238'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'ref_lid_telescope': ['urn:nasa:pds:context:telescope:mmt.single_mirror6m5'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:chand1-orb_mini_rf:data_mosaic::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Chandrayaan-1 mini-RF Mosaic Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2009-01-07T16:35:29.466Z',\n",
+ " 'stop_date_time': '2009-08-28T09:38:46.286Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.chandrayaan-1',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.chandrayaan-1',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.ch1-orb',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.ch1-orb',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:mrffr.ch1-orb',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:mrffr.ch1-orb',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-04-19T00:00:00Z',\n",
+ " 'update_date_time': '2020-04-19T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/ch1-orb-l-mrffr-1-pdr-v1/ch1mrf_0xxx/data/collection_data_mosaic.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version'],\n",
+ " 'lid': ['urn:nasa:pds:chand1-orb_mini_rf:data_mosaic'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-04-19T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:mrffr.ch1-orb'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['b0e8ef182439b03aed603577625b794a'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_mosaic_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2009-08-28T09:38:46.286Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ch1-orb-l-mrffr-1-pdr-v1/ch1mrf_0xxx/data/collection_data_mosaic.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T16:31:13.528085600Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['da8d86268024dac99bc4ada6799eefba'],\n",
+ " 'pds:Identification_Area.pds:title': ['Chandrayaan-1 mini-RF Mosaic Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Chandrayaan-1 Orbiter',\n",
+ " 'Mini-RF Forerunner'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Chandrayaan-1'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-07-02T14:25:59Z'],\n",
+ " 'pds:Inventory.pds:records': ['4'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Bussey, B.; Reid, M.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.ch1-orb'],\n",
+ " 'description': ['This bundle contains Chandrayaan-1 Mini-SAR (also called Mini-RF Forerunner) lunar science products. This collection contains data processed into mosaic derived products.',\n",
+ " 'Initial version'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2011-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Chandrayaan-1 mini-RF Mosaic Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/ch1-orb-l-mrffr-1-pdr-v1/ch1mrf_0xxx/data/collection_data_mosaic_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-04-19T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-07-02T14:25:59Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['This bundle contains Chandrayaan-1 Mini-SAR (also called Mini-RF Forerunner) lunar science products. This collection contains data processed into mosaic derived products.'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'data_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.13.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.chandrayaan-1',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.ch1-orb',\n",
+ " 'urn:nasa:pds:context:instrument:mrffr.ch1-orb',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:chand1-orb_mini_rf:data_mosaic'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2009-01-07T16:35:29.466Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['320'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.chandrayaan-1'],\n",
+ " 'lidvid': ['urn:nasa:pds:chand1-orb_mini_rf:data_mosaic::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5145'],\n",
+ " 'pds:Science_Facets.pds:wavelength_range': ['Microwave'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_mosaic_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_mosaic.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Geosciences'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_rad:data_calibrated::14.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'InSight RAD Calibrated Data Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2018-01-01T00:00:00Z',\n",
+ " 'stop_date_time': '2028-01-01T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2018-02-14T00:00:00Z',\n",
+ " 'update_date_time': '2018-02-14T00:00:00Z',\n",
+ " 'version': '14.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Peer-review version',\n",
+ " 'This collection contains InSight Release 1, part 2, calibrated data. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 2. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 3. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 4. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 5. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 6. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 7. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 8. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 9. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 10. See Release Notes document in the Reference List for details. Products urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00390_20200101_120222 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00478_20200401_121608 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00567_20200701_125545 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00670_20201014_095833 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00746_20210101_072936 have been updated with an improved calibration of the Sensor 2C brightness temperature values.',\n",
+ " 'This collection is updated for InSight Release 11. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 12. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 13. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 14. See Release Notes document in the Reference List for details.'],\n",
+ " 'lid': ['urn:nasa:pds:insight_rad:data_calibrated'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2018-02-14T00:00:00Z',\n",
+ " '2019-06-26T00:00:00Z',\n",
+ " '2019-09-23T00:00:00Z',\n",
+ " '2019-12-11T00:00:00Z',\n",
+ " '2020-03-09T00:00:00Z',\n",
+ " '2020-06-02T00:00:00Z',\n",
+ " '2020-09-09T00:00:00Z',\n",
+ " '2020-12-10T00:00:00Z',\n",
+ " '2021-03-10T00:00:00Z',\n",
+ " '2021-06-10T00:00:00Z',\n",
+ " '2021-09-06T00:00:00Z',\n",
+ " '2021-12-10T00:00:00Z',\n",
+ " '2022-03-15T00:00:00Z',\n",
+ " '2022-06-09T00:00:00Z',\n",
+ " '2022-09-05T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:radiometer.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['80eb10ae9e6031d86a7f6283d5f78678'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_rad_calibrated.csv'],\n",
+ " 'vid': ['14.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2028-01-01T00:00:00Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Calibrated'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-10-31T22:13:03.043508900Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_rad:data_calibrated::14.0',\n",
+ " 'urn:nasa:pds:insight_rad:data_calibrated'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['f4aeacf57ee6f09060924d2e2b0c6205'],\n",
+ " 'pds:Identification_Area.pds:title': ['InSight RAD Calibrated Data Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['InSight', 'RAD'],\n",
+ " 'pds:Investigation_Area.pds:name': ['InSight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-09-06T12:03:57Z'],\n",
+ " 'pds:Inventory.pds:records': ['14'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['InSight RAD Calibrated Data Collection',\n",
+ " 'Peer-review version',\n",
+ " 'This collection contains InSight Release 1, part 2, calibrated data. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 2. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 3. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 4. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 5. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 6. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 7. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 8. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 9. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 10. See Release Notes document in the Reference List for details. Products urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00390_20200101_120222 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00478_20200401_121608 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00567_20200701_125545 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00670_20201014_095833 urn:nasa:pds:insight_rad:data_calibrated:hp3_rad_cal_00746_20210101_072936 have been updated with an improved calibration of the Sensor 2C brightness temperature values.',\n",
+ " 'This collection is updated for InSight Release 11. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 12. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 13. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 14. See Release Notes document in the Reference List for details.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2018-01-01T00:00:00Z'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['See the Mission Document collection in the InSight Document bundle for information about the mission, spacecraft, and instruments.',\n",
+ " 'See the HP3/RAD Software Interface Specification document in the HP3/RAD document collection for information about the products in the RAD Calibrated Data collection.',\n",
+ " 'The Release Notes document in the HP3/RAD document collection has notes and errata concerning each public release of HP3/RAD data.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes',\n",
+ " 'urn:nasa:pds:insight_documents:document_mission'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['InSight RAD Calibrated Data Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_calibrated/collection_data_rad_calibrated.csv'],\n",
+ " '_package_id': ['ea7af802-f0d9-45f2-8bad-a1b6dcac4c58'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2018-02-14T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-09-06T12:03:57Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['14.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['InSight RAD Calibrated Data Collection'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.10.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:insight_documents:document_mission',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_rad:data_calibrated'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2018-01-01T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['1162'],\n",
+ " 'pds:Observing_System.pds:name': ['InSight'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_rad:data_calibrated::14.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['0.1',\n",
+ " '1.0',\n",
+ " '2.0',\n",
+ " '3.0',\n",
+ " '4.0',\n",
+ " '5.0',\n",
+ " '6.0',\n",
+ " '7.0',\n",
+ " '8.0',\n",
+ " '9.0',\n",
+ " '10.0',\n",
+ " '11.0',\n",
+ " '12.0',\n",
+ " '13.0',\n",
+ " '14.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['12669'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_rad_calibrated.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_rad_calibrated.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Geosciences'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_rad:data_derived::14.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'InSight RAD Derived Data Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2018-01-01T00:00:00Z',\n",
+ " 'stop_date_time': '2028-01-01T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2018-02-14T00:00:00Z',\n",
+ " 'update_date_time': '2018-02-14T00:00:00Z',\n",
+ " 'version': '14.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Delivery test version',\n",
+ " 'This collection contains InSight Release 1, part 2, derived data. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 2. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 3. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 4. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 5. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 6. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 7. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 8. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 9. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 10. See Release Notes document in the Reference List for details. Products urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00390_20200101_120222 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00478_20200401_121608 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00567_20200701_125545 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00670_20201014_095833 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00746_20210101_072936 have been updated with an improved calibration of the field of view 2 temperature values.',\n",
+ " 'This collection is updated for InSight Release 11. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 12. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 13. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 14. See Release Notes document in the Reference List for details.'],\n",
+ " 'lid': ['urn:nasa:pds:insight_rad:data_derived'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2018-02-14T00:00:00Z',\n",
+ " '2019-06-26T00:00:00Z',\n",
+ " '2019-09-23T00:00:00Z',\n",
+ " '2019-12-11T00:00:00Z',\n",
+ " '2020-03-09T00:00:00Z',\n",
+ " '2020-06-02T00:00:00Z',\n",
+ " '2020-09-09T00:00:00Z',\n",
+ " '2020-12-10T00:00:00Z',\n",
+ " '2021-03-10T00:00:00Z',\n",
+ " '2021-06-10T00:00:00Z',\n",
+ " '2021-09-06T00:00:00Z',\n",
+ " '2021-12-10T00:00:00Z',\n",
+ " '2022-03-15T00:00:00Z',\n",
+ " '2022-06-09T00:00:00Z',\n",
+ " '2022-09-05T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:radiometer.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['10350999b6ac7ac4d830e22519c821f5'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_rad_derived.csv'],\n",
+ " 'vid': ['14.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2028-01-01T00:00:00Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-10-31T22:13:03.908355500Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_rad:data_derived::14.0',\n",
+ " 'urn:nasa:pds:insight_rad:data_derived'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['2a0c35f38e2221084fa4ea9e45d5c6bd'],\n",
+ " 'pds:Identification_Area.pds:title': ['InSight RAD Derived Data Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['InSight', 'RAD'],\n",
+ " 'pds:Investigation_Area.pds:name': ['InSight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-09-06T12:03:57Z'],\n",
+ " 'pds:Inventory.pds:records': ['14'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['InSight RAD Derived Data Collection',\n",
+ " 'Delivery test version',\n",
+ " 'This collection contains InSight Release 1, part 2, derived data. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 2. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 3. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 4. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 5. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 6. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 7. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 8. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 9. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 10. See Release Notes document in the Reference List for details. Products urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00390_20200101_120222 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00478_20200401_121608 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00567_20200701_125545 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00670_20201014_095833 urn:nasa:pds:insight_rad:data_derived:hp3_rad_der_00746_20210101_072936 have been updated with an improved calibration of the field of view 2 temperature values.',\n",
+ " 'This collection is updated for InSight Release 11. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 12. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 13. See Release Notes document in the Reference List for details.',\n",
+ " 'This collection is updated for InSight Release 14. See Release Notes document in the Reference List for details.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2018-01-01T00:00:00Z'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['See the Mission Document collection in the InSight Document bundle for information about the mission, spacecraft, and instruments.',\n",
+ " 'See the HP3/RAD Software Interface Specification document in the HP3/RAD document collection for information about the products in the RAD Derived Data collection.',\n",
+ " 'The Release Notes document in the HP3/RAD document collection has notes and errata concerning each public release of HP3/RAD data.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes',\n",
+ " 'urn:nasa:pds:insight_documents:document_mission'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['InSight RAD Derived Data Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_rad/data_derived/collection_data_rad_derived.csv'],\n",
+ " '_package_id': ['ea7af802-f0d9-45f2-8bad-a1b6dcac4c58'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2018-02-14T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-09-06T12:03:57Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['14.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['InSight RAD Derived Data Collection'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_document'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.10.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:radiometer.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:insight_documents:document_mission',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:hp3_rad_sis',\n",
+ " 'urn:nasa:pds:insight_documents:document_hp3rad:release_notes'],\n",
+ " 'pds:Science_Facets.pds:domain': ['Surface'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_rad:data_derived'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2018-01-01T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['1120'],\n",
+ " 'pds:Observing_System.pds:name': ['InSight'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_rad:data_derived::14.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['0.9',\n",
+ " '1.0',\n",
+ " '2.0',\n",
+ " '3.0',\n",
+ " '4.0',\n",
+ " '5.0',\n",
+ " '6.0',\n",
+ " '7.0',\n",
+ " '8.0',\n",
+ " '9.0',\n",
+ " '10.0',\n",
+ " '11.0',\n",
+ " '12.0',\n",
+ " '13.0',\n",
+ " '14.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['12630'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_rad_derived.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_rad_derived.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Science_Facets.pds:discipline_name': ['Geosciences'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_documents:document_ida::13.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'InSight IDA Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': None,\n",
+ " 'stop_date_time': None,\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2019-09-23T00:00:00Z',\n",
+ " 'update_date_time': '2019-09-23T00:00:00Z',\n",
+ " 'version': '13.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_ida/collection_document_ida.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['The first release of the IDA document collection occurred with InSight Release 2.',\n",
+ " 'Updated for InSight Release 3.',\n",
+ " 'Updated for InSight Release 4.',\n",
+ " 'Updated for InSight Release 5.',\n",
+ " 'Updated for InSight Release 6.',\n",
+ " 'Updated for InSight Release 7.',\n",
+ " 'Updated for InSight Release 8.',\n",
+ " 'Updated for InSight Release 9.',\n",
+ " 'Updated for InSight Release 10.',\n",
+ " 'Updated for InSight Release 11.',\n",
+ " 'Updated for InSight Release 12.',\n",
+ " 'Updated for InSight Release 13.',\n",
+ " 'Updated for InSight Release 14.'],\n",
+ " 'lid': ['urn:nasa:pds:insight_documents:document_ida'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2019-09-23T00:00:00Z',\n",
+ " '2020-01-02T00:00:00Z',\n",
+ " '2020-01-02T00:00:00Z',\n",
+ " '2020-06-08T00:00:00Z',\n",
+ " '2020-09-23T00:00:00Z',\n",
+ " '2020-12-10T00:00:00Z',\n",
+ " '2021-03-10T00:00:00Z',\n",
+ " '2021-06-08T00:00:00Z',\n",
+ " '2021-09-05T00:00:00Z',\n",
+ " '2021-12-05T00:00:00Z',\n",
+ " '2022-03-13T00:00:00Z',\n",
+ " '2022-06-13T00:00:00Z',\n",
+ " '2022-09-09T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:ida.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['5777199c99fa972af53013c6ab831be2'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_ida_inventory.csv'],\n",
+ " 'vid': ['13.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:External_Reference.pds:reference_text': ['Trebi-Ollennu, A. et al., 2018, InSight Mars Lander Robotics Instrument Deployment System, Space Science Reviews, 214:93, doi:10.1007/s11214-018-0520-7.'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_ida/collection_document_ida.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-10-31T22:04:20.769399300Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_documents:document_ida::13.0',\n",
+ " 'urn:nasa:pds:insight_documents:document_ida'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['6c83affa729e11ebe3dc02fb2db776b0'],\n",
+ " 'pds:Identification_Area.pds:title': ['InSight IDA Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
+ " 'INSTRUMENT DEPLOYMENT ARM'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Insight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-09-12T12:56:19Z'],\n",
+ " 'pds:Inventory.pds:records': ['2'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Trebi-Ollennu, A.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['The InSight IDA document collection includes the following documents. 1. ida_release_notes.txt: Information about each release of IDA data to the PDS. 2. insight_ida_bundle_sis.pdf: The InSight IDA Software Interface Specification, the primary documentation for the IDA archive.',\n",
+ " 'The first release of the IDA document collection occurred with InSight Release 2.',\n",
+ " 'Updated for InSight Release 3.',\n",
+ " 'Updated for InSight Release 4.',\n",
+ " 'Updated for InSight Release 5.',\n",
+ " 'Updated for InSight Release 6.',\n",
+ " 'Updated for InSight Release 7.',\n",
+ " 'Updated for InSight Release 8.',\n",
+ " 'Updated for InSight Release 9.',\n",
+ " 'Updated for InSight Release 10.',\n",
+ " 'Updated for InSight Release 11.',\n",
+ " 'Updated for InSight Release 12.',\n",
+ " 'Updated for InSight Release 13.',\n",
+ " 'Updated for InSight Release 14.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2019-01-01T00:00:00Z'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['The ida_release_notes document in the IDA document collection has notes and errata concerning each public release of IDA data by PDS.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_ida:ida_release_notes'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['InSight IDA Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_ida/collection_document_ida_inventory.csv'],\n",
+ " '_package_id': ['87542caf-6934-4b20-8981-ec86072531ef'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2019-09-23T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-09-12T12:56:19Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['13.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The InSight IDA document collection includes the following documents. 1. ida_release_notes.txt: Information about each release of IDA data to the PDS. 2. insight_ida_bundle_sis.pdf: The InSight IDA Software Interface Specification, the primary documentation for the IDA archive.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_to_document'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.11.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:ida.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:insight_documents:document_ida:ida_release_notes'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_documents:document_ida'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['146'],\n",
+ " 'pds:Observing_System.pds:name': ['Insight'],\n",
+ " 'pds:External_Reference.pds:doi': ['10.1007/s11214-018-0520-7'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_documents:document_ida::13.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
+ " '2.0',\n",
+ " '3.0',\n",
+ " '4.0',\n",
+ " '5.0',\n",
+ " '6.0',\n",
+ " '7.0',\n",
+ " '8.0',\n",
+ " '9.0',\n",
+ " '10.0',\n",
+ " '11.0',\n",
+ " '12.0',\n",
+ " '13.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['9498'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_ida_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document_ida.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:insight_documents:document_seis::20.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'InSight SEIS Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': None,\n",
+ " 'stop_date_time': None,\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:planet.mars',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2018-07-02T00:00:00Z',\n",
+ " 'update_date_time': '2019-05-07T00:00:00Z',\n",
+ " 'version': '20.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_seis/collection_document_seis.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['First release',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 1B.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 2.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 3.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 4.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 5.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 6. Also, the SIS and the Channel Naming document were revised.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 7.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 8, and the document Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 9.',\n",
+ " 'V7 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 10.',\n",
+ " 'V8 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 11.',\n",
+ " 'V9 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 12.',\n",
+ " 'V10 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 13, and V11 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 14.',\n",
+ " 'V12 of the Mars Seismic Catalogue was added to the collection.'],\n",
+ " 'lid': ['urn:nasa:pds:insight_documents:document_seis'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2019-05-07T00:00:00Z',\n",
+ " '2019-06-18T00:00:00Z',\n",
+ " '2019-09-18T00:00:00Z',\n",
+ " '2019-12-17T00:00:00Z',\n",
+ " '2020-03-24T00:00:00Z',\n",
+ " '2020-06-30T00:00:00Z',\n",
+ " '2020-10-01T00:00:00Z',\n",
+ " '2020-12-23T00:00:00Z',\n",
+ " '2021-03-11T00:00:00Z',\n",
+ " '2021-06-09T00:00:00Z',\n",
+ " '2021-08-26T00:00:00Z',\n",
+ " '2021-09-13T00:00:00Z',\n",
+ " '2021-10-06T00:00:00Z',\n",
+ " '2021-12-10T00:00:00Z',\n",
+ " '2022-01-24T00:00:00Z',\n",
+ " '2022-03-10T00:00:00Z',\n",
+ " '2022-05-16T00:00:00Z',\n",
+ " '2022-06-30T00:00:00Z',\n",
+ " '2022-09-30T00:00:00Z',\n",
+ " '2022-10-01T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:seis.insight'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['919d610653e2c508c64c22f6c70dae44'],\n",
+ " 'pds:File.pds:file_name': ['collection_document_seis_inventory.csv'],\n",
+ " 'vid': ['20.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:External_Reference.pds:reference_text': [\"Lognonne, P., Banerdt, W. B., Giardini, D., et al. (2019), SEIS: InSight's Seismic Experiment for Internal Structure of Mars, Space Sci. Rev. 215:12.\"],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_seis/collection_document_seis.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-10-31T22:04:23.793921Z'],\n",
+ " 'alternate_ids': ['urn:nasa:pds:insight_documents:document_seis::20.0',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Mars'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['d3ea5e42e826594d68abd3fe902c47bf'],\n",
+ " 'pds:Identification_Area.pds:title': ['InSight SEIS Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Insight',\n",
+ " 'SEISMIC EXPERIMENT FOR INTERIOR STRUCTURE'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Insight'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2022-10-03T15:19:10Z'],\n",
+ " 'pds:Inventory.pds:records': ['16'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Weber, R.'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.insight'],\n",
+ " 'description': ['The InSight SEIS document collection includes the following documents. 1. fdsn-station-1.0.xsd: The base FDSN StationXML schema. 2. fdsn-station-availability-1.0.xsd: Extension of the base FDSN StationXML schema that includes time series data availability structures. 3. ins-st-grds-1500-ipgp_seed_channelnaming.pdf: Descriptions of InSight SEIS network, station, channel and location codes as a PDF document. 4. ins-st-grds-1500-ipgp_seed_channelnaming.xlsx: Descriptions of InSight SEIS network, station, channel and location codes as an Excel spreadsheet. 5. location_codes_only.pdf: A list of channel-location code pairs extracted from the channel naming document, as a PDF file. 6. location_codes_only.xlsx: A list of channel-location code pairs extracted from the channel naming document, as an Excel file. 7. seedmanual_v2.4.pdf: The Standard for the Exchange of Earthquake Data (SEED) Reference Manual, SEED Format Version 2.4. 8. seis_release_notes.txt: Information about each release of SEIS data to the PDS. 9. seis_sis.pdf: The InSight SEIS Software Interface Specification, the primary documentation for the SEIS archive. 10. variations-fdnsxml-seed.txt: An outline of the variations between FDSN-StationXML and SEED 2.4. 11. mars_seismic_catalogue_insight_*.pdf The InSight SEIS Mars Seismic Catalogue description document.',\n",
+ " 'First release',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 1B.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 2.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 3.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 4.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 5.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 6. Also, the SIS and the Channel Naming document were revised.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 7.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 8, and the document Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 9.',\n",
+ " 'V7 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 10.',\n",
+ " 'V8 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 11.',\n",
+ " 'V9 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 12.',\n",
+ " 'V10 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 13, and V11 of the Mars Seismic Catalogue was added to the collection.',\n",
+ " 'The Release Notes in this collection were revised for InSight Release 14.',\n",
+ " 'V12 of the Mars Seismic Catalogue was added to the collection.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2019-01-01T00:00:00Z'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['The seis_release_notes document in the SEIS document collection has notes and errata concerning each public release of SEIS data by PDS.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:insight_documents:document_seis:seis_release_notes'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['InSight SEIS Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/insight/urn-nasa-pds-insight_documents/document_seis/collection_document_seis_inventory.csv'],\n",
+ " '_package_id': ['87542caf-6934-4b20-8981-ec86072531ef'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2018-07-02T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2022-10-03T15:19:10Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['20.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['The InSight SEIS document collection includes the following documents. 1. fdsn-station-1.0.xsd: The base FDSN StationXML schema. 2. fdsn-station-availability-1.0.xsd: Extension of the base FDSN StationXML schema that includes time series data availability structures. 3. ins-st-grds-1500-ipgp_seed_channelnaming.pdf: Descriptions of InSight SEIS network, station, channel and location codes as a PDF document. 4. ins-st-grds-1500-ipgp_seed_channelnaming.xlsx: Descriptions of InSight SEIS network, station, channel and location codes as an Excel spreadsheet. 5. location_codes_only.pdf: A list of channel-location code pairs extracted from the channel naming document, as a PDF file. 6. location_codes_only.xlsx: A list of channel-location code pairs extracted from the channel naming document, as an Excel file. 7. seedmanual_v2.4.pdf: The Standard for the Exchange of Earthquake Data (SEED) Reference Manual, SEED Format Version 2.4. 8. seis_release_notes.txt: Information about each release of SEIS data to the PDS. 9. seis_sis.pdf: The InSight SEIS Software Interface Specification, the primary documentation for the SEIS archive. 10. variations-fdnsxml-seed.txt: An outline of the variations between FDSN-StationXML and SEED 2.4. 11. mars_seismic_catalogue_insight_*.pdf The InSight SEIS Mars Seismic Catalogue description document.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'collection_to_target',\n",
+ " 'collection_to_document'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.10.1.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.insight',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.insight',\n",
+ " 'urn:nasa:pds:context:instrument:seis.insight',\n",
+ " 'urn:nasa:pds:context:target:planet.mars',\n",
+ " 'urn:nasa:pds:insight_documents:document_seis:seis_release_notes'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:insight_documents:document_seis'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['1548'],\n",
+ " 'pds:Observing_System.pds:name': ['Insight'],\n",
+ " 'pds:External_Reference.pds:doi': ['10.1007/s11214-018-0574-6'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.insight'],\n",
+ " 'lidvid': ['urn:nasa:pds:insight_documents:document_seis::20.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0',\n",
+ " '2.0',\n",
+ " '3.0',\n",
+ " '4.0',\n",
+ " '5.0',\n",
+ " '6.0',\n",
+ " '7.0',\n",
+ " '8.0',\n",
+ " '9.0',\n",
+ " '10.0',\n",
+ " '11.0',\n",
+ " '12.0',\n",
+ " '13.0',\n",
+ " '14.0',\n",
+ " '15.0',\n",
+ " '16.0',\n",
+ " '17.0',\n",
+ " '18.0',\n",
+ " '19.0',\n",
+ " '20.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['13279'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_document_seis_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_document_seis.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Planet'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:planet.mars'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:apollodoc:a15doc::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Apollo 15 Document Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '1971-07-26T00:00:00Z',\n",
+ " 'stop_date_time': '1977-09-30T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.apollo_15',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.apollo_15',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.a15a',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.a15a',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.a15c',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.a15c',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.a15l',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.a15l',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': None,\n",
+ " 'update_date_time': '2016-10-19T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-apollodoc/document_a15/collection.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Creation.'],\n",
+ " 'lid': ['urn:nasa:pds:apollodoc:a15doc'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2016-10-19T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['9c2332ffa6abdc08d044eaa6e3ef183a'],\n",
+ " 'ref_lid_associate': ['urn:nasa:pds:apollodoc:commondoc'],\n",
+ " 'pds:File.pds:file_name': ['collection_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['1977-09-30T00:00:00Z'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Spacecraft',\n",
+ " 'Spacecraft',\n",
+ " 'Spacecraft'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-apollodoc/document_a15/collection.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T22:50:04.103295400Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['08bceac56c1e5f2071144b7ed66ead5c'],\n",
+ " 'pds:Identification_Area.pds:title': ['Apollo 15 Document Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['Apollo 15 Command and Service Module',\n",
+ " 'Apollo 15 Lunar Module',\n",
+ " 'Apollo 15 ALSEP'],\n",
+ " 'pds:Investigation_Area.pds:name': ['Apollo 15'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2019-01-22T21:59:04Z'],\n",
+ " 'pds:Inventory.pds:records': ['25'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.a15a',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.a15c',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.a15l'],\n",
+ " 'description': ['This collection contains documents common to Apollo 15 archives in PDS. Contents include the Apollo 15 Mission and Preliminary Science Reports and Technical Crew Debrief by NASA, Apollo 15 Photographic Support documentation, and overviews of the mission, its instrument hosts (spacecraft) and the associated instruments (experiments).',\n",
+ " 'Creation.',\n",
+ " 'The Apollo 15 Lunar Surface Experiments Package (ALSEP) contained scientific experiments that the astronauts deployed and left on the lunar surface.'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2017-01-01T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:field_format': ['%1s', '%-255s'],\n",
+ " 'pds:Internal_Reference.pds:comment': ['An index of the documents, by filename and title, in this collection.',\n",
+ " 'This collection contains Apollo Project publications and supporting information common to multiple Apollo archives in the NASA Planetary Data System. Contents include NASA publications such as the Apollo Program Summary Report, the Apollo Scientific Experiments Data Handbook, the ALSEP Termination Report, the ALSEP Performance Reports, and the ALSEP Archive Tape (ARCSAV) Description Document.'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'ref_lid_document': ['urn:nasa:pds:apollodoc:a12doc:aa_document_index'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Apollo 15 Document Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Document'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-apollodoc/document_a15/collection_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2019-01-22T21:59:04Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['This collection contains documents common to Apollo 15 archives in PDS. Contents include the Apollo 15 Mission and Preliminary Science Reports and Technical Crew Debrief by NASA, Apollo 15 Photographic Support documentation, and overviews of the mission, its instrument hosts (spacecraft) and the associated instruments (experiments).'],\n",
+ " 'pds:Observing_System_Component.pds:description': ['The Apollo 15 Lunar Surface Experiments Package (ALSEP) contained scientific experiments that the astronauts deployed and left on the lunar surface.'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument_host',\n",
+ " 'data_to_target',\n",
+ " 'collection_to_document',\n",
+ " 'collection_to_associate'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.7.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.apollo_15',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.a15c',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.a15l',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.a15a',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'urn:nasa:pds:apollodoc:a12doc:aa_document_index',\n",
+ " 'urn:nasa:pds:apollodoc:commondoc'],\n",
+ " 'pds:Citation_Information.pds:editor_list': ['McLaughlin, S.A.'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:apollodoc:a15doc'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['1971-07-26T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['1468'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.apollo_15'],\n",
+ " 'lidvid': ['urn:nasa:pds:apollodoc:a15doc::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['5939'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}},\n",
+ " {'id': 'urn:nasa:pds:trang2020_moon_space_weathering:data::1.0',\n",
+ " 'type': 'Product_Collection',\n",
+ " 'title': 'Trang 2020 Lunar Space Weathering Maps Data Collection',\n",
+ " 'description': None,\n",
+ " 'start_date_time': '2008-03-14T00:00:00Z',\n",
+ " 'stop_date_time': '2009-05-09T00:00:00Z',\n",
+ " 'investigations': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:investigation:mission.kaguya',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:investigation:mission.kaguya',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'observing_system_components': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.kaguya',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.kaguya',\n",
+ " 'type': None,\n",
+ " 'description': None},\n",
+ " {'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:instrument:kaguya.lism',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:instrument:kaguya.lism',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'targets': [{'title': None,\n",
+ " 'id': 'urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'href': 'https://pds.nasa.gov/products/urn:nasa:pds:context:target:satellite.earth.moon',\n",
+ " 'type': None,\n",
+ " 'description': None}],\n",
+ " 'metadata': {'creation_date_time': '2020-07-24T00:00:00Z',\n",
+ " 'update_date_time': '2020-07-24T00:00:00Z',\n",
+ " 'version': '1.0',\n",
+ " 'label_url': 'https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-trang2020_moon_space_weathering/data/collection_data_inventory.xml'},\n",
+ " 'properties': {'pds:Inventory.pds:offset': ['0'],\n",
+ " 'pds:Modification_Detail.pds:description': ['Initial version.'],\n",
+ " 'lid': ['urn:nasa:pds:trang2020_moon_space_weathering:data'],\n",
+ " 'pds:Modification_Detail.pds:modification_date': ['2020-07-24T00:00:00Z'],\n",
+ " 'pds:Inventory.pds:field_delimiter': ['Comma'],\n",
+ " 'ref_lid_instrument': ['urn:nasa:pds:context:instrument:kaguya.lism'],\n",
+ " 'ops:Tracking_Meta.ops:archive_status': ['archived'],\n",
+ " 'ops:Label_File_Info.ops:md5_checksum': ['298636c58dfb904d09c11c02eb7a5aef'],\n",
+ " 'pds:File.pds:file_name': ['collection_data_inventory.csv'],\n",
+ " 'vid': ['1.0'],\n",
+ " 'product_class': ['Product_Collection'],\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time': ['2009-05-09T00:00:00Z'],\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level': ['Derived'],\n",
+ " 'pds:Observing_System_Component.pds:type': ['Host', 'Instrument'],\n",
+ " 'ops:Label_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-trang2020_moon_space_weathering/data/collection_data_inventory.xml'],\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time': ['2022-07-27T22:57:32.193985600Z'],\n",
+ " 'ops:Data_File_Info.ops:mime_type': ['text/plain'],\n",
+ " 'pds:Field_Delimited.pds:data_type': ['ASCII_String', 'ASCII_LIDVID_LID'],\n",
+ " 'pds:Record_Delimited.pds:groups': ['0'],\n",
+ " 'pds:Target_Identification.pds:name': ['Moon'],\n",
+ " 'ops:Data_File_Info.ops:md5_checksum': ['594b09cf67c35ec5d330088e5933de2b'],\n",
+ " 'pds:Identification_Area.pds:title': ['Trang 2020 Lunar Space Weathering Maps Data Collection'],\n",
+ " 'pds:Inventory.pds:parsing_standard_id': ['PDS DSV 1'],\n",
+ " 'pds:Observing_System_Component.pds:name': ['KAGUYA', 'LISM'],\n",
+ " 'pds:Investigation_Area.pds:name': ['KAGUYA'],\n",
+ " 'ops:Label_File_Info.ops:creation_date_time': ['2020-07-29T18:42:35Z'],\n",
+ " 'pds:Inventory.pds:records': ['3'],\n",
+ " 'pds:Identification_Area.pds:product_class': ['Product_Collection'],\n",
+ " 'pds:Citation_Information.pds:author_list': ['Trang, David'],\n",
+ " 'ref_lid_instrument_host': ['urn:nasa:pds:context:instrument_host:spacecraft.kaguya'],\n",
+ " 'description': ['Lunar Space Weathering Maps Data Collection by David Trang',\n",
+ " 'Initial version.',\n",
+ " 'Lunar space weathering maps'],\n",
+ " 'pds:Citation_Information.pds:publication_year': ['2020-01-01T00:00:00Z'],\n",
+ " 'ops:Harvest_Info.ops:node_name': ['PDS_GEO'],\n",
+ " 'pds:Record_Delimited.pds:fields': ['2'],\n",
+ " 'title': ['Trang 2020 Lunar Space Weathering Maps Data Collection'],\n",
+ " 'pds:Collection.pds:collection_type': ['Data'],\n",
+ " 'ops:Data_File_Info.ops:file_ref': ['https://pds-geosciences.wustl.edu/lunar/urn-nasa-pds-trang2020_moon_space_weathering/data/collection_data_inventory.csv'],\n",
+ " '_package_id': ['4f80cd24-6bcb-4651-a424-c26c9aa95302'],\n",
+ " 'pds:Field_Delimited.pds:name': ['Member Status', 'LIDVID_LID'],\n",
+ " 'pds:File.pds:creation_date_time': ['2020-07-24T00:00:00Z'],\n",
+ " 'pds:Field_Delimited.pds:maximum_field_length': ['1', '255'],\n",
+ " 'ops:Data_File_Info.ops:creation_date_time': ['2020-07-29T18:42:35Z'],\n",
+ " 'pds:Identification_Area.pds:version_id': ['1.0'],\n",
+ " 'pds:Citation_Information.pds:description': ['Lunar Space Weathering Maps Data Collection by David Trang'],\n",
+ " 'pds:Primary_Result_Summary.pds:purpose': ['Science'],\n",
+ " 'pds:Internal_Reference.pds:reference_type': ['collection_to_investigation',\n",
+ " 'is_instrument_host',\n",
+ " 'is_instrument',\n",
+ " 'data_to_target'],\n",
+ " 'pds:Identification_Area.pds:information_model_version': ['1.14.0.0'],\n",
+ " 'pds:Internal_Reference.pds:lid_reference': ['urn:nasa:pds:context:investigation:mission.kaguya',\n",
+ " 'urn:nasa:pds:context:instrument_host:spacecraft.kaguya',\n",
+ " 'urn:nasa:pds:context:instrument:kaguya.lism',\n",
+ " 'urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Primary_Result_Summary.pds:description': ['Lunar space weathering maps'],\n",
+ " 'pds:Field_Delimited.pds:field_number': ['1', '2'],\n",
+ " 'pds:Identification_Area.pds:logical_identifier': ['urn:nasa:pds:trang2020_moon_space_weathering:data'],\n",
+ " 'pds:Time_Coordinates.pds:start_date_time': ['2008-03-14T00:00:00Z'],\n",
+ " 'ops:Data_File_Info.ops:file_size': ['207'],\n",
+ " 'pds:Observing_System.pds:name': ['KAGUYA MI'],\n",
+ " 'ref_lid_investigation': ['urn:nasa:pds:context:investigation:mission.kaguya'],\n",
+ " 'lidvid': ['urn:nasa:pds:trang2020_moon_space_weathering:data::1.0'],\n",
+ " 'pds:Modification_Detail.pds:version_id': ['1.0'],\n",
+ " 'ops:Label_File_Info.ops:file_size': ['4951'],\n",
+ " 'pds:Inventory.pds:record_delimiter': ['Carriage-Return Line-Feed'],\n",
+ " 'ops:Data_File_Info.ops:file_name': ['collection_data_inventory.csv'],\n",
+ " 'pds:Inventory.pds:reference_type': ['inventory_has_member_product'],\n",
+ " 'ops:Label_File_Info.ops:file_name': ['collection_data_inventory.xml'],\n",
+ " 'pds:Target_Identification.pds:type': ['Satellite'],\n",
+ " 'ref_lid_target': ['urn:nasa:pds:context:target:satellite.earth.moon'],\n",
+ " 'pds:Investigation_Area.pds:type': ['Mission']}}]}"
+ ]
+ },
+ "execution_count": 8,
+ "metadata": {},
+ "output_type": "execute_result"
+ }
+ ],
+ "source": [
+ "from pds.api_client.api.collections_api import CollectionsApi\n",
+ "collections = CollectionsApi(api_client)\n",
+ "try:\n",
+ " # Collections api entry point; list the resources provided by the current API end-point.\n",
+ " api_response = collections.get_collection(q=\"\", start=0, limit=20)\n",
+ "except ApiException as e:\n",
+ " print(\"Exception when calling CollectionsApi->get_collection: %s\\n\" % e)\n",
+ "api_response.to_dict()"
+ ]
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.6"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/notebooks/draft/wwt.ipynb b/notebooks/draft/wwt.ipynb
new file mode 100644
index 0000000..4cab51e
--- /dev/null
+++ b/notebooks/draft/wwt.ipynb
@@ -0,0 +1,166 @@
+{
+ "cells": [
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "infrared-worcester",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "from pywwt.jupyter import WWTJupyterWidget"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "becoming-scout",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "wwt = WWTJupyterWidget()\n",
+ "wwt.set_view('sky')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "frequent-compromise",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "wwt"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "beginning-madonna",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "from astropy.table import Table\n",
+ "\n",
+ "OEC = 'https://worldwidetelescope.github.io/pywwt/data/open_exoplanet_catalogue.csv'\n",
+ "\n",
+ "table = Table.read(OEC, delimiter=',', format='ascii.basic')\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "rational-maria",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "layer = wwt.layers.add_table_layer(table=table, frame='Sky',lon_att='ra', lat_att='dec')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "accessory-signature",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "layer.color = 'red'\n",
+ "layer.marker_scale = 'screen'\n",
+ "#layer.marker_scale = 'world'\n",
+ "layer.size_scale = 100."
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "harmful-tribune",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "wwt.center_on_coordinates(SkyCoord(285.0130833333333, 40.22075\n",
+ " , unit=u.deg))"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "quick-transfer",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "wwt.set_view('solar system')\n",
+ "wwt.solar_system.track_object('Earth')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "verified-prime",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "from astropy.table import Table\n",
+ "EARTHQUAKES = 'https://worldwidetelescope.github.io/pywwt/data/earthquakes_2010.csv'\n",
+ "table = Table.read(EARTHQUAKES, delimiter=',', format='ascii.basic')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "atomic-projection",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "layer = wwt.layers.add_table_layer(table=table, frame='Earth',\n",
+ " lon_att='longitude', lat_att='latitude')"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "brave-elite",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "wwt.solar_system.track_object('Earth')\n"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "dramatic-faculty",
+ "metadata": {},
+ "outputs": [],
+ "source": [
+ "help(layer)"
+ ]
+ },
+ {
+ "cell_type": "code",
+ "execution_count": null,
+ "id": "expanded-dating",
+ "metadata": {},
+ "outputs": [],
+ "source": []
+ }
+ ],
+ "metadata": {
+ "kernelspec": {
+ "display_name": "Python 3 (ipykernel)",
+ "language": "python",
+ "name": "python3"
+ },
+ "language_info": {
+ "codemirror_mode": {
+ "name": "ipython",
+ "version": 3
+ },
+ "file_extension": ".py",
+ "mimetype": "text/x-python",
+ "name": "python",
+ "nbconvert_exporter": "python",
+ "pygments_lexer": "ipython3",
+ "version": "3.7.6"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 5
+}
diff --git a/notebooks/ovirs/part1/explore-a-collection.ipynb b/notebooks/ovirs/part1/explore-a-collection.ipynb
index 3addb2b..b755e19 100644
--- a/notebooks/ovirs/part1/explore-a-collection.ipynb
+++ b/notebooks/ovirs/part1/explore-a-collection.ipynb
@@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# PDS Search API demo, OSIRIS-REx OVIRS Data Visualization\n",
- "## PART 2: Explore a Collection\n",
+ "## PART 1: Explore a Collection\n",
"\n",
"The purpose of this notebook is to demostrate how the PDS web API can be used to access the PDS data for a scientific use case.\n",
"\n",
@@ -25,7 +25,7 @@
},
{
"cell_type": "code",
- "execution_count": 1,
+ "execution_count": 12,
"id": "heavy-oxide",
"metadata": {},
"outputs": [],
@@ -47,7 +47,7 @@
},
{
"cell_type": "code",
- "execution_count": 2,
+ "execution_count": 13,
"id": "forced-ghana",
"metadata": {},
"outputs": [],
@@ -75,7 +75,7 @@
},
{
"cell_type": "code",
- "execution_count": 3,
+ "execution_count": 14,
"id": "textile-combine",
"metadata": {
"tags": []
@@ -85,7 +85,7 @@
"configuration = pds_api.Configuration()\n",
"\n",
"# demo server\n",
- "configuration.host = 'https://pds-gamma.jpl.nasa.gov/api/'\n",
+ "configuration.host = 'https://pds.nasa.gov/api/search/1/'\n",
"\n",
"api_client = pds_api.ApiClient(configuration)\n"
]
@@ -103,12 +103,12 @@
"id": "pointed-scout",
"metadata": {},
"source": [
- "### Get the lidvid of your collection of interest\n",
+ "### Get the identifier of your collection of interest\n",
"\n",
"Search for a collection of interest on https://pds.nasa.gov/datasearch/keyword-search/ (or https://pds.nasa.gov > Data Search > Keyword Search):\n",
"- Search for \"osiris rex calibrated ovirs collection\" (https://pds.nasa.gov/datasearch/keyword-search/search.jsp?q=osiris+rex+ovirs+calibrated+collection)\n",
"- Click on the first collection on the results\n",
- "- Copy the lidvid\n"
+ "- Copy the IDENTIFIER displayed at the top of the Collection Information\n"
]
},
{
@@ -118,18 +118,18 @@
"source": [
"### Get the properties available for the observational products belonging to the selected collection\n",
"\n",
- "Get the properties available for the product belonging to the collection of interest using `CollectionsProductsApi.products_of_a_collection` \n",
+ "Get the properties available for the product belonging to the collection of interest using `ProductReferencesApi.products_members` \n",
"(see https://nasa-pds.github.io/pds-api-client/api/api_client.api.html#api_client.api.collections_products_api.CollectionsProductsApi)\n",
"\n",
"API responses have the structure `{\"summary\": {}, data= []}`\n",
"(see https://nasa-pds.github.io/pds-api-client/api/api_client.models.html#api_client.models.products.Products)\n",
"\n",
- "We do not get the product descriptions yet but only the available properties with `only_summary=True` option."
+ "We are not interested in the product descriptions yet but only the available properties."
]
},
{
"cell_type": "code",
- "execution_count": 4,
+ "execution_count": 15,
"id": "billion-dimension",
"metadata": {},
"outputs": [
@@ -137,17 +137,134 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "The available properties for the selected products are ['pds:Modification_Detail.pds:description', 'pds:Axis_Array.pds:axis_name', 'pds:Local_Internal_Reference.pds:local_reference_type', 'pds:File.pds:file_size', 'pds:Modification_Detail.pds:modification_date', 'orex:Spatial.orex:bennu_radec_target', 'orex:Spatial.orex:emission_angle', 'pds:Internal_Reference.pds:lidvid_reference', 'ops:Label_File_Info.ops:md5_checksum', 'vid', 'orex:Spatial.orex:bore_angle', 'orex:Mission_Information.orex:mission_phase_identifier', 'orex:Spatial.orex:phase_angle', 'pds:Array_2D_Spectrum.pds:axes', 'orex:Time.orex:mid_obs', 'pds:Observing_System_Component.pds:type', 'orex:Spatial.orex:declination', 'sp:Observation_Parameters.sp:resolution_limit_wavelength', 'sp:Observation_Parameters.sp:net_integration_time', 'orex:Time.orex:mid_obs_et', 'sp:Spectral_Characteristics.sp:spectral_bin_type', 'pds:Axis_Array.pds:sequence_number', 'ops:Data_File_Info.ops:md5_checksum', 'pds:Identification_Area.pds:title', 'sp:Observation_Parameters.sp:number_of_exposures', 'pds:Array_2D_Spectrum.pds:local_identifier', 'pds:Investigation_Area.pds:name', 'ops:Label_File_Info.ops:creation_date_time', 'orex:Time.orex:exposure', 'sp:Field_of_View.sp:description', 'orex:Spatial.orex:bennu_dec', 'geom:SPICE_Kernel_Identification.geom:kernel_type', 'ref_lid_product', 'orex:Mission_Information.orex:mission_phase_name', 'pds:Internal_Reference.pds:comment', 'orex:Spatial.orex:bennu_radec_quality', 'pds:File.pds:creation_date_time', 'ops:Data_File_Info.ops:creation_date_time', 'pds:Observing_System_Component.pds:description', 'pds:Internal_Reference.pds:reference_type', 'pds:Array_2D.pds:local_identifier', 'pds:Primary_Result_Summary.pds:purpose', 'pds:Identification_Area.pds:information_model_version', 'disp:Display_Direction.disp:horizontal_display_axis', 'orex:Spatial.orex:semiminor_axis', 'pds:Local_Internal_Reference.pds:local_identifier_reference', 'orex:Spatial.orex:right_ascension', 'orex:Spatial.orex:boresight_x', 'pds:Time_Coordinates.pds:start_date_time', 'orex:Spatial.orex:boresight_y', 'orex:Spatial.orex:boresight_z', 'sp:Spectral_Characteristics.sp:spectrum_format', 'pds:Observing_System.pds:name', 'pds:Header.pds:object_length', 'orex:Spatial.orex:fov_fill_factor', 'lidvid', 'pds:Modification_Detail.pds:version_id', 'ops:Label_File_Info.ops:file_size', 'pds:Array_2D.pds:description', 'ops:Data_File_Info.ops:file_name', 'orex:Spatial.orex:boresight_range', 'pds:Element_Array.pds:data_type', 'orex:Spatial.orex:fov_fill_flag', 'geom:Geometry_Orbiter.geom:geometry_reference_time_tdb', 'orex:Time.orex:utc', 'geom:Geometry_Orbiter.geom:geometry_reference_time_utc', 'lid', 'pds:Header.pds:parsing_standard_id', 'pds:Header.pds:offset', 'ref_lid_instrument', 'pds:File.pds:file_name', 'product_class', 'pds:Array_2D_Spectrum.pds:axis_index_order', 'orex:OVIRS_Instrument_Attributes.orex:fpa_moly_a_temp_x', 'pds:Time_Coordinates.pds:stop_date_time', 'ref_lidvid_product', 'pds:Primary_Result_Summary.pds:processing_level', 'orex:Spatial.orex:bennu_ra', 'ops:Label_File_Info.ops:file_ref', 'orex:Spatial.orex:semimajor_axis', 'pds:Element_Array.pds:unit', 'pds:Array_2D.pds:axis_index_order', 'ops:Data_File_Info.ops:mime_type', 'pds:Target_Identification.pds:name', 'sp:Bin_Description.sp:bin_profile_description', 'pds:Observing_System_Component.pds:name', 'orex:Spatial.orex:bore_flag', 'pds:Array_2D.pds:offset', 'geom:SPICE_Kernel_Identification.geom:spice_kernel_file_name', 'pds:Identification_Area.pds:product_class', 'pds:Array_2D_Spectrum.pds:description', 'ref_lid_instrument_host', 'title', 'ops:Data_File_Info.ops:file_ref', '_package_id', 'disp:Display_Direction.disp:vertical_display_direction', 'pds:Identification_Area.pds:version_id', 'orex:Spatial.orex:sun_range', 'disp:Display_Direction.disp:vertical_display_axis', 'pds:Internal_Reference.pds:lid_reference', 'sp:Circular_FOV.sp:diameter_angle', 'pds:Identification_Area.pds:logical_identifier', 'ops:Data_File_Info.ops:file_size', 'orex:Time.orex:expo_ms', 'pds:Axis_Array.pds:elements', 'geom:SPICE_Kernel_Identification.geom:kernel_provenance', 'pds:Array_2D_Spectrum.pds:offset', 'ref_lid_investigation', 'pds:Array_2D.pds:axes', 'ops:Label_File_Info.ops:blob', 'orex:Spatial.orex:longitude', 'orex:Spatial.orex:latitude', 'ops:Label_File_Info.ops:file_name', 'pds:Target_Identification.pds:type', 'orex:Spatial.orex:incidence_angle', 'orex:Time.orex:mid_obs_sclk', 'disp:Display_Direction.disp:horizontal_display_direction', 'orex:Spatial.orex:target_range', 'pds:Investigation_Area.pds:type']\n"
+ "['_package_id',\n",
+ " 'alternate_ids',\n",
+ " 'description',\n",
+ " 'disp:Display_Direction.disp:horizontal_display_axis',\n",
+ " 'disp:Display_Direction.disp:horizontal_display_direction',\n",
+ " 'disp:Display_Direction.disp:vertical_display_axis',\n",
+ " 'disp:Display_Direction.disp:vertical_display_direction',\n",
+ " 'geom:Geometry_Orbiter.geom:geometry_reference_time_tdb',\n",
+ " 'geom:Geometry_Orbiter.geom:geometry_reference_time_utc',\n",
+ " 'geom:SPICE_Kernel_Identification.geom:kernel_provenance',\n",
+ " 'geom:SPICE_Kernel_Identification.geom:kernel_type',\n",
+ " 'geom:SPICE_Kernel_Identification.geom:spice_kernel_file_name',\n",
+ " 'lid',\n",
+ " 'lidvid',\n",
+ " 'ops:Data_File_Info.ops:creation_date_time',\n",
+ " 'ops:Data_File_Info.ops:file_name',\n",
+ " 'ops:Data_File_Info.ops:file_ref',\n",
+ " 'ops:Data_File_Info.ops:file_size',\n",
+ " 'ops:Data_File_Info.ops:md5_checksum',\n",
+ " 'ops:Data_File_Info.ops:mime_type',\n",
+ " 'ops:Harvest_Info.ops:harvest_date_time',\n",
+ " 'ops:Harvest_Info.ops:node_name',\n",
+ " 'ops:Label_File_Info.ops:creation_date_time',\n",
+ " 'ops:Label_File_Info.ops:file_name',\n",
+ " 'ops:Label_File_Info.ops:file_ref',\n",
+ " 'ops:Label_File_Info.ops:file_size',\n",
+ " 'ops:Label_File_Info.ops:md5_checksum',\n",
+ " 'ops:Tracking_Meta.ops:archive_status',\n",
+ " 'orex:spatial.orex:bennu_dec',\n",
+ " 'orex:spatial.orex:bennu_ra',\n",
+ " 'orex:spatial.orex:bennu_radec_quality',\n",
+ " 'orex:spatial.orex:bennu_radec_target',\n",
+ " 'orex:spatial.orex:bore_angle',\n",
+ " 'orex:spatial.orex:bore_flag',\n",
+ " 'orex:spatial.orex:boresight_range',\n",
+ " 'orex:spatial.orex:boresight_x',\n",
+ " 'orex:spatial.orex:boresight_y',\n",
+ " 'orex:spatial.orex:boresight_z',\n",
+ " 'orex:spatial.orex:declination',\n",
+ " 'orex:spatial.orex:emission_angle',\n",
+ " 'orex:spatial.orex:fov_fill_factor',\n",
+ " 'orex:spatial.orex:fov_fill_flag',\n",
+ " 'orex:spatial.orex:incidence_angle',\n",
+ " 'orex:spatial.orex:latitude',\n",
+ " 'orex:spatial.orex:longitude',\n",
+ " 'orex:spatial.orex:phase_angle',\n",
+ " 'orex:spatial.orex:right_ascension',\n",
+ " 'orex:spatial.orex:semimajor_axis',\n",
+ " 'orex:spatial.orex:semiminor_axis',\n",
+ " 'orex:spatial.orex:sun_range',\n",
+ " 'orex:spatial.orex:target_range',\n",
+ " 'orex:time.orex:expo_ms',\n",
+ " 'orex:time.orex:exposure',\n",
+ " 'orex:time.orex:mid_obs',\n",
+ " 'orex:time.orex:mid_obs_et',\n",
+ " 'orex:time.orex:mid_obs_sclk',\n",
+ " 'orex:time.orex:utc',\n",
+ " 'pds:Array_2D.pds:axes',\n",
+ " 'pds:Array_2D.pds:axis_index_order',\n",
+ " 'pds:Array_2D.pds:description',\n",
+ " 'pds:Array_2D.pds:local_identifier',\n",
+ " 'pds:Array_2D.pds:offset',\n",
+ " 'pds:Array_2D_Spectrum.pds:axes',\n",
+ " 'pds:Array_2D_Spectrum.pds:axis_index_order',\n",
+ " 'pds:Array_2D_Spectrum.pds:description',\n",
+ " 'pds:Array_2D_Spectrum.pds:local_identifier',\n",
+ " 'pds:Array_2D_Spectrum.pds:offset',\n",
+ " 'pds:Axis_Array.pds:axis_name',\n",
+ " 'pds:Axis_Array.pds:elements',\n",
+ " 'pds:Axis_Array.pds:sequence_number',\n",
+ " 'pds:Element_Array.pds:data_type',\n",
+ " 'pds:Element_Array.pds:unit',\n",
+ " 'pds:File.pds:creation_date_time',\n",
+ " 'pds:File.pds:file_name',\n",
+ " 'pds:File.pds:file_size',\n",
+ " 'pds:Header.pds:object_length',\n",
+ " 'pds:Header.pds:offset',\n",
+ " 'pds:Header.pds:parsing_standard_id',\n",
+ " 'pds:Identification_Area.pds:information_model_version',\n",
+ " 'pds:Identification_Area.pds:logical_identifier',\n",
+ " 'pds:Identification_Area.pds:product_class',\n",
+ " 'pds:Identification_Area.pds:title',\n",
+ " 'pds:Identification_Area.pds:version_id',\n",
+ " 'pds:Internal_Reference.pds:comment',\n",
+ " 'pds:Internal_Reference.pds:lid_reference',\n",
+ " 'pds:Internal_Reference.pds:lidvid_reference',\n",
+ " 'pds:Internal_Reference.pds:reference_type',\n",
+ " 'pds:Investigation_Area.pds:name',\n",
+ " 'pds:Investigation_Area.pds:type',\n",
+ " 'pds:Local_Internal_Reference.pds:local_identifier_reference',\n",
+ " 'pds:Local_Internal_Reference.pds:local_reference_type',\n",
+ " 'pds:Observing_System.pds:name',\n",
+ " 'pds:Observing_System_Component.pds:description',\n",
+ " 'pds:Observing_System_Component.pds:name',\n",
+ " 'pds:Observing_System_Component.pds:type',\n",
+ " 'pds:Primary_Result_Summary.pds:processing_level',\n",
+ " 'pds:Primary_Result_Summary.pds:purpose',\n",
+ " 'pds:Target_Identification.pds:name',\n",
+ " 'pds:Target_Identification.pds:type',\n",
+ " 'pds:Time_Coordinates.pds:start_date_time',\n",
+ " 'pds:Time_Coordinates.pds:stop_date_time',\n",
+ " 'product_class',\n",
+ " 'ref_lid_instrument',\n",
+ " 'ref_lid_instrument_host',\n",
+ " 'ref_lid_investigation',\n",
+ " 'ref_lid_product',\n",
+ " 'ref_lidvid_product',\n",
+ " 'sp:Bin_Description.sp:bin_profile_description',\n",
+ " 'sp:Circular_FOV.sp:diameter_angle',\n",
+ " 'sp:Field_of_View.sp:description',\n",
+ " 'sp:Observation_Parameters.sp:net_integration_time',\n",
+ " 'sp:Observation_Parameters.sp:number_of_exposures',\n",
+ " 'sp:Observation_Parameters.sp:resolution_limit_wavelength',\n",
+ " 'sp:Spectral_Characteristics.sp:spectral_bin_type',\n",
+ " 'sp:Spectral_Characteristics.sp:spectrum_format',\n",
+ " 'title',\n",
+ " 'vid']\n"
]
}
],
"source": [
- "lidvid = 'urn:nasa:pds:orex.ovirs:data_calibrated'\n",
- "\n",
- "collection_products_api = pds_api.CollectionsProductsApi(api_client)\n",
- "api_response = collection_products_api.products_of_a_collection(lidvid , start=0, limit=20, only_summary=True)\n",
+ "lidvid = 'urn:nasa:pds:orex.ovirs:data_calibrated::11.0'\n",
+ "from pds.api_client.api.product_references_api import ProductReferencesApi\n",
+ "products = ProductReferencesApi(api_client)\n",
"\n",
- "print(f\"The available properties for the selected products are {api_response.summary.properties}\")"
+ "###### The following gets an error due to a bug in the registry api!\n",
+ "api_response = products.product_members(lidvid)\n",
+ "pprint(api_response.summary.properties)"
]
},
{
@@ -155,31 +272,27 @@
"id": "respective-classic",
"metadata": {},
"source": [
- "### Request specific properties of all the observational products of the collection"
- ]
- },
- {
- "cell_type": "markdown",
- "id": "cooperative-webmaster",
- "metadata": {},
- "source": [
- "Properties have a syntax alike the PDS4 model: class/attributes. \n",
+ "### Request specific properties of all the observational products of the collection\n",
+ "\n",
+ "Properties have a syntax alike the PDS4 model: class.attributes. \n",
"\n",
"Get the latitude, longitude and target_range of the observational products belonging to the collection, with `fields=` option.\n",
"\n",
- "The API results are paginated, to get all the results we need to loop through the pages."
+ "The API results are paginated, to get all the results we need to loop through the pages.\n",
+ "\n",
+ "WARNING the performance for big collections need to be improved since the API is currently too slow. See https://github.com/NASA-PDS/registry-api/issues/352"
]
},
{
"cell_type": "code",
- "execution_count": 5,
- "id": "rural-brake",
+ "execution_count": 20,
+ "id": "898eac3c-f903-4086-af40-28a521813f85",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
- "model_id": "f9f591e8e230408c980400a8380f1a78",
+ "model_id": "84a46312f6fb4418a02bf1891c70b2a5",
"version_major": 2,
"version_minor": 0
},
@@ -194,39 +307,47 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "retrieved 279500 products in 13.5 minutes\n"
+ "retrieved 2500 products in 0.1 minutes\n"
]
}
],
"source": [
- "properties_of_interest = ['orex:spatial.orex:latitude', 'orex:spatial.orex:longitude', 'orex:spatial.orex:target_range']\n",
- "\n",
+ "from pds.api_client.api.all_products_api import AllProductsApi\n",
+ "products = AllProductsApi(api_client)\n",
+ "properties_of_interest = ['orex:Spatial.orex:latitude', 'orex:Spatial.orex:longitude', 'ref_lid_instrument', 'orex:Spatial.orex:target_range', 'ops:Data_File_Info.ops:file_ref']\n",
"start = 0\n",
"limit = 500\n",
- "products = []\n",
+ "criteria = ' ( ( ref_lid_target eq \"urn:nasa:pds:context:target:asteroid.101955_bennu\" )'\n",
+ "criteria += ' and ( ref_lid_instrument eq \"urn:nasa:pds:context:instrument:ovirs.orex\" ) )'\n",
+ "\n",
+ "prods = []\n",
"pbar = tqdm()\n",
"\n",
"start_time = time.time()\n",
+ "\n",
+ "\n",
"while True:\n",
" pbar.update(int(start/500))\n",
- " \n",
- " api_response = collection_products_api.products_of_a_collection(\n",
- " lidvid, \n",
- " start=start, \n",
- " limit=limit, \n",
+ " api_response = products.product_list(\n",
+ " q=criteria,\n",
+ " start=start,\n",
+ " limit=limit,\n",
" fields=properties_of_interest)\n",
- "\n",
+ " \n",
" if api_response.data:\n",
- " products.extend(api_response.data)\n",
+ " prods.extend(api_response.data)\n",
" start += limit\n",
" else:\n",
" break\n",
- "\n",
+ " \n",
+ " # because of the performance issue we break before the collection is complete\n",
+ " if start > 2000:\n",
+ " break\n",
+ " \n",
"elapsed = time.time() - start_time\n",
"print(f'retrieved {start} products in {elapsed/60.0:.1f} minutes')\n",
"\n",
- "pbar.close()\n",
- "\n"
+ "pbar.close()"
]
},
{
@@ -241,56 +362,12 @@
},
{
"cell_type": "code",
- "execution_count": 6,
+ "execution_count": null,
"id": "military-midnight",
"metadata": {},
- "outputs": [
- {
- "data": {
- "text/plain": [
- "{'description': None,\n",
- " 'id': 'urn:nasa:pds:orex.ovirs:data_calibrated:20181103t073051s132_ovr_scil2.fits::1.0',\n",
- " 'investigations': [{'description': None,\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:investigation:mission.orex',\n",
- " 'id': 'urn:nasa:pds:context:investigation:mission.orex',\n",
- " 'title': None,\n",
- " 'type': None}],\n",
- " 'metadata': {'creation_date_time': '2019-04-13T01:02:37.516Z',\n",
- " 'label_url': 'https://pds-gamma.jpl.nasa.gov/data/pds4/test-data/registry/orex.ovirs/data_calibrated/bennu_original_calibration/approach/20181103T073051S132_ovr_scil2.xml',\n",
- " 'update_date_time': None,\n",
- " 'version': '1.0'},\n",
- " 'observing_system_components': [{'description': None,\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument_host:spacecraft.orex',\n",
- " 'id': 'urn:nasa:pds:context:instrument_host:spacecraft.orex',\n",
- " 'title': None,\n",
- " 'type': None},\n",
- " {'description': None,\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:instrument:ovirs.orex',\n",
- " 'id': 'urn:nasa:pds:context:instrument:ovirs.orex',\n",
- " 'title': None,\n",
- " 'type': None}],\n",
- " 'properties': {'orex:spatial.orex:latitude': '-6.13630777328482',\n",
- " 'orex:spatial.orex:longitude': '224.370731783137',\n",
- " 'orex:spatial.orex:target_range': '190.288480954595'},\n",
- " 'start_date_time': '2018-11-03T07:30:51.132Z',\n",
- " 'stop_date_time': '2018-11-03T07:30:51.132Z',\n",
- " 'targets': [{'description': None,\n",
- " 'href': 'https://pds-gamma.jpl.nasa.gov/products/urn:nasa:pds:context:target:asteroid.101955_bennu',\n",
- " 'id': 'urn:nasa:pds:context:target:asteroid.101955_bennu',\n",
- " 'title': None,\n",
- " 'type': None}],\n",
- " 'title': 'OSIRIS-REx OVIRS Calibrated Science Data Product (L2) '\n",
- " '2018-11-03T07:30:51.132Z',\n",
- " 'type': 'Product_Observational'}"
- ]
- },
- "execution_count": 6,
- "metadata": {},
- "output_type": "execute_result"
- }
- ],
+ "outputs": [],
"source": [
- "products[140000]"
+ "prods[140000]"
]
},
{
@@ -305,30 +382,10 @@
},
{
"cell_type": "code",
- "execution_count": 7,
+ "execution_count": null,
"id": "strategic-season",
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "The values of the selected properties are\n",
- "[{'id': 'urn:nasa:pds:orex.ovirs:data_calibrated:20181102t041236s859_ovr_scil2.fits::1.0',\n",
- " 'orex:spatial.orex:latitude': '-22.546203099740598',\n",
- " 'orex:spatial.orex:longitude': '29.6493567602281',\n",
- " 'orex:spatial.orex:target_range': '197.757787474397'},\n",
- " {'id': 'urn:nasa:pds:orex.ovirs:data_calibrated:20181102t041237s759_ovr_scil2.fits::1.0',\n",
- " 'orex:spatial.orex:latitude': '-18.1849081622853',\n",
- " 'orex:spatial.orex:longitude': '16.445177388920598',\n",
- " 'orex:spatial.orex:target_range': '197.757720053807'},\n",
- " {'id': 'urn:nasa:pds:orex.ovirs:data_calibrated:20181102t041238s659_ovr_scil2.fits::1.0',\n",
- " 'orex:spatial.orex:latitude': '-14.845147832590499',\n",
- " 'orex:spatial.orex:longitude': '7.29380975545429',\n",
- " 'orex:spatial.orex:target_range': '197.757652690671'}]\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"def at_least_one_valid_value(p):\n",
" return ((p['orex:spatial.orex:latitude'] != '-9999') \\\n",
@@ -359,18 +416,10 @@
},
{
"cell_type": "code",
- "execution_count": 8,
+ "execution_count": null,
"id": "essential-enough",
"metadata": {},
- "outputs": [
- {
- "name": "stdout",
- "output_type": "stream",
- "text": [
- "The target_range values for the selected products are [197.757787474397, 197.757720053807, 197.757652690671]\n"
- ]
- }
- ],
+ "outputs": [],
"source": [
"def transpose(properties):\n",
" lat = [float(p['orex:spatial.orex:latitude']) for p in properties]\n",
@@ -392,23 +441,10 @@
},
{
"cell_type": "code",
- "execution_count": 9,
+ "execution_count": null,
"id": "unavailable-mapping",
"metadata": {},
- "outputs": [
- {
- "data": {
- "image/png": "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\n",
- "text/plain": [
- "