Skip to content

Commit

Permalink
Merge pull request #82 from CliMA/wyujie
Browse files Browse the repository at this point in the history
Last v0.2 stable release before switching to v0.3
  • Loading branch information
Yujie-W authored Oct 25, 2024
2 parents 846c745 + e3d5df0 commit 5a100c9
Show file tree
Hide file tree
Showing 42 changed files with 652 additions and 2,444 deletions.
2 changes: 0 additions & 2 deletions .vscode/settings.json

This file was deleted.

16 changes: 16 additions & 0 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3926,6 +3926,22 @@ lazy = true
sha256 = "f2721677acb9f59c496d977fe791845a68f4fbd673a3e32b0394dc9b88f62af2"
url = "ftp://fluo.gps.caltech.edu/XYZT_GRIDDING_MACHINE/artifacts/VCMAX_2X_1Y_V2.tar.gz"

[VCMAX_CESM_1X_1M_V3]
git-tree-sha1 = "b9fb966710ea5c6bea9a199aeba9ae6ec5e5f5ec"
lazy = true

[[VCMAX_CESM_1X_1M_V3.download]]
sha256 = "9a3e74ac7fffe41e1f28ccdb5fb8a4e32924cd38eb45553355dcd823af485abe"
url = "ftp://fluo.gps.caltech.edu/XYZT_GRIDDING_MACHINE/artifacts/VCMAX_CESM_1X_1M_V3.tar.gz"

[VCMAX_CESM_LUNA_1X_1M_V3]
git-tree-sha1 = "b614687f228f2b0ce24dd95cfbe937ad91463dc5"
lazy = true

[[VCMAX_CESM_LUNA_1X_1M_V3.download]]
sha256 = "5b0af275aad1a9be0b55620878c7ea536734ddd7605a9a3e00f78196982363ec"
url = "ftp://fluo.gps.caltech.edu/XYZT_GRIDDING_MACHINE/artifacts/VCMAX_CESM_LUNA_1X_1M_V3.tar.gz"

[WD_2X_1Y_V1]
git-tree-sha1 = "72dc41b21595c6c5802c6867846d1258bc1c2e27"
lazy = true
Expand Down
10 changes: 0 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,22 @@ authors = ["Yujie Wang"]
version = "0.2.10"

[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
NetcdfIO = "6a36f34d-89cf-423a-87c4-84549e82f670"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PolygonInbounds = "e4521ec6-8c1d-418e-9da2-b3bc4ae105d6"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Conda = "1.5.2"
DocStringExtensions = "0.8.5, 0.9.0"
HTTP = "0.9.14, 1.0.5"
JSON = "0.21.2"
NetcdfIO = "0.2.6"
ProgressMeter = "1.7.1"
PyCall = "1.92.3"
julia = "1.7"
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GriddingMachine = "f20cf718-bf4d-4727-bc8f-485b1f283ac6"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ format = Documenter.HTML(
# build the docs
makedocs(
sitename = "GriddingMachine",
format = format,
checkdocs = :none,
clean = false,
format = format,
modules = [GriddingMachine],
pages = pages,
);
Expand Down
7 changes: 0 additions & 7 deletions docs/src/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,10 @@ Collector.sync_collections!
Indexer.lat_ind
Indexer.lon_ind
Indexer.read_LUT
Indexer.read_LUT(fn::String, FT::DataType)
Indexer.read_LUT(fn::String, cyc::Int, FT::DataType)
Indexer.read_LUT(fn::String, lat::Number, lon::Number, res::Number, FT::DataType)
Indexer.read_LUT(fn::String, lat::Number, lon::Number, FT::DataType)
Indexer.read_LUT(fn::String, lat::Number, lon::Number, cyc::Int, res::Number, FT::DataType)
Indexer.read_LUT(fn::String, lat::Number, lon::Number, cyc::Int, FT::DataType)
```


## Requestor
```@docs
Requestor.request_LUT
Requestor.request_LUT(artname::String, lat::Number, lon::Number, cyc::Int)
```
9 changes: 0 additions & 9 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,3 @@ using GriddingMachine.Indexer: read_LUT;
data = read_LUT(file);
@show data;
```

Here is a preview of the data.

```@example preview
using Plots;
ENV["GKSwstype"] = "100";
heatmap(data[1]')
```
22 changes: 0 additions & 22 deletions log_files/missing_files.log

This file was deleted.

Loading

2 comments on commit 5a100c9

@Yujie-W
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/118098

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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:

git tag -a v0.2.10 -m "<description of version>" 5a100c9ced70278b8d0bb3c639183d14032f2864
git push origin v0.2.10

Please sign in to comment.