File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name = " SpeciesDistributionsToolkit "
1+ name = " SpeciesDistributionToolkit "
22uuid = " 72b53823-5c0b-4575-ad0e-8e97227ad13b"
33authors = [" Timothée Poisot <timothee.poisot@umontreal.ca>" ]
44version = " 0.0.1"
Original file line number Diff line number Diff line change 1- # SpeciesDistributionsToolkit
1+ # SpeciesDistributionToolkit
22
3- ` SpeciesDistributionsToolkit .jl` is a few different packages wearing a trench coat, and the
3+ ` SpeciesDistributionToolkit .jl` is a few different packages wearing a trench coat, and the
44end result is a toolkit meant to deal with (surprise!) species distribution data.
55Specifically, the goal of these packages put together is to provide a consistent way to
66handle occurrence data, put them on a map, and make it interact with environmental
@@ -20,7 +20,7 @@ version number.
2020[ mnrp ] : https://monorepo.tools/
2121
2222Note that the packages * do* work indepently as well, but they are now * designed* to work
23- together. In particular, when installing ` SpeciesDistributionsToolkit ` , you get access to
23+ together. In particular, when installing ` SpeciesDistributionToolkit ` , you get access to
2424all the functions and types exported by the component packages.
2525
2626## Current component packages
Original file line number Diff line number Diff line change 1- module SpeciesDistributionsToolkit
1+ module SpeciesDistributionToolkit
22
33# We make ample use of re-export
44using Reexport
@@ -21,4 +21,4 @@ include("integrations/datasets_layers.jl")
2121# Integrate GBIF to the layers
2222include (" integrations/gbif_layers.jl" )
2323
24- end # module SpeciesDistributionsToolkit
24+ end # module SpeciesDistributionToolkit
You can’t perform that action at this time.
0 commit comments