Skip to content

Commit

Permalink
Update Actions with Lychee and GitHub Token (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
  • Loading branch information
3 people committed Jan 7, 2024
1 parent 6454f40 commit b2999ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically generated
python: true
docstrings: true
markdown: true
spelling: true
links: false
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Welcome to the Ultralytics open-source Earth observation repository! This space is dedicated to showcasing software designed by Ultralytics, illustrating the power of Machine Learning (ML) in geospatial analysis and observation. To discover a range of our innovative projects, head over to our website: [Ultralytics Projects](http://www.ultralytics.com).

[![Ultralytics Actions](https://github.com/ultralytics/magellan/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/magellan/actions/workflows/format.yml)

# 🌍 Project Description

The [Ultralytics Magellan Project](https://github.com/ultralytics/magellan) is at the forefront of integrating ML with Earth observation. It allows for ML-powered insights derived from geospatial data to be viewed and interacted with on platforms such as Google Maps and WebGL Earth, bringing a new dimension to data visualization and analysis.
Expand All @@ -25,13 +27,14 @@ To utilize the Magellan software, various methods are available depending on you

1. For a general overview of functionalities and navigation:

```matlab
% After setting up the MATLAB environment as per the requirements:
% Add your example code here with comments explaining each step
```
```matlab
% After setting up the MATLAB environment as per the requirements:
% Add your example code here with comments explaining each step
```

2. For advanced configurations and custom runs:
- Please don't hesitate to reach out for more detailed instructions tailored to your needs.

- Please don't hesitate to reach out for more detailed instructions tailored to your needs.

🖼️ Visualization Preview:

Expand Down

0 comments on commit b2999ee

Please sign in to comment.