Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
eliascarv committed Oct 9, 2023
1 parent b3ff9ba commit c34118b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "GeoDatasets"
name = "GeoArtifacts"
uuid = "2a3f1dca-97a5-4513-bfd8-b69f0106a87e"
authors = ["Elias Carvalho <eliascarvdev@gmail.com> and contributors"]
version = "0.1.0"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GeoDatasets.jl
# GeoArtifacts.jl

[![Build Status](https://github.com/JuliaEarth/GeoDatasets.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaEarth/GeoDatasets.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaEarth/GeoDatasets.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaEarth/GeoDatasets.jl)
[![Build Status](https://github.com/JuliaEarth/GeoArtifacts.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaEarth/GeoArtifacts.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaEarth/GeoArtifacts.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaEarth/GeoArtifacts.jl)

Julia package to load geospatial datasets from different databases.
Julia package for loading geospatial artifacts, e.g. datasets, from different databases.
2 changes: 1 addition & 1 deletion src/GeoDatasets.jl → src/GeoArtifacts.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module GeoDatasets
module GeoArtifacts

using GeoIO
using Meshes
Expand Down
4 changes: 2 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using GeoDatasets
using GeoArtifacts
using Meshes
using Test

@testset "GeoDatasets.jl" begin
@testset "GeoArtifacts.jl" begin
# @testset "gadm" begin
# gtb = gadm("SVN", depth=1, ϵ=0.04)
# @test length(gtb.geometry) == 12
Expand Down

2 comments on commit c34118b

@eliascarv
Copy link
Member 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/93107

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.1.0 -m "<description of version>" c34118b1583ceb84bbfb66b500ddb0189b2b9a38
git push origin v0.1.0

Please sign in to comment.