@@ -5,7 +5,7 @@ HATS is a directory structure and metadata for spatially arranging large catalog
5
5
This was originally motivated by a desire to perform spatial cross-matching between surveys
6
6
at large scale, but is applicable to a range of spatial analysis and algorithms.
7
7
8
- We use healpix (`Hierarchical Equal Area isoLatitude Pixelization <https://healpix.jpl.nasa.gov/ >` _)
8
+ We use healpix (`Hierarchical Equal Area isoLatitude Pixelization <https://healpix.jpl.nasa.gov/_)
9
9
for the spherical pixelation, and adaptively size the partitions based on the number of objects.
10
10
Each partition will have roughly the same number of objects, instead of dividing into equal area.
11
11
Because each partition is roughly the same size on disk, we can expect reasonable performance of
@@ -18,9 +18,9 @@ The ``hats`` python package provides basic access to a catalog's metadata, and s
18
18
for interacting with the healpix space. This allows for multiple libraries to implement parallel
19
19
operations on top of these utilities. Some known extensions:
20
20
21
- * `LSDB <https://lsdb.readthedocs.io/ >`_ - Large Survey Database - A framework for scalable
21
+ * `LSDB <https://lsdb.readthedocs.io/ >`__ - Large Survey Database - A framework for scalable
22
22
spatial analysis using ``dask `` for job scheduling and execution.
23
- * `hats-import <https://hats-import.readthedocs.io/ >`_ - map reduce pipelines for converting
23
+ * `hats-import <https://hats-import.readthedocs.io/ >`__ - map reduce pipelines for converting
24
24
large or custom catalogs into HATS format.
25
25
26
26
.. toctree ::
@@ -42,7 +42,7 @@ Getting Started
42
42
-------------------------------------------------------------------------------
43
43
44
44
For the most part, we recommend accessing and processing HATS data using the `LSDB package
45
- <https://github.com/astronomy-commons/lsdb> `_ framework. LSDB provides a variety of utility
45
+ <https://github.com/astronomy-commons/lsdb> `__ framework. LSDB provides a variety of utility
46
46
functions as well as a lazy, distributed execution framework using Dask. However if you are are
47
47
interested in using just the HATS package, you can find installation instructions at the
48
48
:doc: `getting started page</getting_started> `.
0 commit comments