google_maps_flutter
iOS 및 Android 애플리케이션에 Google Maps를 통합하기 위한 Flutter 플러그인입니다.
image-satellite-visualizer
iOS 및 Android 애플리케이션에 Google Maps를 통합하기 위한 Flutter 플러그인입니다.
v2.9.0이 패키지는 주어진 마스크로 입력을 형식화하는 TextField 및 TextFormField용 TextInputFormatter를 제공합니다.
점과 경로를 사용하여 지구측량 및 삼각 측량 계산을 수행하는 Dart 라이브러리
Flutter용 SSH 및 SFTP 클라이언트입니다. iOS 라이브러리 NMSSH와 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.4아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
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