Skip to content

Commit

Permalink
No longer reexporting GeoRegions for now while the ecosystem is unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Jan 2, 2025
1 parent dfdd3e9 commit 5d747e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
name = "RegionGrids"
uuid = "ecebd26c-3930-4a82-94f6-9df2a191b288"
authors = ["Nathanael Wong <[email protected]>"]
version = "0.0.1"
version = "0.0.2"
desc = "Extracting and Subsetting Gridded Data for a given Geographical Region"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
GeoRegions = "b001f823-fa75-4bff-bf55-6610c8f3688a"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
GeoRegions = "^7"
Reexport = "1"
Dates = "1"
GeoRegions = "7"
julia = "^1.10"

[extras]
Expand Down
4 changes: 1 addition & 3 deletions src/RegionGrids.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ module RegionGrids

## Modules Used
using Dates
using GeoRegions
using Logging

import Base: show

using Reexport
@reexport using GeoRegions

## Exporting the following functions:
export
RegionGrid,
Expand Down

0 comments on commit 5d747e3

Please sign in to comment.