Skip to content

Releases: wherobots/wherobots-examples

v2.1.10-preview

25 Feb 23:01
4403304

Choose a tag to compare

updating clouds info for mosaics (#126)

v1.11.24

25 Feb 23:01
4403304

Choose a tag to compare

updating clouds info for mosaics (#126)

converted-notebooks

03 Dec 23:30
4403304

Choose a tag to compare

updating clouds info for mosaics (#126)

v2.1.9-preview

11 Feb 18:21
1900a1e

Choose a tag to compare

Fixing the script so that lowercase slugs are generated, README is up…

v1.11.23

11 Feb 01:52
1900a1e

Choose a tag to compare

What's Changed

  • Adding fix for filenames sentence casing by @kadolor in #122
  • Revert "Adding fix for filenames sentence casing" by @kadolor in #123
  • Fixing the script so that lowercase slugs are generated, README is up… by @kadolor in #124

Full Changelog: v1.11.22...v1.11.23

v2.1.8-preview

05 Feb 01:55
a028a69

Choose a tag to compare

Show RasterFlow notebooks in docs navigation (#119)

* Show RasterFlow notebooks in docs navigation

* Add purple 'Private Preview' badge to generated MDX files

* Only add Private Preview badge to RasterFlow notebooks

* Trigger CI

* Trigger re-run

* Only add Private Preview badge to RasterFlow notebooks, not Raster_Inference

* Fix: Only RasterFlow notebooks link to Model Hub, not Raster_Inference

v1.11.22

05 Feb 01:56
a028a69

Choose a tag to compare

Show RasterFlow notebooks in docs navigation (#119)

* Show RasterFlow notebooks in docs navigation

* Add purple 'Private Preview' badge to generated MDX files

* Only add Private Preview badge to RasterFlow notebooks

* Trigger CI

* Trigger re-run

* Only add Private Preview badge to RasterFlow notebooks, not Raster_Inference

* Fix: Only RasterFlow notebooks link to Model Hub, not Raster_Inference

v2.1.7-preview

28 Jan 22:20
c8f30f1

Choose a tag to compare

Adding scripts to sync all notebooks aside from raster-inference (#115)

* Adding scripts to and sync notebooks aside from raster-inference

* fixing README

* adding fixes to README

* Removing Foregin Catalogs repo

* removing markdown file from README

* fixing readme

* chore: sync structure with CI

* Potential fix for code scanning alert no. 1: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* fixing readme

* adding new scripts so that notebooks render

* Added a top-level permissions: { contents: read } block to the workflow.

* Update notebook sync workflow to use Managed Storage and single notebook test

* Fix notebook to MDX conversion for Mintlify compatibility

- Rewrite convert_notebook_to_mdx.py to use nbconvert for proper output rendering
- Add sanitization to remove script/style tags and escape JSX special chars
- Fix execute_notebooks.py to use kernel_name=None for Wherobots runtime
- Add nbconvert>=7.0.0 and ipykernel dependencies to workflow

* Simplify notebook-to-MDX conversion workflow

- Remove notebook execution (no longer needed)
- Convert notebooks to MDX with source code only (no outputs)
- Exclude Raster_Inference notebooks automatically
- Convert filenames from underscores to dashes
- Add docs/ folder with mint.json and 26 MDX notebooks
- Auto-update Mintlify navigation on each conversion
- Organize notebooks into categories: Getting Started, Analyzing Data,
  RasterFlow, Reading and Writing Data, Open Data Connections, Scala

* Push MDX files to wherobots/docs repo instead of keeping locally

- Remove docs/ folder from wherobots-examples (MDX lives in wherobots/docs)
- Update workflow to checkout and push to wherobots/docs repo
- Place MDX files in tutorials/example-notebooks/ folder
- Update docs.json navigation under 'Spatial Analytics Tutorials' tab
- Requires DOCS_REPO_TOKEN secret with write access to wherobots/docs

* Add image handling to notebook-to-MDX conversion

- Copy local file images (./assets/img/...) to docs repo
- Extract embedded attachment images (base64) from notebooks
- Save images to tutorials/example-notebooks/images/
- Update image paths in MDX to absolute paths from docs root
- Prefix image filenames with notebook name to avoid collisions

* Skip header-logo images and remove description from frontmatter

* Handle HTML img tags in notebook conversion

* Hide RasterFlow notebooks in Mintlify navigation

* Remove Table of Contents sections from converted MDX

* Add Makefile for local notebook preview

* Use notebook language metadata for code block syntax highlighting

* Add Tip callout for running notebooks interactively

* Bold Wherobots Model Hub and Run Model in Notebook in Tip callout

* Update Tip callout text

* Add dynamic callouts for RasterFlow vs Wherobots Cloud notebooks

* Preserve curly braces in code blocks when sanitizing markdown for MDX

* Create PR instead of pushing directly to docs main branch

* Use commit SHA for unique branch names to avoid race conditions

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

v1.11.21

28 Jan 22:19
c8f30f1

Choose a tag to compare

Adding scripts to sync all notebooks aside from raster-inference (#115)

* Adding scripts to and sync notebooks aside from raster-inference

* fixing README

* adding fixes to README

* Removing Foregin Catalogs repo

* removing markdown file from README

* fixing readme

* chore: sync structure with CI

* Potential fix for code scanning alert no. 1: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

* fixing readme

* adding new scripts so that notebooks render

* Added a top-level permissions: { contents: read } block to the workflow.

* Update notebook sync workflow to use Managed Storage and single notebook test

* Fix notebook to MDX conversion for Mintlify compatibility

- Rewrite convert_notebook_to_mdx.py to use nbconvert for proper output rendering
- Add sanitization to remove script/style tags and escape JSX special chars
- Fix execute_notebooks.py to use kernel_name=None for Wherobots runtime
- Add nbconvert>=7.0.0 and ipykernel dependencies to workflow

* Simplify notebook-to-MDX conversion workflow

- Remove notebook execution (no longer needed)
- Convert notebooks to MDX with source code only (no outputs)
- Exclude Raster_Inference notebooks automatically
- Convert filenames from underscores to dashes
- Add docs/ folder with mint.json and 26 MDX notebooks
- Auto-update Mintlify navigation on each conversion
- Organize notebooks into categories: Getting Started, Analyzing Data,
  RasterFlow, Reading and Writing Data, Open Data Connections, Scala

* Push MDX files to wherobots/docs repo instead of keeping locally

- Remove docs/ folder from wherobots-examples (MDX lives in wherobots/docs)
- Update workflow to checkout and push to wherobots/docs repo
- Place MDX files in tutorials/example-notebooks/ folder
- Update docs.json navigation under 'Spatial Analytics Tutorials' tab
- Requires DOCS_REPO_TOKEN secret with write access to wherobots/docs

* Add image handling to notebook-to-MDX conversion

- Copy local file images (./assets/img/...) to docs repo
- Extract embedded attachment images (base64) from notebooks
- Save images to tutorials/example-notebooks/images/
- Update image paths in MDX to absolute paths from docs root
- Prefix image filenames with notebook name to avoid collisions

* Skip header-logo images and remove description from frontmatter

* Handle HTML img tags in notebook conversion

* Hide RasterFlow notebooks in Mintlify navigation

* Remove Table of Contents sections from converted MDX

* Add Makefile for local notebook preview

* Use notebook language metadata for code block syntax highlighting

* Add Tip callout for running notebooks interactively

* Bold Wherobots Model Hub and Run Model in Notebook in Tip callout

* Update Tip callout text

* Add dynamic callouts for RasterFlow vs Wherobots Cloud notebooks

* Preserve curly braces in code blocks when sanitizing markdown for MDX

* Create PR instead of pushing directly to docs main branch

* Use commit SHA for unique branch names to avoid race conditions

---------

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>

v1.11.20

26 Jan 19:51
v1.11.20
1695652

Choose a tag to compare