Skip to content

Commit

Permalink
Change name of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertson, Jess (Mineral Resources, Kensington) authored and Robertson, Jess (Mineral Resources, Kensington) committed Nov 18, 2015
1 parent 4d3d74c commit dc2aeca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The BoM, in it's wisdom, have made getting their geospatial data fairly difficul

To see this readme as an ipython notebook, check out https://github.com/jesserobertson/bomber/blob/master/examples/request_bom_data.ipynb

## Get it!

Easiest way is using pip: `pip install bomber`.

If you want to install by hand (using `python setup.py install`) you'll need [rasterio](https://github.com/mapbox/rasterio), [requests](https://github.com/kennethreitz/requests) and [numpy](https://github.com/numpy/numpy).

## Example usage

Check out the measurement/observation datasets that we have available:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
description-file = readme.md
description-file = README.md

0 comments on commit dc2aeca

Please sign in to comment.