Skip to content

jataware/beak-er

 
 

Repository files navigation

Beak TA3 Tools in Beaker-Kernel

This is a basic Beaker-Kernel setup to install and run the Beak library.

First, download the data provided by the Beak team and unzip it. Put it at the top level of this repo in a directory called data. You should see data/BASE_RASTERS etc. This is ~14GB.

Next, run docker-compose up --build.

Once built you can navigate to localhost:8080 select the beak context and try running a snippet. They seemed to only provide data to run this example which runs but is unclear whether it produces the expected outputs.

Note that you need to change BASE_PATH = files("beak.data") to BASE_PATH = files("data"). They also have a broken import on line 9 of the first cell which needs to be from rasterio.enums import MergeAlg.

About

Contextually-aware notebooks with built-in AI assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.4%
  • Python 14.3%
  • TypeScript 14.0%
  • Vue 9.4%
  • JavaScript 0.8%
  • HTML 0.5%
  • Other 0.6%