GADM.jl icon indicating copy to clipboard operation
GADM.jl copied to clipboard

A Julia package for obtaining geographical data from the GADM dataset

Results 3 GADM.jl issues
Sort by recently updated
recently updated
newest added

```julia GADM.get("JPN") # first run ``` yields a warning: ``` ┌ Warning: Checksum not provided, add to the Datadep Registration the following hash line │ hash = "a7d0955dfd9215d6b21cff3f5b7bf09b02c3b64290e7b6ac1b357b7789f45e03" └ @...

enhancement
help wanted
good first issue

GeoInterface.jl defaults to tables using `geometry` as the geometry column name. It would be nice if GADM.jl tables just worked in e.g. Rasters.jl without manually specifying the geometry column or...

enhancement
help wanted
good first issue

When I use a wrong country code in the get function I get a cryptic 404 HTTP error and I think it would be helpful to give a more descriptive...

enhancement
help wanted
good first issue