Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vannizhang/vessel-traffic
A fun tool that lets you explore the paths of vessels in and around U.S. waters
https://github.com/vannizhang/vessel-traffic
arcgis-js-api arcgis-online living-atlas vector-tiles
Last synced: 3 months ago
JSON representation
A fun tool that lets you explore the paths of vessels in and around U.S. waters
- Host: GitHub
- URL: https://github.com/vannizhang/vessel-traffic
- Owner: vannizhang
- Created: 2020-03-25T17:03:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T13:52:31.000Z (3 months ago)
- Last Synced: 2024-10-06T10:43:25.312Z (3 months ago)
- Topics: arcgis-js-api, arcgis-online, living-atlas, vector-tiles
- Language: CSS
- Homepage: https://livingatlas.arcgis.com/vessel-traffic/
- Size: 5.28 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# U.S. Vessel Traffic
This [app](https://livingatlas.arcgis.com/vessel-traffic/) 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
![App](./public/thumbnail.png)
## Installing
To begin, clone this repository to your computer:```sh
https://github.com/vannizhang/vessel-traffic.git
```From the project's root directory, install the required packages (dependencies):
```sh
npm install
```## Running the app
Now you can start the webpack dev server to test the app on your local machine:```sh
# it will start a server instance and begin listening for connections from localhost on port 8080
npm run start
```## Deployment
To build/deploye the app, you can simply run:```sh
# it will place all files needed for deployment into the /build directory
npm run build
```## Resources
- [ArcGIS Blog - Introducing the U.S. Vessel Traffic application from Living Atlas](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/data-management/introducing-the-u-s-vessel-traffic-application-from-living-atlas/)
- [Access vessel traffic data](https://www.arcgis.com/home/group.html?id=b094a38a8ebe4017b8f41cc7b0f6be22#overview)## Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.