Skip to content

Commit de6a540

Browse files
authored
Update README.md
1 parent 47b0f8c commit de6a540

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ A lightweight, fast and easy to use server for the [lsdb server test branch](htt
1010

1111
---
1212

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-
2013
### Configuring the server
2114

2215
`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 {
6154
### Parameters
6255

6356
- `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.
6557
- `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

Comments
 (0)