Skip to content

Commit

Permalink
Add packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion committed Oct 25, 2024
1 parent 22782b5 commit af879e9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 23 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
name = "JuliaGeo"
uuid = "4f75c4cc-f146-4713-b1b1-9323cfc49fb1"
authors = ["JuliaGeo contributors"]
version = "1.0.0-DEV"
version = "0.0.1"

[deps]
Extents = "411431e0-e8b7-467b-b5e0-f676ba4f2910"
GeoDataFrames = "62cb38b5-d8d2-4862-a48e-6a340996859f"
GeoFormatTypes = "68eda718-8dee-11e9-39e7-89f7f65f511f"
GeoInterface = "cf35fbd7-0cd7-5166-be24-54bfbe79505f"
GeoJSON = "61d90e0f-e114-555e-ac52-39dfb47a3ef9"
GeometryOps = "3251bfac-6a57-4b6d-aa61-ac1fef2975ab"
Rasters = "a3a2b9e3-a471-40c9-b274-f788e487c689"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Shapefile = "8e980c4a-a4fe-5da2-b3a7-4b4b0353a2f4"
WellKnownGeometry = "0f680547-7be7-4555-8820-bb198eeb646b"

[compat]
Extents = "0.1"
GeoDataFrames = "0.3"
GeoFormatTypes = "0.4"
GeoInterface = "1"
GeoJSON = "0.8"
GeometryOps = "0.1"
Rasters = "0.12"
Reexport = "1.2"
Shapefile = "0.13"
WellKnownGeometry = "0.2"
julia = "1.10"

[extras]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGeo.github.io/JuliaGeo.jl/dev/)
[![Build Status](https://github.com/JuliaGeo/JuliaGeo.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaGeo/JuliaGeo.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaGeo/JuliaGeo.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaGeo/JuliaGeo.jl)

A meta package for the JuliaGeo ecosystem.

0 comments on commit af879e9

Please sign in to comment.