Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gpuCI scripts. #904

Merged
merged 3 commits into from
Feb 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.
  • Loading branch information
bdice committed Feb 6, 2023
commit fb7d46b7f8df09703992e8242181577e2d12088c
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# <div align="left"><img src="https://rapids.ai/assets/images/rapids_logo.png" width="90px"/>&nbsp;cuSpatial - GPU-Accelerated Spatial and Trajectory Data Management and Analytics Library</div>

[![Build Status](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuspatial/job/branches/job/cuspatial-branch-pipeline/badge/icon)](https://gpuci.gpuopenanalytics.com/job/rapidsai/job/gpuci/job/cuspatial/job/branches/job/cuspatial-branch-pipeline/)

**NOTE:** cuSpatial depends on [cuDF](https://github.com/rapidsai/cudf) and
[RMM](https://github.com/rapidsai/rmm) from [RAPIDS](https://rapids.ai/).

Expand Down Expand Up @@ -59,7 +57,7 @@ git clone https://github.com/rapidsai/cuspatial.git $CUSPATIAL_HOME
2. clone the cuSpatial repo

```shell
conda env update --file conda/environments/all_cuda-115_arch-x86_64.yaml
conda env update --file conda/environments/all_cuda-115_arch-x86_64.yaml
```

### Build and install cuSpatial
Expand Down Expand Up @@ -87,10 +85,10 @@ conda env update --file conda/environments/all_cuda-115_arch-x86_64.yaml
pre-generated polygon shapefiles that contain 0, 1 and 2 polygons, respectively. They are available at
`$CUSPATIAL_HOME/test_fixtures/shapefiles` <br>

**NOTE:** Currently, cuSpatial supports reading point/polyine/polygon data using
**NOTE:** Currently, cuSpatial supports reading point/polyline/polygon data using
Structure of Array (SoA) format and a [shapefile reader](./cpp/src/io/shp)
to read polygon data from a shapefile.
Alternatively, python users can read any point/polyine/polygon data using
Alternatively, python users can read any point/polyline/polygon data using
existing python packages, e.g., [Shapely](https://pypi.org/project/Shapely/)
and [Fiona](https://github.com/Toblerity/Fiona),to generate numpy arrays and feed them to
[cuSpatial python APIs](https://docs.rapids.ai/api/cuspatial/stable/).
[cuSpatial Python APIs](https://docs.rapids.ai/api/cuspatial/stable/).