Skip to content

Another example #19

Description

@SoothingMist

Wanted to offer another example to those already available. This example is written in C++ and shows how to decode a record downloaded from bulk US Weather Service historical data (https://www.ncei.noaa.gov/access/search/data-search/global-summary-of-the-day). This example extracts and stores each element in a record so that it can be used in a larger application.

Attached is a VisualStudioExpress project. VSE is a free IDE available from Microsoft (https://visualstudio.microsoft.com/vs/community). However, the code is written in standard C++ so it should also build under Linux. It is an evolution of the example given in libcsv's documentation. The WeatherData directory contains a sample csv file.

Very glad to evolve this example based on community advice for the benefit of all. It is also the basis of new code being written for my own GitHub project (https://github.com/SoothingMist/Embeddable-Software-for-Irrigation-Control).
VisualStudioTest.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions