This app is a new and fun tool that lets you explore the paths of vessels in and around U.S. waters, look for patterns and trends by time, vessel type, and place, and it provides a simple and efficient way to download manageable-sized, area-specific, excerpts
To begin, clone this repository to your computer:
https://github.com/vannizhang/vessel-traffic.git
From the project's root directory, install the required packages (dependencies):
npm install
Now you can start the webpack dev server to test the app on your local machine:
# it will start a server instance and begin listening for connections from localhost on port 8080
npm run start
To build/deploye the app, you can simply run:
# it will place all files needed for deployment into the /build directory
npm run build
- ArcGIS Blog - Introducing the U.S. Vessel Traffic application from Living Atlas
- Access vessel traffic data
Find a bug or want to request a new feature? Please let us know by submitting an issue.