Skip to content

Commit 1818aaf

Browse files
authored
Merge pull request #1 from sciserver/feature/add_sep_rank_column
Feature/add sep rank column
2 parents 2f6923b + 53a0d3e commit 1818aaf

File tree

6 files changed

+620
-545
lines changed

6 files changed

+620
-545
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,18 @@ To improve cross-match query execution speed, we install `SQLxMatch` in a SQL Se
1818
The advantage of this <i>`in-database`</i> remote cross-match, compared to other <i>`in-memory`</i> local cross-match software libraries, is that the users leverage the remote database server's own (and potentially bigger) computing/memory/storage resources to filter and cross-match the full catalogs right away, having only a relatively small-sized cross-match output table returned to them.
1919
This can be faster and more efficient than having users to download the full catalogs into their own computers (if they have enough storage), and then load them in python for filtering and running the cross-match, for instance.
2020

21-
22-
2321
## **Documentation**
2422

25-
2623
Instructions on how to install and operate `SQLxMatch` can found under the [docs](https://github.com/sciserver/sqlxmatch/tree/main/docs) folder.
2724

28-
2925
## **Examples**
3026

3127
Example Jupyter Notebooks and demos can be found under [demo](https://github.com/sciserver/sqlxmatch/tree/main/demo) folder.
3228

33-
3429
## **Citation**
3530

3631
Taghizadeh-Popp, M. and Dobos, L. (2023) “SQLxMatch: In-Database Spatial Cross-Match of Astronomical Catalogs”. Zenodo. doi: 10.5281/zenodo.10142771.
3732

38-
39-
40-
41-
4233
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10142770.svg)](https://doi.org/10.5281/zenodo.10142770)
4334

4435
## **License**

0 commit comments

Comments
 (0)