This project visualizes the connectivity between naval vessel routes and PACE (Plankton, Aerosol, Cloud, ocean Ecosystem) data. The visualization helps in understanding the impact of naval routes on marine ecosystems.
More about the project:
This project aims to provide a visual representation of the connectivity between naval vessel routes and PACE data. By overlaying vessel routes on PACE data, we can analyze the potential impact of shipping lanes on marine ecosystems.
- Overlay vessel routes on PACE data maps.
- Overlay datacables on PACE data maps.
- Compare different time periods using Juxtapose sliders.
- Select and compare different datasets.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/your-repo.git cd your-repo
-
Install the required Python packages:
pip install -r requirements.txt
-
Install the required JavaScript libraries:
- Include Mapbox GL JS:
<script src="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.js"></script> <link href="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.css" rel="stylesheet" />
- Include Juxtapose:
<script src="https://cdn.knightlab.com/libs/juxtapose/latest/js/juxtapose.min.js"></script> <link rel="stylesheet" href="https://cdn.knightlab.com/libs/juxtapose/latest/css/juxtapose.css">
- Include Mapbox GL JS:
-
Run the Python script to generate the visualizations:
python /RAWdata/save_as_image.py
-
Open
index.html
in your web browser to view the interactive map and Juxtapose sliders.
- PACE Data: Plankton, Aerosol, Cloud, ocean Ecosystem data from NASA.
- Vessel Routes: Global Shipping Lanes data from CIA.
- Underwater Data Cables
More detailed description in RAWdaata/README.md
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
Created with ❤️ @ NASA Space Apps Challange - Hungary by SpaceWatch.