Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# grib
GRIB is a WMO format for gridded data. Grib Reader helps to read grib data and various operations like plotting grib data, pointing data on spacifice lat long possition, export grib data etc.
# GribReader

GRIB is a WMO format for gridded data. Grib Reader helps to read all type of grib data and perform various operations like plotting grib data, pointing data on spacifice lat-long possition, export grib data, compair multiple girb file data etc.

## Getting Started

### Prerequisites

### Installing


## Built With

* [pygrib](https://github.com/jswhit/pygrib) - Grib lib
* [basemap](https://matplotlib.org/basemap/) - Matplotlib basemap lib
* [tkinter](https://docs.python.org/2/library/tkinter.html) - For GUI development

## Contributing


## Authors

* **Nikhil Dhandre** - *Initial work* - [PurpleBooth](https://github.com/digitronik)

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

## License

This project is licensed under the GNU License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments