Skip to content

Plankton Aerosol Cloud ocean Ecosystem data merged with vessel routes and other relevant data

License

Notifications You must be signed in to change notification settings

gabboraron/PACEMapWithVesselRoute

 
 

Repository files navigation

Visualize the Connectivity Between Naval Vessel Routes and PACE

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:


Table of Contents

Introduction

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.

Features

  • 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.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/your-repo.git
    cd your-repo
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. 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">

Usage

  1. Run the Python script to generate the visualizations:

    python /RAWdata/save_as_image.py
  2. Open index.html in your web browser to view the interactive map and Juxtapose sliders.

Data Sources

  • 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

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Created with ❤️ @ NASA Space Apps Challange - Hungary by SpaceWatch.