Notas
| There are 12 files with extension .tar.gz that are archived (.tar) and compressed (.gz) data for each month of the year 2003. These files need to be extracted in the same folder. Inside each file there are one image per minute with format .svg. There are two other .svg images out of the compressed files, they are the background image for the world map, called imagen_fondo.svg, and another image for the color bar, called barra_colores.svg.
There are three other files that are used to display the data in a browser, they are called index.html, script.js and styles.css.
In order to be able to display the images, first you need to extract each of the monthly files. Check after the extraction there is a folder with the number of the month and inside the number of the month there is a folder for each day of the month and finally inside each of these day-folder there are the images for each minute of the day. For example, be sure the structure is similar to 01/16/imagen_200301162147.svg for the image of the 16th of January 2003 at 21:47 and there is no extra folders created after the extraction, for example this would not work: 01/01/16/imagen_200301162147.svg.
After the extraction, you need to open the index.html file with an internet browser. |