Skip to content

Commit

Permalink
build based on 212db85
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Jan 21, 2025
1 parent 774bb39 commit cdf7723
Show file tree
Hide file tree
Showing 114 changed files with 4,400 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable
1 change: 1 addition & 0 deletions v0.14
25 changes: 25 additions & 0 deletions v0.14.0/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en-US" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>404 | Rasters.jl</title>
<meta name="description" content="Not Found">
<meta name="generator" content="VitePress v1.6.1">
<link rel="preload stylesheet" href="/Rasters.jl/v0.14.0/assets/style.of2Biom1.css" as="style">
<link rel="preload stylesheet" href="/Rasters.jl/v0.14.0/vp-icons.css" as="style">

<script type="module" src="/Rasters.jl/v0.14.0/assets/app.DESdrNiv.js"></script>
<link rel="preload" href="/Rasters.jl/v0.14.0/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
<link rel="icon" href="/favicon.ico">
<script src="/Rasters.jl/versions.js"></script>
<script src="/Rasters.jl/v0.14.0/siteinfo.js"></script>
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
</head>
<body>
<div id="app"></div>
<script>window.__VP_HASH_MAP__=JSON.parse("{\"api.md\":\"DKPgQY2Q\",\"get_started.md\":\"DFfhTaTM\",\"index.md\":\"R8RzaLEr\",\"manual_cellarea.md\":\"BcaIumvL\",\"manual_data_sources.md\":\"CcVKHKfw\",\"manual_methods.md\":\"BEnEfoON\",\"tutorials_array_operations.md\":\"BOxSLSJD\",\"tutorials_gbif_wflow.md\":\"DiKDDyOh\",\"tutorials_plot_makie.md\":\"Dvdfk6Oz\",\"tutorials_plotting.md\":\"CehnQLyG\",\"tutorials_resample.md\":\"tE7GSpfK\",\"tutorials_spatial_mean.md\":\"CkYLf9T_\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Rasters.jl\",\"description\":\"Manipulating rasterized spatial data\",\"base\":\"/Rasters.jl/v0.14.0/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"outline\":\"deep\",\"logo\":\"/logo.png\",\"search\":{\"provider\":\"local\",\"options\":{\"detailedView\":true}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Get Started\",\"link\":\"/get_started\"},{\"text\":\"Manual\",\"items\":[{\"text\":\"Data Sources\",\"link\":\"/manual/data_sources\"},{\"text\":\"Methods\",\"items\":[{\"text\":\"Overview\",\"link\":\"/manual/methods\"},{\"text\":\"rasterize\",\"link\":\"/api#Rasters.rasterize\"},{\"text\":\"extract\",\"link\":\"/api#Rasters.extract\"},{\"text\":\"zonal\",\"link\":\"/api#Rasters.zonal-Tuple{Any,%20Union{AbstractRaster,%20AbstractRasterStack}}\"},{\"text\":\"aggregate\",\"link\":\"/api#Rasters.aggregate\"},{\"text\":\"disaggregate\",\"link\":\"/api#Rasters.disaggregate\"},{\"text\":\"cellarea\",\"link\":\"/manual/cellarea\"},{\"text\":\"mosaic\",\"link\":\"/api#Rasters.mosaic-Tuple{Function,%20Union{AbstractRaster,%20AbstractRasterStack},%20Vararg{Union{AbstractRaster,%20AbstractRasterStack}}}\"},{\"text\":\"crop\",\"link\":\"/api#Rasters.crop\"},{\"text\":\"extend\",\"link\":\"/api#Rasters.extend\"},{\"text\":\"trim\",\"link\":\"/api#Rasters.trim-Tuple{Union{AbstractRaster,%20AbstractRasterStack}}\"},{\"text\":\"resample\",\"link\":\"/api#Rasters.resample-Tuple\"},{\"text\":\"warp\",\"link\":\"/api#Rasters.warp-Tuple\"},{\"text\":\"classify\",\"link\":\"/api#Rasters.classify\"},{\"text\":\"mask\",\"link\":\"/api#Rasters.mask-Tuple{Any}\"},{\"text\":\"replace_missing\",\"link\":\"/api#Rasters.replace_missing-Tuple{Any}\"},{\"text\":\"modify\",\"link\":\"/api#DimensionalData.modify-Tuple{Any,%20AbstractRasterSeries}\"},{\"text\":\"read\",\"link\":\"/api#Base.read-Tuple{Union{AbstractRaster,%20AbstractRasterSeries,%20AbstractRasterStack}}\"},{\"text\":\"read!\",\"link\":\"/api#Base.read!-Tuple{AbstractRaster,%20AbstractArray}\"},{\"text\":\"open\",\"link\":\"/api#Base.open-Tuple{Function,%20AbstractRaster}\"},{\"text\":\"write\",\"link\":\"/api#Base.write-Tuple{AbstractString,%20AbstractRasterSeries}\"}]}]},{\"text\":\"Tutorials\",\"items\":[{\"text\":\"Plotting\",\"collapsed\":true,\"items\":[{\"text\":\"Plots.jl\",\"link\":\"/tutorials/plotting\"},{\"text\":\"Makie.jl\",\"link\":\"/tutorials/plot_makie\"}]},{\"text\":\"Array Operations\",\"link\":\"/tutorials/array_operations\"},{\"text\":\"Spatial mean\",\"link\":\"/tutorials/spatial_mean\"},{\"text\":\"Reprojection and resampling\",\"link\":\"/tutorials/resample\"},{\"text\":\"Species Distribution Modelling\",\"link\":\"/tutorials/gbif_wflow\"}]},{\"text\":\"Ecosystem\",\"items\":[{\"text\":\"DimensionalData.jl\",\"link\":\"https://rafaqz.github.io/DimensionalData.jl\"},{\"text\":\"DiskArrays.jl\",\"link\":\"https://github.com/JuliaIO/DiskArrays.jl\"},{\"text\":\"GeoInterface.jl\",\"link\":\"https://github.com/JuliaGeo/GeoInterface.jl\"},{\"text\":\"NCDatasets.jl\",\"link\":\"https://alexander-barth.github.io/NCDatasets.jl/stable/\"},{\"text\":\"ArchGDAL.jl\",\"link\":\"https://github.com/yeesian/ArchGDAL.jl\"},{\"text\":\"GRIBDatasets.jl\",\"link\":\"https://github.com/JuliaGeo/GRIBDatasets.jl\"},{\"text\":\"ZarrDatasets.jl\",\"link\":\"https://github.com/JuliaGeo/ZarrDatasets.jl\"}]},{\"text\":\"API\",\"link\":\"/api\"},{\"component\":\"VersionPicker\"}],\"sidebar\":[{\"text\":\"Get Started\",\"link\":\"/get_started\"},{\"text\":\"Manual\",\"items\":[{\"text\":\"Data Sources\",\"link\":\"/manual/data_sources\"},{\"text\":\"Methods\",\"collapsed\":true,\"items\":[{\"text\":\"Overview\",\"link\":\"/manual/methods\"},{\"text\":\"rasterize\",\"link\":\"/api#Rasters.rasterize\"},{\"text\":\"extract\",\"link\":\"/api#Rasters.extract\"},{\"text\":\"zonal\",\"link\":\"/api#Rasters.zonal-Tuple{Any,%20Union{AbstractRaster,%20AbstractRasterStack}}\"},{\"text\":\"aggregate\",\"link\":\"/api#Rasters.aggregate\"},{\"text\":\"disaggregate\",\"link\":\"/api#Rasters.disaggregate\"},{\"text\":\"cellarea\",\"link\":\"/manual/cellarea\"},{\"text\":\"mosaic\",\"link\":\"/api#Rasters.mosaic-Tuple{Function,%20Union{AbstractRaster,%20AbstractRasterStack},%20Vararg{Union{AbstractRaster,%20AbstractRasterStack}}}\"},{\"text\":\"crop\",\"link\":\"/api#Rasters.crop\"},{\"text\":\"extend\",\"link\":\"/api#Rasters.extend\"},{\"text\":\"trim\",\"link\":\"/api#Rasters.trim-Tuple{Union{AbstractRaster,%20AbstractRasterStack}}\"},{\"text\":\"resample\",\"link\":\"/api#Rasters.resample-Tuple\"},{\"text\":\"warp\",\"link\":\"/api#Rasters.warp-Tuple\"},{\"text\":\"classify\",\"link\":\"/api#Rasters.classify\"},{\"text\":\"mask\",\"link\":\"/api#Rasters.mask-Tuple{Any}\"},{\"text\":\"replace_missing\",\"link\":\"/api#Rasters.replace_missing-Tuple{Any}\"},{\"text\":\"modify\",\"link\":\"/api#DimensionalData.modify-Tuple{Any,%20AbstractRasterSeries}\"},{\"text\":\"read\",\"link\":\"/api#Base.read-Tuple{Union{AbstractRaster,%20AbstractRasterSeries,%20AbstractRasterStack}}\"},{\"text\":\"read!\",\"link\":\"/api#Base.read!-Tuple{AbstractRaster,%20AbstractArray}\"},{\"text\":\"open\",\"link\":\"/api#Base.open-Tuple{Function,%20AbstractRaster}\"},{\"text\":\"write\",\"link\":\"/api#Base.write-Tuple{AbstractString,%20AbstractRasterSeries}\"}]}]},{\"text\":\"Tutorials\",\"items\":[{\"text\":\"Plotting\",\"collapsed\":true,\"items\":[{\"text\":\"Plots.jl\",\"link\":\"/tutorials/plotting\"},{\"text\":\"Makie.jl\",\"link\":\"/tutorials/plot_makie\"}]},{\"text\":\"Array Operations\",\"link\":\"/tutorials/array_operations\"},{\"text\":\"Spatial mean\",\"link\":\"/tutorials/spatial_mean\"},{\"text\":\"Reprojection and resampling\",\"link\":\"/tutorials/resample\"},{\"text\":\"Species Distribution Modelling\",\"link\":\"/tutorials/gbif_wflow\"}]},{\"text\":\"API\",\"link\":\"/api\"}],\"editLink\":{\"pattern\":\"https://github.com/rafaqz/Rasters.jl/edit/main/docs/src/:path\"},\"socialLinks\":[],\"footer\":{\"message\":\"Made with <a href=\\\"https://luxdl.github.io/DocumenterVitepress.jl/\\\" target=\\\"_blank\\\"><strong>DocumenterVitepress.jl</strong></a> <br>\",\"copyright\":\"© Copyright 2025. Released under the MIT License.\"}},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>

</body>
</html>
418 changes: 418 additions & 0 deletions v0.14.0/api.html

Large diffs are not rendered by default.

Binary file added v0.14.0/assets/aggregate_example.vPDkaGne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
391 changes: 391 additions & 0 deletions v0.14.0/assets/api.md.DKPgQY2Q.js

Large diffs are not rendered by default.

391 changes: 391 additions & 0 deletions v0.14.0/assets/api.md.DKPgQY2Q.lean.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions v0.14.0/assets/app.DESdrNiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/aus_trim.Dy0S3fw0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/boolmask_example.B6nOyO_A.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/bqcaujz.BEMMLBYp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/china_rasterized.kM95Jnlf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions v0.14.0/assets/chunks/@localSearchIndexroot.DewDXfpb.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions v0.14.0/assets/chunks/VPLocalSearchBox.C4pp72h8.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions v0.14.0/assets/chunks/framework.B5PEIasK.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions v0.14.0/assets/chunks/theme.RhZfOOTk.js

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/classify_example.D0ZS4s3g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/dlmcixl.BEz2b9t9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/dlxswwr.BsE3Kr89.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/duqyapn.BjE2G97N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/extend_example.DNJ4wwKN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/faxhnrd.2YhfOv1i.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/felifzg.CBXHLtqa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added v0.14.0/assets/gbemgkz.DI2ee96v.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cdf7723

Please sign in to comment.