GithubHelp home page GithubHelp logo

agromet-scraper's Introduction

Agromet Scraper Build Status

Scraper para extraer datos desde http://agromet.inia.cl/estaciones.php

El scraper almacena (y carga) las estaciones en el archivo stations.json. Este archivo contiene el id, nombre y coordenadas de cada estación. En la primera ejecución genera stations.json con:

$ ./agromet-scraper -upd

El scraper recupera tres variables:

  • temperatura del aire
  • humedad relativa
  • velocidad del viento

Las mediciones de cada estación se almacenan en un archivo JSON con nombre igual al id de la estación (por ejemplo 25-inia.json para la estación Butalcura).

Puedes obtener los datos de una estación para un rango de fechas, indicando el id de la estación:

$ ./agromet-scraper -station=25-inia -from=13-01-2018 -to=13-01-2018

o pasar el flag all para descargar los datos de todas las estaciones en stations.json:

$ ./agromet-scraper -all -from=13-01-2018 -to=13-01-2018 -wt=30s

El parámetro wt indica al scraper cuánto debe esperar entre cada request (por defecto 1 minuto).

agromet-scraper's People

Contributors

jriquelme avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.