Blitzortung.org Data Archive
JSON Data Archive


The JSON data archive contains the impact data calculated by blitzortug.org in text data files. The container directories contain sub-directories named by the date and time of the lightning strikes in UTC times. Each data file contains impact positions of 10 minutes. The hours are divided into 10 minute intervals. Each line of these files consists of one variable coded in "JSON" (JavaScript Object Notation) format. Older files are only available as zgip files.

C{container}/{year}/{month}/{day}/{hour}/{10minutes}.json

The

Example: The file

C1/2024/08/21/09/10.json

contains the data calculated in container 1 (for region 1, Europe 1) on August 21, 2024 between 9:10.000000000 and 9.19.999999999 UTC.

Each line of the data files contains one JSON codes variable with the following members:

the members of the JSON variable
name description
timetimestamp in nanoseconds since midnight on January 1, 1970
latlatitude in degrees (decimal)
lonlongitude in degrees (decimal)
altaltitude above sea level in meters
polpolarity, -1 or +1
mdsmaximum deviation range in nanoseconds
mcgsmallest all-covering sector in degrees (example: 210 degrees = the detectors are in a sector of 150 degrees from the impact location)
statusstatus (optional)
sigarray of signals involved

Each signal of the sig array may have have the following members.

the members of the sig array
name description
stastation that has received the signal
timetime difference to the time of the lightning strike in nanoseconds
latlatitude of the detector in degree (decimal)
lonlongitude of the detector in degree (decimal)
altaltitude of the detector above sea level in meters
statusstatus of the signal (bit 1 = polarity negative, bit 2 = polarity positive, bit 3 = signal is used for the computation)

JSON Data Archive