Skip to content

Releases: NCEAS/vegbank-web

vegbankweb-1.0.2

16 Apr 23:45

Choose a tag to compare

VegBank citations to DOIs for datasets are now working properly, where the Dataset is properly displayed with its DOI, citation, and proper copy behavior for the permalink and citation itself. All of the following URIs (and others) will now properly redirect to the correct dataset page:

Screenshot of new Dataset panel

image

What's Changed

  • Ensure citation html builder accepts dois with doi: prefix by @DarianGill in #218

Full Changelog: 1.0.1...1.0.2

vegbankweb-1.0.1

31 Mar 22:20
7c86fbb

Choose a tag to compare

What's Changed

Updates the vegbankr dependency to 1.0.0 and addresses the other notes raised by devtools::check().

Full Changelog: v1.0.0...v1.0.1

vegbankweb-1.0.0

28 Mar 02:30
2b4d0f8

Choose a tag to compare

logo_vegbank_leaves

VegBank Web: A Shiny Web App for Vegetation Plot Data

Darian Gill, Jim Regetz, Matthew B. Jones, Michael T. Lee, Matthew Brooke, Robert K. Peet (2026) VegBank Web: A Shiny Web App for Vegetation Plot Data. Version 1.0.0. VegBank. doi:10.82902/J1H59R

This package is a web access point for VegBank, the vegetation plot database of the Ecological Society of America's Panel on Vegetation Classification, hosted by the National Center for Ecological Analysis and Synthesis (NCEAS). You can find it running at vegbank.org.

VegBank contains vegetation plot and community data that supports the development of the U.S. National Vegetation Classification. As a VegBank API client, the 'vegbankweb' package supports browsing, searching, and inspecting vegetation plot records and other supporting information in the VegBank database.

VegBank in general, and the vegbankweb package in particular, are open source, community projects. We welcome contributions in many forms, including code, data, documentation, bug reports, testing, etc. Use the VegBank Discussions, or email help@vegbank.org to discuss these contributions with us.

The data shown in vegbankweb are also available for access with R via the vegbankr R package, and in other languages via the VegBank REST API. To upload data, request contributor permissions from the ESA Vegetation Classification Panel. Once your contributor role is granted, you will be able to upload new plot data with the vegbankr R package.

📝 Documentation

🌿 Related VegBank Ecosystem Components

These projects are architecturally independent, maintained in separate repositories, and follow their own development and deployment cycles.

VegBank API: The VegBank API service and database storage system.
vegbankr: The R package for querying, downloading, validating, and uploading vegetation plot records and other supporting information to/from the VegBank database.

What's Changed

Full Changelog: v0.4.0...v1.0.0

v0.4.0

24 Mar 22:00
38f8457

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

What's Changed

Assorted clean up work including:

  • Sourcing config from the package and overriding with r environ variable if desired
  • Restoring formatting html after escaping so we get normal readability in description fields (and test this)
  • Removing beta notice
  • Adding favicon (old logo)
  • Linking to vegbankr documentation
  • Linking to VegBank REST API
  • Adding a sentence about requesting contributor permissions
  • Adding back high res hero banner pictures
  • Updating readme contributors

PRs

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Mar 01:36
b0dcb42

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Jan 23:06
e31f822

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

What's Changed

This release:

  • Added two new detail views (for cover methods and stratum methods) that are linked from the plot observation detail panel
  • Added additional soil, disturbance, environmental, methods, location, layout, quality, vegetation, and miscellaneous details to the plot observation detail panel
  • Added some sorting capabilities to the tables (largely by vb.code, entity name, and observation/contribution/plot count)
  • Enabled filtering for the plot table based on plants, communities, parties, and projects using observation, contribution, or plot count links from those entities respectively
  • Made the map more manageable by adding a loading screen and shrinking the labels sizes to reduce clutter
  • Widened the detail panel by 5%, made it fullscreen on mobile, and placed it below the nav bar on desktop

Tables supported (No new tables, just new functionality):

  • Plot Observations (now filterable, sortable, and searchable)
  • Plant Concepts (now sortable and searchable)
  • Community Concepts (now sortable and searchable)
  • Parties (now sortable and searchable)
  • Projects (now sortable and searchable)

Detail views supported (Two new views and more detail for plot observations):

  • Stratum Method (new)
  • Cover Method (new)
  • Plot Observation (new details added)
  • Plant Concept (now has link to filter plot observation table)
  • Community Classification (now has link to filter plot observation table)
  • Community Concept (now has link to filter plot observation table)
  • Party (now has link to filter plot observation table)
  • Project (now has link to filter plot observation table)
  • Reference

PRs in this release:

Full Changelog: v0.1.0...v0.2.0

vegbankweb-0.1.0

18 Dec 21:25
a35d606

Choose a tag to compare

vegbankweb-0.1.0 Pre-release
Pre-release

What's Changed

This release marks the first "beta" version of vegbankweb, the web app designed to update and replace http://www.vegbank.org/. It is structured as an R package containing an R Shiny app, and pulls data from the vegbankr api to populate its views. The app minimizes the data load on server memory by using paginated ajax requests for tables, but still fetches all of the plots' locations for display on the map. App state is encoded to and read from the url, allowing users to link and bookmark particular views. Rows in the tables highlight when inspected to indicate what is being explored in the detail view.

Tables supported:

  • Plot Observations
  • Plant Concepts
  • Community Concepts
  • Parties
  • Projects

Detail views supported:

  • Plot Observation
  • Plant Concept
  • Community Classification
  • Community Concept
  • Reference
  • Party
  • Project

PRs in This Release:

New Contributors

Full Changelog: https://github.com/NCEAS/vegbank-web/commits/v0.1.0