Skip to content

AnthonyYao7/WindTurbineSpacialDataVisualizer

Repository files navigation

Wind Turbine Location Visualizer

Wind Turbine Location Visualizer is a web application that visualizes wind turbine locations across the United States. Users can select any region inside the US using a rectangle tool, and the application will provide data for wind turbines within the selected region.

Features

  • Draw a rectangle on the map to select a region inside the US.
  • View wind turbine data for the selected region.
  • The application will only consider the region if at least one point is inside the US.
  • Error message will be displayed if all points of the region are outside of the US.
  • Error message will be displayed if there are no wind turbines in the selected region.

Getting Started

These instructions will get you a copy of the project up and running locally.

Building from Source

Prerequisites

  • Node.js
  • C++ compiler
  • Boost >= 1.75.0
  • CMake
  1. Clone the repository
git clone https://github.com/AnthonyYao7/Group81HoldThe1_COP3530_P3.git
  1. Navigate into the project directory
  2. Build using CMake
  3. Run npm run build
  4. Done

Running

  1. Download a release for your OS
  2. cd /App/ApplicationMain
  3. ./AppMain
  4. A browser window should pop up with our app running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published