-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove rasterization functions (#296)
- Loading branch information
Showing
5 changed files
with
248 additions
and
248 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "EarthDataLab" | ||
uuid = "359177bc-a543-11e8-11b7-bb015dba3358" | ||
authors = ["Fabian Gans <[email protected]>"] | ||
version = "0.10.0" | ||
version = "0.11.0" | ||
|
||
[deps] | ||
CFTime = "179af706-886a-5703-950a-314cd64e0468" | ||
|
@@ -10,12 +10,10 @@ DiskArrayTools = "fcd2136c-9f69-4db6-97e5-f31981721d63" | |
DiskArrays = "3c3547ce-8d99-4f5e-a174-61eb10b00ae3" | ||
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" | ||
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" | ||
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f" | ||
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | ||
NetCDF = "30363a11-5582-574a-97bb-aa9a979735b9" | ||
OnlineStats = "a15396b6-48d5-5d58-9928-6d29437db91e" | ||
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" | ||
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4" | ||
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
|
@@ -28,16 +26,14 @@ CFTime = "0.1" | |
DiskArrayTools = "0.1" | ||
DiskArrays = "0.2, 0.3" | ||
FFTW = "1" | ||
GeoInterface = "0.4, 0.5, 1" | ||
NetCDF = "0.11" | ||
OnlineStats = "1" | ||
Polynomials = "1, 2.0, 3" | ||
Shapefile = "0.6, 0.7, 0.8" | ||
StatsBase = "0.32, 0.33" | ||
StatsBase = "0.32, 0.33, 0.34" | ||
Tables = "0.2, 1.0" | ||
WeightedOnlineStats = "0.5, 0.6" | ||
YAXArrays = "0.4" | ||
Zarr = "0.6.2, 0.7" | ||
Zarr = "0.9" | ||
julia = "1.6" | ||
|
||
[extras] | ||
|
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
Oops, something went wrong.
e2dd142
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
e2dd142
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/85195
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: