diff --git a/src/components/blog/blogpostsDetails.json b/src/components/blog/blogpostsDetails.json index 7a7959c8..3d5a257a 100644 --- a/src/components/blog/blogpostsDetails.json +++ b/src/components/blog/blogpostsDetails.json @@ -1,4 +1,17 @@ [ + { + "url": "https://david-brochart.medium.com/create-your-own-layers-in-jupytergis-cbb995a89b16", + "title": "Create your own layers in JupyterGIS", + "image": "img/blogposts/Create-layers-JupyterGIS.png", + "summary": "JupyterGIS-tiler is a JupyterGIS extension that lets you use a notebook to process your (Xarray) data and make it available as raster tiles, so that it can be visualized in JupyterGIS.", + "date": "June 25, 2025", + "authors": "David Brochart", + "imageID": "blogpost-image-134", + "imageNaturalWidth": 1400, + "imageNaturalHeight": 681, + "imageRenderedWidth": 273, + "imageRenderedHeight": 132.8 + }, { "url": "https://blog.jupyter.org/c-in-jupyter-interpreting-c-in-the-web-c9d93542f20b", "title": "C++ in Jupyter — Interpreting C++ in the Web", diff --git a/static/img/blogposts/Create-layers-JupyterGIS.png b/static/img/blogposts/Create-layers-JupyterGIS.png new file mode 100644 index 00000000..41c9f6af Binary files /dev/null and b/static/img/blogposts/Create-layers-JupyterGIS.png differ