Author Topic: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY  (Read 3456 times)

0 Members and 1 Guest are viewing this topic.

Offline VE2BYW

  • Member
  • *
  • Posts: 9
QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« on: July 31, 2024, 07:53:22 PM »
Hi
Near where i live, there is a University with a Weather station.
They accept to send me every 10 minutes a .cvs file with realtime data.

My question is: can this file be use by Weather Display software because i do not have a weather station.

Thank for the reply and sorry for ma very bad English.

Jean-Robert

Offline Mattk

  • Forecaster
  • *****
  • Posts: 2431
Re: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« Reply #1 on: July 31, 2024, 08:15:29 PM »
Do you mean a .CVS file or is that a .CSV file?

Offline VE2BYW

  • Member
  • *
  • Posts: 9
Re: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« Reply #2 on: August 01, 2024, 07:41:05 AM »
Hi

I mean a .cvs file contain all the variable data like Temp, humidity, wind speed, wind direction etc etc

Jean-Robert

Offline broadstairs

  • Forecaster
  • *****
  • Posts: 1112
Re: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« Reply #3 on: August 01, 2024, 08:04:53 AM »
Hi

I mean a .cvs file contain all the variable data like Temp, humidity, wind speed, wind direction etc etc

Jean-Robert

The question was is it a Comma Separated Values File (CSV) or as you have shown a CVS file which is completely different and I suspect cannot be imported into Weather Display.

Stuart
Ecowitt GW1003 with ultrasonic wind gauge, lightning sensor and PM2.5 sensor with Personal Weather Tablet as a console.

Offline DaleReid

  • Forecaster
  • *****
  • Posts: 2059
    • Weather at Eau Claire, WI
Re: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« Reply #4 on: August 01, 2024, 08:59:07 AM »
Boy, that would be nice to have WD look at a file that gets refreshed every period of time and accept that as data!

The closest thing I've run into is the Peet Brothers 2100 which has three types of output and just one works with WD.
I can't recall how long ago it was that I set one up but it works for reading the stream, not file, from the serial port from the Peet.  Not exactly what you want, but maybe there is some relatively 'light' programming that would look at the tile  you were sent, parse it into an acceptable stream.

Drivers are a MAJOR pain to write (for me, at least) but for some it  seems to be easier to do.  I  know that WeeWx has a bunch for stations and when I looked at the code it runs from 'relatively' simple to what the heck are they doing, especially when they use OOP techniques and stuff without a lot of comments in the code to tell you what and why they are doing it.

If you find a WD driver that does what  you want, or close, please let us  know.  Dale
ECWx.info
&
ECWx.info/t/index.php

Offline VE2BYW

  • Member
  • *
  • Posts: 9
Re: QUESTION ABOUT .CVS FILE AND WEATHER DISPLAY
« Reply #5 on: August 01, 2024, 01:34:57 PM »
Hi

The file is:

 a Comma Separated Values File (CSV)

JR

Offline pinto

  • Member
  • *
  • Posts: 8
Jozef

 

anything