google_maps_flutter
Um plugin Flutter para integrar o Google Maps em aplicativos iOS e Android.
image-satellite-visualizer
Um plugin Flutter para integrar o Google Maps em aplicativos iOS e Android.
v2.9.0O pacote fornece TextInputFormatter para TextField e TextFormField que formatam a entrada por uma máscara fornecida.
Uma biblioteca Dart para cálculos geodésicos e trigonométricos trabalhando com pontos e caminhos
Cliente SSH e SFTP para Flutter. Envolve a biblioteca iOS NMSSH e a biblioteca Android JSch.
{"sdk":"flutter"}^1.0.2^2.0.4^1.1.0^2.0.6^2.0.0^0.13.3^2.0.2^0.4.0-nullsafety.0{"git":{"url":"https://github.com/octaviomuller/flutter_ssh"}}^6.0.9{"sdk":"flutter"}^1.1.0^2.0.4Texto original em inglês. Visite o GitHub para a versão atual.
License github-languages-image github-language-count-image Issues forks github-repo-size-image
Project Logo
Liquid Galaxy as a meaningful presentation tool has a lot of information that can be displayed for diverse purposes like an educational tool, or for a monitoring system. With that in mind, the idea of the project is the real time visualization of satellite images that would be attached as layers of google earth, besides being able to have diverse information of the earth being graphically generated as storms, fires, masses of heat and water vapor, a synchronous earth visualization will allow for more complex interactions. From there, the entire application would be controlled through a script responsible for managing calls made to the satellite's external APIs (e.g. NASA API and Copernicus) that responses with the metadata necessary for the kml creation and a tablet application that would give the user control of which layers or information would like to be displayed and responsible for handling the API calls, manipulate KMLs and sending them to Liquid Galaxy through Bash scripts. The application’s front end will be developed with Flutter and the image selected by the user will be generated based on selected options.
Project Logo
To use all features avaiable on the app a Liquid Galaxy system is required.
For running the project locally, follow the commands:
flutter pub get
flutter run --no-sound-null-safety
After you install the application, the first screen you get is the dashboard where you can (right now) delete and create new images. To create a new image follow the steps:
Click the '+' floating action button
Select the API that you want to use (NASA, Copernicus or Sentinel Hub)
Set the date and coordinates or click the 'Get Locations' button to open google maps
For google maps click the polygon button to activate the coordinates selection
Tap on two locations at the map to generate a polygon with the selected area
Select the layer that you want to use
After the image preview is loaded, set the name and description
NASA: https://wiki.earthdata.nasa.gov/display/GIBS/GIBS+API+for+Developers
Sentinel Hub: https://www.sentinel-hub.com/develop/api/ogc/
Copernicus: https://scihub.copernicus.eu/userguide/OpenSearchAPI
Sentinel Hub Quotas
Both NASA and Copernicus have open APIs with no request limits