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 @@

API referenceBase.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
  • diff --git a/dev/reference/data/index.html b/dev/reference/data/index.html index 974408f..d1204bc 100644 --- a/dev/reference/data/index.html +++ b/dev/reference/data/index.html @@ -1042,7 +1042,7 @@

    ICESat
    points(g::ICESat_Granule{:GLAH14}, step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
    @@ -1133,7 +1133,7 @@ 

    ICESatICESat-2

    @@ -1142,7 +1142,7 @@

    ICESat-2
    classify(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.

    -

    source

    +

    source

    # SpaceLiDAR.pointsMethod.

    points(g::ICESat2_Granule{:ATL03}, tracks=icesat2_tracks; step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
    @@ -1239,7 +1239,7 @@ 

    ICESat-2
    points(g::ICESat2_Granule{:ATL06}, tracks=icesat2_tracks, step=1, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
    @@ -1324,7 +1324,7 @@ 

    ICESat-2
    points(g::ICESat2_Granule{:ATL08}; tracks=icesat2_tracks, step=1, canopy=false, ground=true, bbox::Union{Nothing,Extent,NamedTuple} = nothing)
    @@ -1440,7 +1440,7 @@ 

    ICESat-2
    points(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.

    -

    source

    +

    source


      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 @@

      Granules
      rm(granule::Granule)
       

    Remove the file associated with granule from the local filesystem.

    -

    source

    +

    source

    # SpaceLiDAR.downloadFunction.

    download(granules::Vector{<:Granule}, folder=".")
     

    Like download, but for a vector of granules.

    -

    source

    +

    source

    # SpaceLiDAR.downloadFunction.

    download(granule::Granule, folder=".")
     

    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!.

    -

    source

    +

    source

    # SpaceLiDAR.download!Function.

    download!(granules::Vector{<:Granule}, folder=".")
     

    Like download!, but for a vector of granules. Will make use of aria2c (parallel).

    -

    source

    +

    source

    # SpaceLiDAR.download!Function.

    download!(granule::Granule, folder=".")
     

    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!.

    -

    source

    +

    source

    # SpaceLiDAR.syncFunction.

    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.

    -

    source

    +

    source

    # SpaceLiDAR.ICESat_GranuleType.

    ICESat_Granule{product} <: Granule
     

    A granule of the ICESat product product. Normally created automatically from either find, granule_from_file or granules_from_folder.

    -

    source

    +

    source

    # SpaceLiDAR.infoMethod.

    info(g::ICESat_Granule)
     

    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.

    -

    source

    +

    source

    # SpaceLiDAR.ICESat2_GranuleType.

    ICESat2_Granule{product} <: Granule
     

    A granule of the ICESat-2 product product. Normally created automatically from either find, granule_from_file or granules_from_folder.

    -

    source

    +

    source

    # Base.convertMethod.

    Base.convert(product::Symbol, g::ICESat2_Granule{T})
     

    Converts the granule g to the product product, by guessing the correct name.

    -

    source

    +

    source

    # SpaceLiDAR.boundsMethod.

    bounds(granule::ICESat2_Granule)
    @@ -1007,25 +1007,25 @@ 

    Granules
    julia> bounds(g)
     g = ICESat2_Granule()
     

    -

    source

    +

    source

    # SpaceLiDAR.infoMethod.

    info(g::ICESat2_Granule)
     

    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.

    -

    source

    +

    source

    # SpaceLiDAR.GEDI_GranuleType.

    GEDI_Granule{product} <: Granule
     

    A granule of the GEDI product product. Normally created automatically from either find, granule_from_file or granules_from_folder.

    -

    source

    +

    source

    # SpaceLiDAR.infoMethod.

    info(g::GEDI_Granule)
     

    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.

    -

    source

    +

    source

    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.

    -

    source

    +

    source

    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 @@

    Utilities
    angle!(table)
     

    Sets the angle column in table as returned from points. See angle for details.

    -

    source

    +

    source

    # SpaceLiDAR.shiftMethod.

    shift(longitude, latitude, angle, distance)
     

    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.

    -

    source

    +

    source

    # SpaceLiDAR.to_egm2008!Method.

    to_egm2008!(table)
     

    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.

    -

    source

    +

    source

    <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.instantiateMethod.

    instantiate(granules::Vector{::Granule}, folder::AbstractString)
     

    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.

    -

    source

    +

    source

    # SpaceLiDAR.isvalidMethod.

    isvalid(g::Granule)
     

    Checks if a granule is has a valid, local and non-corrupt .h5 file. Can be combined with rm(::Granule) to remove invalid granules.

    -

    source

    +

    source

    # SpaceLiDAR.netrc!Method.

    netrc!(username, password)
     

    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.

    -

    source

    +

    source

    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