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: README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,6 @@ A lightweight, fast and easy to use server for the [lsdb server test branch](htt
10
10
11
11
---
12
12
13
-
#### TODO list:
14
-
15
-
-[ ] Accept lower case column names
16
-
-[ ] Get columns by index
17
-
-[ ] Exclude columns by name
18
-
-[ ] !! Fix `_hipscat_index` parquet schema !!
19
-
20
13
### Configuring the server
21
14
22
15
`lsdb-server` works with [lsdb server test branch](https://github.com/Schwarzam/lsdb/tree/server-test) if you have the hips partitioned catalogs in your server.
@@ -61,11 +54,4 @@ server {
61
54
### Parameters
62
55
63
56
-`columns` : The columns to return in the response. Default is all columns. Default is all columns.
64
-
-`exclude_cols`: The columns to exclude from the response. Default is no columns.
65
57
-`filters`: A list of filters to apply ["r_auto < 18", ...]. Default is no filters.
66
-
67
-
### Caveats
68
-
69
-
- The server only works with lsdb while using dtype_backend = "numpy_nullable"
70
-
71
-
This is because polars writes strings as LargeStrings or LargeUtf8, which causes issues with the metadata read in lsdb.
0 commit comments