Skip to content

Commit 7710e10

Browse files
committed
Merge branch 'hotfix/0.8.1.2'
2 parents beb531b + 19adf9a commit 7710e10

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

core/src/test/scala/org/locationtech/rasterframes/TestData.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ object TestData extends TestData {
281281
t.map((c, r, v) if(filter(c, r)) raster.NODATA else v)
282282
}
283283

284-
// t match {
285-
// case TileContext(ext, crs) => ProjectedRasterTile(injected, ext, crs)
286-
// case _ => injected
287-
// }
288-
289284
injected
290285
}
291286
}

pyrasterframes/src/main/python/docs/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The most frequently encountered cell types in RasterFrames are below.
3636
| Float | `float32` | 32-bit floating-point | -3.4028235E38 to 3.4028235E38 |
3737
| Double | `float64` | 64-bit floating-point | -1.7976931348623157E308 to 1.7976931348623157E308 |
3838

39-
See the section on [“NoData” Handling](nodata-handling.md) for additional discussion on cell types and more exhaustive coverage of available cell types.
39+
See the section on @ref:[“NoData” Handling](nodata-handling.md) for additional discussion on cell types and more exhaustive coverage of available cell types.
4040

4141
## NoData
4242

pyrasterframes/src/main/python/docs/getting-started.pymd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@@@ note
44

5-
If you are new to Earth-observing imagery, you might consider looking at the [Concepts](concepts.md) section first.
5+
If you are new to Earth-observing imagery, you might consider looking at the @ref:[Concepts](concepts.md) section first.
66

77
@@@
88

@@ -27,7 +27,7 @@ Then in a python interpreter of your choice, you can get a [`pyspark` `SparkSess
2727
from pyrasterframes import rf_ipython
2828
```
2929

30-
```python, version
30+
```python, version
3131
import pyrasterframes
3232
spark = pyrasterframes.get_spark_session()
3333
```

pyrasterframes/src/main/python/docs/reference.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Where the `mask` contains NoData, replace values in the `tile` with NoData.
210210

211211
Returned `tile` cell type will be coerced to one supporting NoData if it does not already.
212212

213-
See also @[`rf_rasterize`](reference.md#rf-rasterize).
213+
See also @ref:[`rf_rasterize`](reference.md#rf-rasterize).
214214

215215

216216
### rf_inverse_mask

0 commit comments

Comments
 (0)