Skip to content

Commit

Permalink
testdata fix
Browse files Browse the repository at this point in the history
- tif file is compressed with lzw
  • Loading branch information
Insang Song committed Oct 31, 2023
1 parent a6279ba commit 9e25d21
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
largedata/
/tests/testdata
/tools/largedata/
Binary file removed scomps_0.0.4.11012023.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion scomps_rmarkdown_litr.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ saveRDS(ncrandpoint, "./tests/testdata/nc_random_point.rds")
ncrast <- elevatr::get_elev_raster(ncpoly, z = 10, src = "srtm15plus", prj = terra::crs("EPSG:5070"))
ncrastt <- terra::rast(ncrast)
writeRaster(ncrast, "./tests/testdata/nc_srtm15_otm.tif")
terra::writeRaster(ncrastt, "./tests/testdata/nc_srtm15_otm.tif", gdal=c("COMPRESS=LZW"), overwrite = TRUE)
library(nhdplusTools)
huc08s <- get_huc(AOI = sf::st_union(ncpoly), buffer = 10000L, type = "huc08")
Expand Down
Binary file modified tests/testdata/nc_srtm15_otm.tif
Binary file not shown.
Binary file modified tools/tarballs/scomps_0.0.4.11012023.tar.gz
Binary file not shown.

0 comments on commit 9e25d21

Please sign in to comment.