lhmet / inmetr

DEPRECATED A R-package to Import Historical Data from Brazilian Meteorological Stations
Other
20 stars 11 forks source link

Stations missing from inmetr::bdmep_meta #6

Open HemingNM opened 5 years ago

HemingNM commented 5 years ago

Some stations are not listed in inmetr::bdmep_meta dataset. The stations are missing from original file (http://www.inmet.gov.br/webcdp/climatologia/normais/imagens/normais/planilhas/Relac_Est_Meteo_NC.xls) as well, but they are listed at http://www.inmet.gov.br/sim/sonabra/index.php. The meteorological information is in BDMEP and can be downloaded through the package bypassing "all(id %in% inmetr::bdmep_meta$id)" in bdmep_import.

HemingNM commented 5 years ago

All station ids are recovered with function bdmep_coords(). This function could be used to check for correct ids, instead of using "bdmep_meta".

lhmet commented 5 years ago

Thanks, @HemingNM. I would be grateful if you could submit a pull request on this issue. Unfortunately, I can not solve this now. Your contribution will be very welcome.

HemingNM commented 5 years ago

Great! Pull request submitted. Best