Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to develop an application for weather forecasting. I have a file named as "gfs.t00z.pgrbf00". I want to read weather data from this file and populate my Database Server. Can anybody help with some C# class or com class to read data from this file? If possible I can send you the exact file through email. This file can be downloaded from Internet.
Posted

1 solution

Masood Naqvi wrote:
gfs.t00z.pgrbf00


You need to tell us what this is - if it is a third party temporary file, then you need to use some tool to read it, probably provided by the third party.
 
Share this answer
 
Comments
Masood Naqvi 10-Jun-10 6:52am    
GFS i.e. Global Forecasting System, it is a system which dumps binary data for Global weather forecast every 3 hourly on different resolutions. I need to read this file to populate my Database. How can I send you the file for your study? Please let me know. Thanks for your reply.
Abhinav S 10-Jun-10 7:27am    
Maybe you need to go through some documentation on the GFS website to solve your problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900