Skip to content

Commit fe7dae0

Browse files
authored
Update README.md
1 parent d8e68fd commit fe7dae0

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,26 @@ The intent is to provide reusable building blocks for the many sub-ecosystems ar
88

99
It currently has two pieces.
1010

11-
## RasterIndex
11+
## 1. RasterIndex
1212

1313
See `src/ rasterix/raster_index.py` and `notebooks/raster_index.ipynb` for a brief demo.
1414

15-
## Dask-aware rasterization wrappers
15+
## 2. Dask-aware rasterization wrappers
1616

1717
See `src/rasterix/rasterize.py` for dask-aware wrappers around [`exactextract`](https://github.com/dcherian/rasterix/blob/ec3f51e60e25aa312e6f48c4b22f91bec70413ed/rasterize.py#L165), [`rasterio.features.rasterize`](https://github.com/dcherian/rasterix/blob/ec3f51e60e25aa312e6f48c4b22f91bec70413ed/rasterize.py#L307), and [`rasterio.features.geometry_mask`](https://github.com/dcherian/rasterix/blob/ec3f51e60e25aa312e6f48c4b22f91bec70413ed/rasterize.py#L472).
1818

1919
This code is likely to move elsewhere!
2020

2121
## Trying it out
2222

23+
### PyPI
24+
25+
`rasterix` alpha releases are available on pypi
26+
27+
```
28+
pip install rasterix
29+
```
30+
2331
### Installing and testing from source
2432

2533
1. Clone the repo

0 commit comments

Comments
 (0)