Skip to content

Commit 56b8755

Browse files
asinghvi17claude
andauthored
feat: add geospatial Julia packages to rocker-rpyjl (#130)
Install the core JuliaGeo ecosystem packages along with plotting and data-handling packages into the rocker-rpyjl image so the Julia side ships with geospatial support out of the box (grouped by role — interfaces, geometry ops, vector I/O, raster/gridded data, tabular, plotting): GeoInterface, GeoFormatTypes, Extents, GeometryOps, LibGEOS, ArchGDAL, GeoDataFrames, Shapefile, GeoJSON, GeoParquet, Rasters, NCDatasets, ZarrDatasets, GRIBDatasets, DataFrames, CSV, Plots, Makie, CairoMakie. Resurrects #74 (closed as stale), rebased on current master. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3e78e95 commit 56b8755

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rocker-rpyjl/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM ghcr.io/geocompx/rocker-rpy
22
RUN /rocker_scripts/install_julia.sh
33
RUN R -e "install.packages('JuliaCall')"
4+
RUN julia -e 'using Pkg; Pkg.add(["GeoInterface", "GeoFormatTypes", "Extents", "GeometryOps", "LibGEOS", "ArchGDAL", "GeoDataFrames", "Shapefile", "GeoJSON", "GeoParquet", "Rasters", "NCDatasets", "ZarrDatasets", "GRIBDatasets", "DataFrames", "CSV", "Plots", "Makie", "CairoMakie"])'

0 commit comments

Comments
 (0)