Skip to content

LiquidGalaxyLAB/Martian-Climate-Dashboard

Repository files navigation

Martian Climate Dashboard

Martian Climate Dashboard

License Top language Languages Repository size

Summary

About

Martian Climate Dashboard is a Flutter application for visualizing Martian climate data, including temperature, pressure, and other atmospheric parameters. The app supports data interpolation, AI insights, and interactive visualizations.

Getting Started

Before you begin, ensure you have Git and Flutter installed. See the Flutter documentation for setup instructions.

Clone the repository:

git clone https://github.com/LiquidGalaxyLAB/Martian-Climate-Dashboard.git
cd Martian-Climate-Dashboard

To run the app on a connected device or emulator:

flutter run

Building the App

To build a release APK:

flutter build apk

The APK will be located at build/app/outputs/flutter-apk/app-release.apk.

Testing

To run all unit and widget tests:

flutter test

Features

  • Visualize Martian climate data (temperature, pressure, etc.)
  • Interpolate and grid data for smooth visualizations
  • AI-powered insights for summary generation and answering user queries
  • Interactive UI for selecting parameters and date ranges

Usage

  1. Launch the app on your device or emulator.
  2. Select the climate variable and date range you want to visualize.
  3. Toggle grid lines and other visualization options as needed.
  4. Press "Visualize Data" to generate the visualization.
  5. Use the AI Insights feature to generate summaries or get answers to questions about the Martian climate.

Contributing

Contributions are welcome! Please open issues or pull requests for bug fixes, features, or documentation improvements.

  1. Fork the repository.
  2. Create your feature branch: git checkout -b feature/YourFeature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/YourFeature
  5. Open a pull request.

License

This project is licensed under the MIT License.

About

Mohit Sharma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages