Skip to content

Instantly share code, notes, and snippets.

View Balsalobre's full-sized avatar

Carlos Balsalobre Orenes Balsalobre

View GitHub Profile
<?php
/*********************************************************************************/
/* FUNCIÓN PARA DESCARGAR ARCHIVO CSV DONDE RECIBIMOS LOS DATOS DEL SATÉLITE */
/*********************************************************************************/
if($download) {
$file = file('https://firms.modaps.eosdis.nasa.gov/data/active_fire/viirs/csv/VNP14IMGTDL_NRT_Europe_24h.csv');
foreach($file as $k)