Skip to content

Commit ee566be

Browse files
committed
m
Signed-off-by: Jason T. Brown <[email protected]>
1 parent 029f8d7 commit ee566be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrasterframes/src/main/python/docs/time-series.pymd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ park_cat.printSchema()
9292

9393
Now we have a catalog with several months of MODIS data for a single granule. However, the granule is larger than our park boundary. We will combine the park geometry with the catalog, and read only the bands of interest to compute NDVI, which we discussed in a @ref:[previous section](local-algebra.md#computing-ndvi).
9494

95-
We then [reproject](https://gis.stackexchange.com/questions/247770/understanding-reprojection) the park geometry to the same @ref:[CRS][concepts.md#coordinate-reference-system-crs-] as the imagery. Then we will filter to only the _tiles_ intersecting the park.
95+
We then [reproject](https://gis.stackexchange.com/questions/247770/understanding-reprojection) the park geometry to the same @ref:[CRS][concepts.md#coordinate-reference-system--crs-] as the imagery. Then we will filter to only the _tiles_ intersecting the park.
9696

9797
```python read_catalog
9898
raster_cols = ['B01', 'B02',] # red and near-infrared respectively

0 commit comments

Comments
 (0)