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.
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
To build a release APK:
flutter build apk
The APK will be located at build/app/outputs/flutter-apk/app-release.apk
.
To run all unit and widget tests:
flutter test
- 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
- Launch the app on your device or emulator.
- Select the climate variable and date range you want to visualize.
- Toggle grid lines and other visualization options as needed.
- Press "Visualize Data" to generate the visualization.
- Use the AI Insights feature to generate summaries or get answers to questions about the Martian climate.
Contributions are welcome! Please open issues or pull requests for bug fixes, features, or documentation improvements.
- Fork the repository.
- Create your feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/YourFeature
- Open a pull request.
This project is licensed under the MIT License.