We can't make this file beautiful and searchable because it's too large.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Az,El,Ah,Av,Ag,Aa | |
-180.000000,0.000000,-30.000000,-23.005917,-22.000000,-16.644234 | |
-180.000000,1.000000,-30.000000,-22.497515,-22.000000,-16.660422 | |
-180.000000,2.000000,-30.000000,-21.994793,-22.000000,-16.709261 | |
-180.000000,3.000000,-30.000000,-21.497751,-22.000000,-16.791585 | |
-180.000000,4.000000,-30.000000,-21.006391,-22.000000,-16.908808 | |
-180.000000,5.000000,-30.000000,-20.520710,-22.000000,-17.062959 | |
-180.000000,6.000000,-30.000000,-20.040710,-22.000000,-17.256745 | |
-180.000000,7.000000,-30.000000,-19.566391,-22.000000,-17.493626 | |
-180.000000,8.000000,-30.000000,-19.097751,-22.000000,-17.777938 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Latitude | Longitude | SrNo | |
---|---|---|---|
28.57 | 34.22138889 | 1 | |
26.10916667 | 91.72194444 | 2 | |
13.03333333 | 80.25 | 3 | |
28.57916667 | 77.34333333 | 4 | |
22.66138889 | 88.4325 | 5 | |
17.35972222 | 78.43 | 6 | |
19.00388889 | 72.82722222 | 7 | |
20.29305556 | 85.85388889 | 8 | |
26.175 | 91.75694444 | 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ESP8266WiFi.h> | |
#include <ESP8266mDNS.h> | |
#include <ArduinoOTA.h> | |
#include <Firebase_ESP_Client.h> | |
#include <addons/TokenHelper.h> | |
#define HOSTNAME "DG_INDICATOR2" // Name of the | |
#define API_KEY "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"flag" | |
"fmt" | |
"io" | |
"log" | |
"net/http" |
OlderNewer