-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from evetion/feat/v2
- Loading branch information
Showing
41 changed files
with
1,087 additions
and
744 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,5 @@ scripts | |
/temp | ||
/output | ||
/data | ||
/src/old | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,41 @@ | ||
name = "SpaceLiDAR" | ||
uuid = "29bf0bfc-420f-4fa5-b441-811fd9e6e11d" | ||
authors = ["Maarten Pronk", "Deltares"] | ||
version = "0.1.6" | ||
version = "0.2.0" | ||
|
||
[deps] | ||
AWSCore = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598" | ||
AWSS3 = "1c724243-ef5b-51ab-93f4-b0a88ac62a95" | ||
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | ||
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | ||
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6" | ||
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" | ||
GeoArrays = "2fb1d81b-e6a0-5fc5-82e6-8e06903437ab" | ||
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f" | ||
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" | ||
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" | ||
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" | ||
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5" | ||
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" | ||
LazIO = "c3605908-9f0f-11e8-0a72-0d361c15a277" | ||
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce" | ||
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | ||
Proj = "c94c279d-25a6-4763-9509-64d165bea63e" | ||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | ||
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" | ||
StarTIN = "152385ed-0447-47b3-b417-bbbf3d580ece" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
||
[compat] | ||
AWSCore = "^0.6" | ||
AWSS3 = "^0.8, 0.9, 0.10" | ||
CSV = "^0.8, 0.9, 0.10" | ||
CategoricalArrays = "^0.9, 0.10" | ||
DataFrames = "1.3" | ||
Distances = "^0.10" | ||
FillArrays = "^0.11, 0.12, 0.13" | ||
GeoArrays = "^0.7.1" | ||
GeoDataFrames = "^0.2.1, 0.3" | ||
GeoInterface = "1" | ||
HDF5 = "^0.15, 0.16" | ||
HTTP = "0.9, 1" | ||
ImageFiltering = "^0.6, 0.7" | ||
JSON = "^0.21" | ||
LazIO = "^0.3" | ||
NearestNeighbors = "^0.4" | ||
PolygonOps = "^0.1" | ||
ProgressMeter = "^1.4" | ||
Proj = "1" | ||
RecipesBase = "^1.1" | ||
StarTIN = "^0.1" | ||
StaticArrays = "^0.12, 1" | ||
TableOperations = "1.2" | ||
Tables = "^1.4" | ||
julia = "^1.6" | ||
|
||
[extras] | ||
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[targets] | ||
test = ["Test"] | ||
test = ["Test", "DataFrames"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block announce %} | ||
<!-- Add announcement here, including arbitrary HTML --> | ||
The newly released v0.2.0 is a *breaking* release. Please see the <a | ||
href="/SpaceLiDAR.jl/stable/changelog/">changelog</a> for | ||
details. | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Downloading | ||
|
||
As shown in [Tutorial: Search for data](../tutorial/usage.md#search-for-data), it is easy to find data. Downloading the data might be harder though, | ||
especially when downloading a large amount of granules or even mirroring a complete DAAC. | ||
Indeed, the Julia [`download!`](@ref) won't work in parallel, nor will it resume downloads or show its progress. | ||
In such cases it's useful to export a list of granules to a text file and use an external download tool: | ||
|
||
```julia | ||
granules = find(:ICESat2, "ATL08") | ||
SpaceLiDAR.write_granule_urls!("atl08_world.txt", granules) | ||
``` | ||
|
||
In my case, I use [aria2c](https://aria2.github.io/manual/en/html/aria2c.html). | ||
Note that downloading from the granule urls require a EarthData login, | ||
normally setup in an .netrc file (also see [`netrc!`](@ref)). | ||
```bash | ||
aria2c -c -i atl08_world.txt | ||
``` | ||
|
||
Once finished, one can again [`instantiate`](@ref) the list of granules with the folder to which all files have been downloaded. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,3 @@ | |
|
||
```@index | ||
``` | ||
|
||
```@autodocs | ||
Modules = [SpaceLiDAR] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Data | ||
|
||
## ICESat | ||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["GLAH06.jl", "GLAH14.jl"] | ||
``` | ||
|
||
## ICESat-2 | ||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["ATL03.jl", "ATL06.jl", "ATL08.jl", "ATL12.jl"] | ||
``` | ||
|
||
## GEDI | ||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["L2A.jl"] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Granules | ||
|
||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["granule.jl", "ICESat/ICESat.jl", "ICESat-2/ICESat-2.jl", "GEDI/GEDI.jl"] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Search | ||
|
||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["search.jl"] | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Utilities | ||
|
||
```@autodocs | ||
Private = false | ||
Modules = [SpaceLiDAR] | ||
Pages = ["geom.jl", "geoid.jl", "utils.jl"] | ||
``` |
Oops, something went wrong.
927aa8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
927aa8c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/68763
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: