Skip to content

Commit 3d281e6

Browse files
committed
Fix broken ref, attempt trigger circle build for docs/* branches
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 8437eb0 commit 3d281e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ workflows:
191191
branches:
192192
only:
193193
- /feature\/.*docs.*/
194+
- /docs\/.*/
194195

195196
nightly:
196197
triggers:

pyrasterframes/src/main/python/docs/raster-catalogs.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Raster Catalogs
22

3-
While much interesting processing can be done on a @ref:[single raster file](raster-read.md#single-raster), RasterFrames shines when _catalogs_ of raster data are to be processed. In its simplest form, a _catalog_ is a list of @ref:[URLs referencing raster files](raster-read.md#uri-formats). This list can be a Spark DataFrame, Pandas DataFrame, CSV file or CSV string. The _catalog_ is input into the `raster` DataSource, described in the @ref:[next page](raster-read.pymd), which creates tiles from the rasters at the referenced URLs.
3+
While much interesting processing can be done on a @ref:[single raster file](raster-read.md#single-raster), RasterFrames shines when _catalogs_ of raster data are to be processed. In its simplest form, a _catalog_ is a list of @ref:[URLs referencing raster files](raster-read.md#uri-formats). This list can be a Spark DataFrame, Pandas DataFrame, CSV file or CSV string. The _catalog_ is input into the `raster` DataSource, described in the @ref:[next page](raster-read.md), which creates tiles from the rasters at the referenced URLs.
44

55
A _catalog_ can have one or two dimensions:
66

0 commit comments

Comments
 (0)