GADM.jl

A Julia package for obtaining geographical data from the GADM dataset

MIT License

Stars
38
Committers
11

Bot releases are visible (Hide)

GADM.jl - v1.2.0 Latest Release

Published by github-actions[bot] 3 months ago

GADM v1.2.0

Diff since v1.1.2

Merged pull requests:

  • Add custom table type to store CRS (#69) (@eliascarv)

Closed issues:

  • Use geometry rather than geom (#50)
  • Non-existing country code should give clearer error (#56)
  • DataDeps warning when running get (#65)
GADM.jl - v1.1.2

Published by github-actions[bot] 5 months ago

GADM v1.1.2

Diff since v1.1.1

Merged pull requests:

  • Correct the usage of get in its docstring (#67) (@asinghvi17)
GADM.jl - v1.1.1

Published by github-actions[bot] 6 months ago

GADM v1.1.1

Diff since v1.1.0

Merged pull requests:

  • Create dependabot.yml (#57) (@yeesian)
  • Bump actions/cache from 1 to 3 (#58) (@dependabot[bot])
  • Bump actions/checkout from 2 to 3 (#59) (@dependabot[bot])
  • Bump codecov/codecov-action from 1 to 3 (#60) (@dependabot[bot])
  • Bump actions/checkout from 3 to 4 (#61) (@dependabot[bot])
  • Bump actions/cache from 3 to 4 (#62) (@dependabot[bot])
  • Bump codecov/codecov-action from 3 to 4 (#63) (@dependabot[bot])
  • Bump julia-actions/setup-julia from 1 to 2 (#64) (@dependabot[bot])
  • More helpful error message when a subregion is not found (#66) (@asinghvi17)
GADM.jl - v1.1.0

Published by github-actions[bot] over 1 year ago

GADM v1.1.0

Diff since v1.0.1

Closed issues:

  • ArchGDAL.jl is not building on GitHub Actions (#49)

Merged pull requests:

  • Update tests (#52) (@eliascarv)
  • Remove nightly and add stable (#53) (@eliascarv)
  • Add support for all GADM API versions (#54) (@eliascarv)
  • Remove unused dependencies (#55) (@eliascarv)
GADM.jl - v1.0.1

Published by github-actions[bot] almost 2 years ago

GADM v1.0.1

Diff since v1.0.0

Merged pull requests:

  • fix CI badge (#48) (@visr)
GADM.jl - v1.0.0

Published by github-actions[bot] over 2 years ago

GADM v1.0.0

Diff since v0.4.1

GADM.jl - v0.4.1

Published by github-actions[bot] over 2 years ago

GADM v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Fix subregions search (#47) (@ClaroHenrique)
GADM.jl - v0.4.0

Published by github-actions[bot] over 2 years ago

GADM v0.4.0

Diff since v0.3.0

Closed issues:

  • Getting lower level regions (e.g. all counties of the US) (#40)

Merged pull requests:

  • Add depth parameter (#46) (@ClaroHenrique)
GADM.jl - v0.3.0

Published by github-actions[bot] over 2 years ago

GADM v0.3.0

Diff since v0.2.4

Merged pull requests:

  • MassInstallAction: Install the CompatHelper workflow on this repository (#44) (@meggart)
  • bump compatability for ArchGDAL to 0.9 and GeoInterface to 1 (#45) (@rafaqz)
GADM.jl - v0.2.4

Published by github-actions[bot] almost 3 years ago

GADM v0.2.4

Diff since v0.2.2

Closed issues:

  • GADM is down... and maybe the error could be more informative. (#41)
  • Set ENV["DATADEPS_ALWAYS_ACCEPT"] = true in init() (#42)

Merged pull requests:

  • CompatHelper: bump compat for ArchGDAL to 0.8, (keep existing compat) (#43) (@github-actions[bot])
GADM.jl - v0.2.2

Published by github-actions[bot] about 3 years ago

GADM v0.2.2

Diff since v0.2.1

Closed issues:

  • Update to ArchGDAL.jl v0.7 (#37)

Merged pull requests:

  • Remove ArchGDAL.Table (#39) (@zerefwayne)
GADM.jl - v0.2.1

Published by github-actions[bot] over 3 years ago

GADM v0.2.1

Diff since v0.2.0

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#34) (@visr)
  • MassInstallAction: Install the Documenter workflow on this repository (#35) (@visr)
  • MassInstallAction: Install the CI workflow on this repository (#36) (@visr)
GADM.jl - v0.2.0

Published by github-actions[bot] almost 4 years ago

GADM v0.2.0

Diff since v0.1.0

Closed issues:

  • Write a README.md file with examples (#20)

Merged pull requests:

  • CompatHelper: add new compat entry for "Tables" at version "1.2" (#32) (@github-actions[bot])
GADM.jl - v0.1.0

Published by github-actions[bot] almost 4 years ago

GADM v0.1.0

Closed issues:

  • Explore open datasets of geographic borders (countries, states, cities) (#1)
  • [Dataset] Download GADM Dataset using DataDeps.jl (#2)
  • [GPKG] Add function to process gpkg using ArchGDAL package (#4)
  • [Test] Add test suite for download.jl (#6)
  • Improve get() functionality (#10)
  • Postprocess Geopackage dataset into a tree (#11)
  • Replace ISO 3166-2 Alpha 3 to Alpha 2 codes (#12)
  • get function doesn't work (#16)
  • add tests to ensure polygons satisfy GeoInterface (#18)
  • Always return Multipolygon from get function (#23)

Merged pull requests:

  • [Download] Write script to fetch and extract geometric data (#3) (@zerefwayne)
  • [Test] Add test suite for download.jl (#5) (@zerefwayne)
  • Remove info log on download (#7) (@zerefwayne)
  • CompatHelper: add new compat entry for "DataDeps" at version "0.7" (#8) (@github-actions[bot])
  • Extract country polygon via get() function (#9) (@zerefwayne)
  • Remove Julia 1.0 from Travis and Update comments (#13) (@zerefwayne)
  • CompatHelper: add new compat entry for "ArchGDAL" at version "0.5" (#14) (@github-actions[bot])
  • [polygon] Improve get function to return geometry of any region (#15) (@zerefwayne)
  • Refactor and replace Geography=>GADM (#17) (@zerefwayne)
  • Add test to verify country boundaries (#19) (@zerefwayne)
  • Add Meshes test suite, polygon and coordinates function (#21) (@zerefwayne)
  • Cleanup code (#22) (@juliohm)
  • Force get() to return multipolygon and update tests (#24) (@zerefwayne)
  • CompatHelper: add new compat entry for "GeoInterface" at version "0.5" (#25) (@github-actions[bot])