Skip to content

Commit

Permalink
cleans empty ref section
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Dec 29, 2023
1 parent a10c6cb commit d8c22ed
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion 01-spatial-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1022,4 +1022,3 @@ For example, if the area output was in $m^2$ and we need the result in $km^2$, t

<!-- ## Exercises -->

## References
1 change: 0 additions & 1 deletion 02-attribute-operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -579,4 +579,3 @@ plt.bar(*freq);

<!-- ## Exercises -->

## References
1 change: 0 additions & 1 deletion 03-spatial-operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1344,4 +1344,3 @@ An alternative worflow to `rasterio.merge.merge`, for calculating a mosaic as we
- Write a function which accepts and array and an `int` specifying the number of rows/columns to erase along an array edges. The function needs to return the modified array with `np.nan` values along its edges. -->
## References
2 changes: 0 additions & 2 deletions 04-geometry-operations.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1426,5 +1426,3 @@ rasterio.plot.show(rasterio.open('output/dem_resample_maximum.tif'), ax=ax);
```
<!-- ## Exercises -->
## References
2 changes: 0 additions & 2 deletions 05-raster-vector.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1073,5 +1073,3 @@ gpd.GeoSeries(coastline).plot(ax=ax, edgecolor='black');
```

<!-- ## Exercises -->

## References
1 change: 0 additions & 1 deletion 06-reproj.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -838,4 +838,3 @@ More information on CRS modifications can be found in the [Using PROJ](https://p

<!-- ## Exercises -->

## References
1 change: 0 additions & 1 deletion 07-read-write.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -931,4 +931,3 @@ In such cases, the same considerations shown for `int` apply to `float` rasters

<!-- ## Exercises -->

## References
2 changes: 0 additions & 2 deletions 08-mapping.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -679,5 +679,3 @@ m.save('output/map.html')
<!-- ## Mapping applications Streamlit? -->

<!-- ## Exercises -->

## References

0 comments on commit d8c22ed

Please sign in to comment.