diff --git a/_assets/minimal-mistakes/juliaclimatelogo.png b/_assets/minimal-mistakes/juliaclimatelogo.png new file mode 100644 index 0000000..76b779e Binary files /dev/null and b/_assets/minimal-mistakes/juliaclimatelogo.png differ diff --git a/index.html b/index.html index 74f8e3f..67f7f5c 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,22 @@
JuliaClimate is a community that collaborates on Julia packages and tools that are aimed at climate sciences (observations, models, and related topics).
+Drifters.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).
+INMET.jl provides a Julia API to access data from the Instituto Nacional de Metereologia (INMET).
+CDSAPI.jl provides a Julia API to the Climate Data Store (a.k.a. CDS).
+IndividualDisplacements.jl computes point displacements over a gridded domain. It is geared towards the analysis of Climate, Ocean, etc models (Arakawa C-grids are natively supported) and the simulation of material transports within the Earth System (e.g. plastics or planktons in the Ocean; dusts or chemicals in the Atmosphere).
+STAC.jl SpatioTemporal Asset Catalog (STAC) julia client.
GeoRegions.jl allows for easy extraction of geospatial data defined in polygonal bounds using the "GeoRegion" and "RegionInfo" types.