Earth Sciences & Environment Librarian
University of Colorado Boulder
WAML San Diego 2018
Phil White, WAML 2018
Text
Phil White, WAML 2018
Phil White, WAML 2018
Phil White, WAML 2018
Image: wikimedia
Phil White, WAML 2018
Library: Collection of functions/methods that you can call up without having to write code from scratch.
Numpy: math, stats
xml: working with xml
Pandas: working with tabular data
Requests: calling URLs
API (Application Programming Interface): Method of data exchange.
Script: A series of commands that you run to automate tasks. Python is a scripting language.
Phil White, WAML 2018
(still learning)
Phil White, WAML 2018
...but so much more!
2. Mining, scraping, APIs, downloading
1. Data munging & transformations
Phil White, WAML 2018
Phil White, WAML 2018
Phil White, WAML 2018
Phil White, WAML 2018
Anaconda comes with Jupyter Notebooks!!
Wikimedia
Phil White, WAML 2018
Phil White, WAML 2018
GIS Libraries for Python
Phil White, WAML 2018
1. Our patrons are increasingly skilled in tech.
2. GIS Librarians serve a broad community... any discipline!
3. There is so much data out there... if we can just get to it!
4. We should embrace open technologies.
Phil White, WAML 2018
Phil White, WAML 2018
Text
Yes We Can!
obamalibrary.gov
Phil White, WAML 2018
for q in audience:
query = ask(q)
presentation.close()
print ('Thank You')
email = 'philip.white@colorado.edu'
print (email)