Skip to content

Find fishing spots, get weather forecasts, and track marine fishes with IoT Device Integration and Geospatial Analysis

License

Notifications You must be signed in to change notification settings

cosierlabs/geomapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoMapper

Build Status Build Status License

Note

Our capstone project is still in progress in development. This is still not working well and we are addressing some challenges. You can also watch the Admin Panel side of our Project at kaizenics/geomapper-admin

GitHub Forking and Pull Requests

Forking a Repository

  1. Go to the repository you want to contribute to on GitHub.
  2. Click on the "Fork" button at the top right corner of the page.

Cloning the Forked Repository

  1. Clone the forked repository to your local machine using:
    git clone https://github.com/kaizenics/geomapper.git
    
  2. Navigate into the repository's directory:
    cd geomapper
    

Creating a New Branch

  1. Create a new branch to make your changes
    git checkout -b branch_name
    

Making Changes

  1. Make the necessary changes in your code.
  2. Test your changes to ensure they work as expected.

Committing and Pushing Changes

  1. Add your changes:
    git add .
    
  2. Commit your changes:
    git commit -m "feat: Description of changes"
    
  3. Push your changes to the forked repository:
    git push origin branch-name
    

Creating a Pull Request

  1. Go to your forked repository on GitHub.
  2. Click on the "Compare & pull request" button.
  3. Provide a clear title and description for your pull request.
  4. Submit the pull request.

About

Find fishing spots, get weather forecasts, and track marine fishes with IoT Device Integration and Geospatial Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published