clean_metadata_meteo: Meteorological metadata cleaning

View source: R/clean_metadata_meteo.R

clean_metadata_meteoR Documentation

Meteorological metadata cleaning

Description

Internal function for meteorological metadata cleaning

Usage

clean_metadata_meteo(address, rank = "synop", interval = "hourly")

Arguments

address

URL address of the metadata file

rank

stations' rank

interval

temporal interval

Examples


  my_add = paste0("https://danepubliczne.imgw.pl/data/dane_pomiarowo_obserwacyjne/",
                  "dane_meteorologiczne/dobowe/synop/s_d_format.txt")
  climate:::clean_metadata_meteo(address = my_add, rank = "synop", interval = "hourly")



climate documentation built on Aug. 9, 2022, 5:08 p.m.