diff --git a/dev/reference/api/index.html b/dev/reference/api/index.html index 4d5f644..c36494c 100644 --- a/dev/reference/api/index.html +++ b/dev/reference/api/index.html @@ -927,25 +927,25 @@
Base.Filesystem.rm
Base.convert
SpaceLiDAR.angle!
SpaceLiDAR.bounds
SpaceLiDAR.bounds
SpaceLiDAR.bounds
SpaceLiDAR.classify
SpaceLiDAR.download
SpaceLiDAR.download
SpaceLiDAR.download!
SpaceLiDAR.download!
SpaceLiDAR.info
SpaceLiDAR.info
SpaceLiDAR.info
SpaceLiDAR.info
SpaceLiDAR.instantiate
SpaceLiDAR.isvalid
SpaceLiDAR.netrc!
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.points
SpaceLiDAR.search
SpaceLiDAR.shift
SpaceLiDAR.sync
points(g::ICESat_Granule{:GLAH14}, step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
@@ -1133,7 +1133,7 @@ ICESatICESat-2¶
@@ -1142,7 +1142,7 @@ ICESat-2classify(granule::ICESat2_Granule{:ATL03}, atl08::Union{ICESat2_Granule{:ATL08},Nothing} = nothing, tracks = icesat2_tracks)
Like points(::ICESat2_Granule{:ATL03})
but with the classification from the ATL08 dataset. If an ATL08 granule is not provided, we try to find it based on the ATL03 name using convert
.
-
+
#
SpaceLiDAR.points
— Method.
points(g::ICESat2_Granule{:ATL03}, tracks=icesat2_tracks; step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
@@ -1239,7 +1239,7 @@ ICESat-2points(g::ICESat2_Granule{:ATL06}, tracks=icesat2_tracks, step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
@@ -1324,7 +1324,7 @@ ICESat-2points(g::ICESat2_Granule{:ATL08}; tracks=icesat2_tracks, step=1, canopy=false, ground=true, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
@@ -1440,7 +1440,7 @@ ICESat-2points(g::ICESat2_Granule{:ATL12}, tracks=icesat2_tracks)
@@ -1501,7 +1501,7 @@ ICESat-2GEDI¶
@@ -1514,7 +1514,7 @@ GEDI&par
Warning
This opens the .h5 file to read all tracks, so it is very slow.
-
+
diff --git a/dev/reference/granules/index.html b/dev/reference/granules/index.html
index 66247a8..ad10fc1 100644
--- a/dev/reference/granules/index.html
+++ b/dev/reference/granules/index.html
@@ -927,33 +927,33 @@ Granulesrm(granule::Granule)
Remove the file associated with granule
from the local filesystem.
-
+
#
SpaceLiDAR.download
— Function.
Like download
, but for a vector of granules
.
-
+
#
SpaceLiDAR.download
— Function.
Download the file associated with granule
to the folder
, from an http(s) location if it doesn't already exists locally. Returns a new granule. See download!
for a mutating version.
Will require credentials (netrc) which can be set with netrc!
.
-
+
#
SpaceLiDAR.download!
— Function.
Like download!
, but for a vector of granules
. Will make use of aria2c (parallel).
-
+
#
SpaceLiDAR.download!
— Function.
Download the file associated with granule
to the folder
, from an http(s) location if it doesn't already exists locally.
Will require credentials (netrc) which can be set with netrc!
.
-
+
#
SpaceLiDAR.sync
— Function.
sync(folder::AbstractString, all::Bool=false; kwargs...)
@@ -969,31 +969,31 @@ Granulessync(::Symbol, folders, all)
instead.
When all
is false (the default), sync will search only for granules past the date of the latest granule found in folders
. If true, it will search for all granules. Note that ICESat granules are not timestamped, so sync will try to download all ICESat granules not yet present, regardless of this setting.
Any kwargs...
are passed to the search
function. This enables sync to only download granules within a certain extent, for example.
-
+
#
SpaceLiDAR.ICESat_Granule
— Type.
A granule of the ICESat product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
-
+
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. The name is built up as follows: ATL03[yyyymmdd][hhmmss][ttttccss][vvvrr].h5. See section 1.2.5 in the user guide.
-
+
#
SpaceLiDAR.ICESat2_Granule
— Type.
A granule of the ICESat-2 product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
-
+
#
Base.convert
— Method.
Converts the granule g
to the product product
, by guessing the correct name.
-
+
#
SpaceLiDAR.bounds
— Method.
bounds(granule::ICESat2_Granule)
@@ -1007,25 +1007,25 @@ Granulesjulia> bounds(g)
g = ICESat2_Granule()
-
+
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. The name is built up as follows: ATL03_[yyyymmdd][hhmmss]_[ttttccss]_[vvv_rr].h5
. See section 1.2.5 in the user guide.
-
+
#
SpaceLiDAR.GEDI_Granule
— Type.
A granule of the GEDI product product
. Normally created automatically from either find
, granule_from_file
or granules_from_folder
.
-
+
#
SpaceLiDAR.info
— Method.
Derive info based on the filename. This is built up as follows: GEDI02_A_2019110014613_O01991_T04905_02_001_01.h5
or in case of v"2": GEDI02_A_2019242104318_O04046_01_T02343_02_003_02_V002.h5
. See section 2.4 in the user guide.
-
+
diff --git a/dev/reference/search/index.html b/dev/reference/search/index.html
index ca4d7dc..4dfbda2 100644
--- a/dev/reference/search/index.html
+++ b/dev/reference/search/index.html
@@ -928,7 +928,7 @@ Searchsearch(:GEDI02_A, "002") # searches *all* GEDI v2 granules
Search granules for a given mission and bounding box.
-
+
diff --git a/dev/reference/utilities/index.html b/dev/reference/utilities/index.html
index 9699350..2e6a3f7 100644
--- a/dev/reference/utilities/index.html
+++ b/dev/reference/utilities/index.html
@@ -927,37 +927,37 @@ Utilitiesangle!(table)
Sets the angle
column in table
as returned from points
. See angle
for details.
-
+
#
SpaceLiDAR.shift
— Method.
Shift longitude
and latitude
with distance
in [m] in direction angle
, where North is 0°. Returns a tuple of the shifted coordinates: (longitude, latitude)
. Useful for offsetting SpaceLiDAR points to the left or right of the track, in combination with angle
.
-
+
#
SpaceLiDAR.to_egm2008!
— Method.
Converts ellipsoid heights to geoid heights using the EGM2008 geoid model. Assumes a table as generated from points
with columns :latitude
, :longitude
, and :height
. Will overwrite the :height
column with the geoid height.
-
+
<a id='SpaceLiDAR.instantiate-Union{Tuple{T}, Tuple{Vector{T}, AbstractString}} where T<:SpaceLiDAR.Granule' href='#SpaceLiDAR.instantiate-Union{Tuple{T}, Tuple{Vector{T}, AbstractString}} where T<:SpaceLiDAR.Granule'>#
SpaceLiDAR.instantiate
— Method.
For a given list of granules
from find
, match the granules to the local files and return a new list of granules with the local filepaths if they exist.
-
+
#
SpaceLiDAR.isvalid
— Method.
Checks if a granule is has a valid, local and non-corrupt .h5 file. Can be combined with rm(::Granule)
to remove invalid granules.
-
+
#
SpaceLiDAR.netrc!
— Method.
Writes/updates a .netrc file for ICESat-2 and GEDI downloads. A .netrc is a plaintext file containing your username and password for NASA EarthData and DAACs, and can be automatically used by Julia using Downloads
and tools like wget
, curl
among others.
-
+
diff --git a/dev/sitemap.xml b/dev/sitemap.xml
index 8539efd..68af0d0 100644
--- a/dev/sitemap.xml
+++ b/dev/sitemap.xml
@@ -2,72 +2,72 @@
https://www.evetion.nl/SpaceLiDAR.jl/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/changelog/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/guides/downloads/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/guides/tracks/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/reference/api/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/reference/data/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/reference/granules/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/reference/search/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/reference/utilities/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/topics/GEDI/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/topics/ICESat-2/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/topics/ICESat/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/tutorial/installation/
- 2024-03-01
+ 2024-03-03
daily
https://www.evetion.nl/SpaceLiDAR.jl/tutorial/usage/
- 2024-03-01
+ 2024-03-03
daily
\ No newline at end of file
diff --git a/dev/sitemap.xml.gz b/dev/sitemap.xml.gz
index b7e6405..ee1b261 100644
Binary files a/dev/sitemap.xml.gz and b/dev/sitemap.xml.gz differ