This is the frontend for the Cal BioScape Siting Tool, a web-based application for analyzing and visualizing biomass and circular economy resource data. It is built with Next.js.
The staging site for this project can be found at staging.calbioscape.org.
First, install the dependencies:
npm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
The Cal BioScape Siting Tool provides an interactive map interface to help users identify suitable locations for bioenergy and biomanufacturing facilities. It allows for the visualization of various data layers, analysis of siting constraints, and inventory assessment.