68 research outputs found

    wetterdienst

    No full text
    Open weather data for humansIf you use this software, please cite it using these metadata

    wetterdienst

    No full text
    Open weather data for humansIf you use this software, please cite it using these metadata

    earthobservations/wetterdienst: Add RADOLAN support

    No full text
    add RADOLAN support change module and function naming in accordance with RADOLA

    earthobservations/wetterdienst: Extend DWDStationRequest to work with multiple parameters

    No full text
    extend DWDStationRequest to take multiple parameters as request add documentation at readthedocs.io [cli] Adjust methods to work with multiple parameter

    earthobservations/wetterdienst: Establish black codestyle, fix type casting, add tidy data option

    No full text
    establish code style black setup nox session that can be used to run black via nox -s black for one of the supported Python versions add option for data collection to tidy the DataFrame (properly reshape) with the "tidy_data" keyword and set it to be used as default fix integer type casting for cases with nans in the column/series fix humanizing of column names for tidy dat

    earthobservations/wetterdienst: Fix InfluxDB exports and increase efficiency and performance

    No full text
    InfluxDB export: Fix export in non-tidy format (#230). Thanks, @wetterfrosch! InfluxDB export: Use "quality" column as tag (#234). Thanks, @wetterfrosch! InfluxDB export: Use a batch size of 50000 to handle larger amounts of data (#235). Thanks, @wetterfrosch! Update radar examples to use wradlib>=1.9.0. Thanks, @kmuehlbauer! Change wherever possible column type to category Increase efficiency by downloading only historical files with overlapping dates if start_date and end_date are given Use periods dynamically depending on start and end date Fix inconsistency within 1 minute precipitation data where historical files have more columns Improve DWD PDF parser to extract quality information and select language. Also, add an example at example/dwd_describe_fields.py as well as respective documentation

    earthobservations/wetterdienst: Improve MOSMIX subsystem and various refactorings

    No full text
    CLI: Obtain "--tidy" argument from command line Extend MOSMIX support to equal the API of observations DWDObservationSites now filters for those stations which have a file on the server DWDObservationData now also takes an individual parameter independent of the pre-configured DWD datasets by using DWDObservationParameter or similar names e.g. "precipitation_height" Newly introduced coexistence of DWDObservationParameter and DWDObservationParameterSet to address parameter sets as well as individual parameters Imports are changed to submodule thus now one has to import everything from wetterdienst.dwd Renaming of time_resolution to resolution, period_type to period, several other relabel

    earthobservations/wetterdienst: Release 0.9.0

    No full text
    Large refactoring Make period type in DWDObservationData and cli optional Activate SQL querying again by using DuckDB 0.2.2.dev254. Thanks, @Mytherin! Fix coercion of integers with nans Fix problem with storing IntegerArrays in HDF Rename DWDStationRequest to DWDObservationData Add DWDObservationSites API wrapper to acquire station information Move discover_climate_observations to DWDObservationMetadata.discover_parameters Add PDF-based DWDObservationMetadata.describe_fields() Upgrade Docker images to Python 3.8.6 Move intermediate storage of HDF out of data collection Fix bug with date filtering for empty/no station data for a given parameter Radar data: Add non-RADOLAN data acquisitio

    earthobservations/wetterdienst: Fox 10minutes fileindex intervals

    No full text
    Fix 10minutes file index interval range by adding timezone informatio

    earthobservations/wetterdienst: Make use of common resolution and period

    No full text
    Create general Resolution and Period enumerations that can be used anywhere Create a full dataframe even if no values exist at requested time Add further attributes to the class structure Make dates timezone aware Restrict dates to isoforma
    corecore