[omaha] Anyone use Python to access weather data?

Wes Turner wes.turner at gmail.com
Wed Oct 7 18:48:17 CEST 2015


On Oct 7, 2015 9:25 AM, "LEA via Omaha" <omaha at python.org> wrote:
>
>
> I am trying to find access method to collect weather and disaster data
from NOAA.  Anyone doing this?

http://www.reddit.com/r/Python/comments/1i573f/my_76_year_old_meteorology_professor_wants_to_try/
( https://westurner.org/redditlog/#comment/cb1sj1x )

* https://github.com/Unidata/netcdf4-python
* https://github.com/xray/xray
* https://github.com/xray/xray/blob/master/README.rst#why-netcdf

here's OCEAN data with netCDF and Python:

* http://polar.ncep.noaa.gov/waves/examples/usingpython.shtml

here are the NOAA datasets:

* http://www.ncdc.noaa.gov/data-access
* http://www.data.gov/climate/
*
http://catalog.data.gov/dataset?groups=climate5434&#topic=climate_navigation

pandas and NOAA data:

* http://earthpy.org/pandas-basics.html

- [ ] a pandas DataReader for NOAA data would be helpful (and could likely
reduce ETL operator error)

* http://pandas.pydata.org/pandas-docs/stable/remote_data.html
* https://github.com/pydata/pandas/blob/master/pandas/io/data.py
* https://github.com/pydata/pandas-datareader

http://www.globalgoals.org/ :

#gg2
#gg12
#gg13
#gg15

> Douglas Schumann
>
> > On Oct 7, 2015, at 5:00 AM, omaha-request at python.org wrote:
> >
> > Send Omaha mailing list submissions to
> >    omaha at python.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >    https://mail.python.org/mailman/listinfo/omaha
> > or, via email, send a message with subject or body 'help' to
> >    omaha-request at python.org
> >
> > You can reach the person managing the list at
> >    omaha-owner at python.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Omaha digest..."
> >
> >
> > Today's Topics:
> >
> >   1. Re: This month's meeting? (Steve Young)
> >   2. Re: This month's meeting? (Wes Turner)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Tue, 6 Oct 2015 09:43:18 -0500
> > From: Steve Young <wereapwhatwesow at gmail.com>
> > To: Omaha Python Users Group <omaha at python.org>
> > Subject: Re: [omaha] This month's meeting?
> > Message-ID:
> >    <CAFGSzzhb8C9mEMP9gJC-5vvw6UvtsiqhThEARs7_c6Fd8Fmn-g at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> > Thanks for the reminder Hubert.
> >
> > Wes - are you offering to present?  We did not select a topic at last
> > months' meeting, so this month is available.
> >
> > We usually skip the December meeting, so we have October and November to
> > schedule.
> >
https://docs.google.com/spreadsheets/d/1aKKLL2RFRxotkOFgyOxLZ5gIrNQfi4c7BaUxt9Borrw/edit?usp=sharing
> >
> >
> > Steve
> >
> > On Mon, Oct 5, 2015 at 10:17 PM, Wes Turner via Omaha <omaha at python.org>
> > wrote:
> >
> >> thinking about preparing Jupyter notebooks in [Python, /bin/sh] to
learn
> >> about shell quoting and ways to wrap execve.
> >>
> >> resources:
> >>
> >> * Python and shell quoting: [...]
> >>
> >>
https://github.com/westurner/dotfiles/commit/7f24aa652a43ae7c09c6bc5b1d0f8a39d4421879#commitcomment-13605967
> >> * f-strings and temptation
> >> *
> >>
> >> from
> >> * https://westurner.org/tools/#nbconvert
> >> * https://wrdrd.com/docs/tools/#nbconvert
> >> :
> >>
> >>> RISE does live reveal.js notebook presentations
> >>>
> >>> https://github.com/damianavila/RISE
> >>
> >> is there like a GitHub README.rst with links to past/potential/future
> >> presentations?
> >>
> >> http://kit.pyladies.com/en/latest/talks/beginner.html
> >> On Oct 5, 2015 10:02 PM, "Hubert Hickman via Omaha" <omaha at python.org>
> >> wrote:
> >>
> >>> Is there a speaker topic/place for this month's meeting?  My "oh I
should
> >>> update TechOmaha alarm has gone off".
> >>>
> >>> Hubert
> >>> _______________________________________________
> >>> Omaha Python Users Group mailing list
> >>> Omaha at python.org
> >>> https://mail.python.org/mailman/listinfo/omaha
> >>> http://www.OmahaPython.org
> >> _______________________________________________
> >> Omaha Python Users Group mailing list
> >> Omaha at python.org
> >> https://mail.python.org/mailman/listinfo/omaha
> >> http://www.OmahaPython.org
> >
> >
> > ------------------------------
> >
> > Message: 2
> > Date: Tue, 6 Oct 2015 18:00:46 -0500
> > From: Wes Turner <wes.turner at gmail.com>
> > To: Omaha Python Users Group <omaha at python.org>
> > Subject: Re: [omaha] This month's meeting?
> > Message-ID:
> >    <CACfEFw-dDHFzoHYZAQsvH-UdP9CxvE6fpCrTS_YymnvmAn4Ubg at mail.gmail.com>
> > Content-Type: text/plain; charset=UTF-8
> >
> >> On Oct 6, 2015 9:43 AM, "Steve Young via Omaha" <omaha at python.org>
wrote:
> >>
> >> Thanks for the reminder Hubert.
> >>
> >> Wes - are you offering to present?  We did not select a topic at last
> >> months' meeting, so this month is available.
> >>
> >> We usually skip the December meeting, so we have October and November
to
> >> schedule.
> >
https://docs.google.com/spreadsheets/d/1aKKLL2RFRxotkOFgyOxLZ5gIrNQfi4c7BaUxt9Borrw/edit?usp=sharing
> >
> > sure. October or November would be fine.
> >
> >>
> >>
> >> Steve
> >>
> >> On Mon, Oct 5, 2015 at 10:17 PM, Wes Turner via Omaha <omaha at python.org
>
> >> wrote:
> >>
> >>> thinking about preparing Jupyter notebooks in [Python, /bin/sh] to
learn
> >>> about shell quoting and ways to wrap execve.
> >>>
> >>> resources:
> >>>
> >>> * Python and shell quoting: [...]
> >
https://github.com/westurner/dotfiles/commit/7f24aa652a43ae7c09c6bc5b1d0f8a39d4421879#commitcomment-13605967
> >>> * f-strings and temptation
> >>> *
> >>>
> >>> from
> >>> * https://westurner.org/tools/#nbconvert
> >>> * https://wrdrd.com/docs/tools/#nbconvert
> >>> :
> >>>
> >>>> RISE does live reveal.js notebook presentations
> >>>>
> >>>> https://github.com/damianavila/RISE
> >>>
> >>> is there like a GitHub README.rst with links to past/potential/future
> >>> presentations?
> >>>
> >>> http://kit.pyladies.com/en/latest/talks/beginner.html
> >>> On Oct 5, 2015 10:02 PM, "Hubert Hickman via Omaha" <omaha at python.org>
> >>> wrote:
> >>>
> >>>> Is there a speaker topic/place for this month's meeting?  My "oh I
> > should
> >>>> update TechOmaha alarm has gone off".
> >>>>
> >>>> Hubert
> >>>> _______________________________________________
> >>>> Omaha Python Users Group mailing list
> >>>> Omaha at python.org
> >>>> https://mail.python.org/mailman/listinfo/omaha
> >>>> http://www.OmahaPython.org
> >>> _______________________________________________
> >>> Omaha Python Users Group mailing list
> >>> Omaha at python.org
> >>> https://mail.python.org/mailman/listinfo/omaha
> >>> http://www.OmahaPython.org
> >> _______________________________________________
> >> Omaha Python Users Group mailing list
> >> Omaha at python.org
> >> https://mail.python.org/mailman/listinfo/omaha
> >> http://www.OmahaPython.org
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > Omaha mailing list
> > Omaha at python.org
> > https://mail.python.org/mailman/listinfo/omaha
> >
> >
> > ------------------------------
> >
> > End of Omaha Digest, Vol 103, Issue 3
> > *************************************
> _______________________________________________
> Omaha Python Users Group mailing list
> Omaha at python.org
> https://mail.python.org/mailman/listinfo/omaha
> http://www.OmahaPython.org


More information about the Omaha mailing list