Skip to content

Commit e206321

Browse files
Merge branch 'main' into tickets/SP-2732
2 parents 769b726 + 3a0318e commit e206321

3 files changed

Lines changed: 1578 additions & 123 deletions

File tree

DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_6_Cross_match_to_uploaded_table.ipynb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Data Release: <a href=\"https://dp1.lsst.io/\">Data Preview 1</a> <br>\n",
2020
"Container Size: Large <br>\n",
2121
"LSST Science Pipelines version: r29.2.0 <br>\n",
22-
"Last verified to run: 2025-09-22<br>\n",
22+
"Last verified to run: 2025-12-12<br>\n",
2323
"Repository: <a href=\"https://github.com/lsst/tutorial-notebooks\">github.com/lsst/tutorial-notebooks</a> <br>\n",
2424
"DOI: <a href=\"https://doi.org/10.11578/rubin/dc.20250909.20\">10.11578/rubin/dc.20250909.20</a> <br>"
2525
]
@@ -62,6 +62,10 @@
6262
"Full [documentation for TAP](http://www.ivoa.net/documents/TAP) is provided by the\n",
6363
"International Virtual Observatory Alliance (IVOA).\n",
6464
"\n",
65+
"This tutorial demonstrates the workflow for ingesting user-provided tables into the TAP service to enable queries against the LSST/DP1 data. The system's ingestion capability automatically handles columns containing any variations of `NaN` and `Inf` values in uploaded tables; therefore, no manual pre-processing is needed. \n",
66+
"\n",
67+
"**Warning:** When uploading plain text formats (such as CSV), explicitly convert all Boolean `True/False` strings to integers `1/0` to avoid ingestion errors. For metadata-rich formats like VOTable, ensure the column metadata is correctly defined as `boolean`. \n",
68+
"\n",
6569
"**Related tutorials:** The other 100-level tutorials in this series demonstrate how to use the TAP service. "
6670
]
6771
},

0 commit comments

Comments
 (0)