Ben Best

Results 19 comments of Ben Best

Hi @MathewBiddle , I started fiddling with this in a fork [bbest/bio_data_guide](https://github.com/bbest/bio_data_guide/), but the Github Action isn't firing when I push commits to test it. If you give me privileges...

Hi @MathewBiddle, I should've forked from `ioos/bio_data_guide`, but did make considerable progress with a fully functional Quarto book (generating html/pdf/epub) that renders in 3.5 minutes with this pull request: https://github.com/MathewBiddle/bio_data_guide/pull/7

There's a slick little Chrome extension [CSVHub](http://theodi.org/blog/csvhub-github-diffs-for-csv-files) that will visualize the daff like differencing of a CSV from within Github: ![](http://bd7a65e2cb448908f934-86a50c88e47af9e1fb58ce0672b5a500.r32.cf3.rackcdn.com/uploads/assets/7f/3c/537f3c4b1f986a085f000010/Screen_Shot_2014-05-22_at_21.24.46.png)

Good one @sjackman! Here's my little play session with trying out this technique... ``` bash # add alias to git's config git config --global alias.diffcsv "diff --word-diff=color --word-diff-regex=[^,]+" # initialize...

By the way, pushing the test_csv repo created above to https://github.com/bbest/test_csv and viewing in Google Chrome with [CSVHub](https://chrome.google.com/webstore/detail/csvhub/dbemglgpbebafkibfncdpdmdikacingf) nicely renders the differences between the following csv commits: 1. **56515ac** initial...

The spatial bounding box selection via leaflet htmlwidget is similar in function to [raster::drawExtent](http://www.inside-r.org/packages/cran/raster/docs/drawExtent). Would love to also see some simple interactive subset/selection options with htmlwidgets, a la Shiny light...

Hi @jmckenna & @fils, I created a Quarto notebook in our [CalCOFI/workflows](https://github.com/CalCOFI/workflows) repo to generate the datasets `sitemap.xml` from this Google Sheet [Living program document: CalCOFI Data Inventory](https://docs.google.com/spreadsheets/d/1uhviF2ecfOqGaSbC_JE8B5jPRqqjMaFc9TNCK_m297c/edit?gid=1271784325#gid=1271784325) that @evsatt...

Hi @jmckenna & @fils, I just submitted the ODISCat entry here: - [catalogue.odis.org/view/3318](https://catalogue.odis.org/view/3318) California Cooperative Oceanic Fisheries Investigations All the steps to generate the spatialCoverage are detailed in the new...

> @bbest can you make a minor change to your [ODISCat entry](https://catalogue.odis.org/view/3318)? The `Datasource URL` should point to your catalogue home, not to the sitemap. Thanks @jmckenna! I was wondering...