You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/parquet-catalog-demos/euclid-hats-parquet.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ especially for large-scale analyses and/or parallel processing.
53
53
It does this by adapting the HEALPix order at which data is partitioned in a given catalog based
54
54
on the on-sky density of the rows it contains.
55
55
In other words, data from dense regions of sky will be partitioned at a higher order
56
-
(i.e., higher resolution; smaller pixel size) than data in sparse regions.
56
+
(i.e., higher resolution; more pixels/tiles with smaller area) than data in sparse regions.
57
57
HATS-aware python packages are being developed to take full advantage of the partitioning.
58
58
In this notebook, we will use the [hats](https://hats.readthedocs.io/) library to visualize the
59
59
catalog and access the schema, and [lsdb](https://docs.lsdb.io/) to do a query for all likely stars.
@@ -62,6 +62,10 @@ catalog and access the schema, and [lsdb](https://docs.lsdb.io/) to do a query f
62
62
63
63
## Installs and imports
64
64
65
+
```{important}
66
+
We rely on ``hast``, ``lsdb``, ``numpy``, and ``pyerfa`` features that have been recently added, so please make sure you have the respective versions v0.5, v0.5, v2.0, and v2.0.1.3 or newer installed.
67
+
```
68
+
65
69
```{code-cell}
66
70
# # Uncomment the next line to install dependencies if needed.
0 commit comments