{ "metadata": { "name": "", "signature": "sha256:2a94879508c07909f461c06ba6ec3433d446838b98d751e01620c731fa2c8eb7" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "code", "collapsed": false, "input": [ "import ogr\n", "import os\n", "import glob\n", "\n", "pj = '/Users/danielmsheehan/Desktop/data/'\n", "#pj = '/Users/danielmsheehan/Dropbox/data_temp/'\n", "\n", "csvList = glob.glob(pj+'tables/'+\"*.csv\")\n", "\n", "x = []\n", "\n", "for i in csvList:\n", " i = i.replace(pj+'tables/','').replace('.csv','')\n", " #print i\n", " x.append(i)\n", "\n", "#print x\n", "# z = x[:30]\n", "# z = x[30:120]\n", "# z = x[112:120]\n", "# z = x[120:200]\n", "# z = x[200:280]\n", "# z = x[280:365]\n", "\n", "# print z\n", "\n", "for i in x:\n", " \n", " command1 = 'ogr2ogr -f CSV '+pj+'processing/d/d_'+i+'_int_cb2010.csv '+pj+'processing/d/d_'+i+'_wgs84_prj_int_cb2010.shp -lco GEOMETRY=AS_WKT'\n", " command2 = 'ogr2ogr -f CSV '+pj+'processing/p/p_'+i+'_int_cb2010.csv '+pj+'processing/p/p_'+i+'_wgs84_prj_int_cb2010.shp -lco GEOMETRY=AS_WKT'\n", "\n", " os.system(command1)\n", " os.system(command2)\n", " \n", " print i + ' is complete for pickup and dropoffs'\n" ], "language": "python", "metadata": {}, "outputs": [ { "output_type": "stream", "stream": "stdout", "text": [ "20130101 is complete for pickup and dropoffs\n", "20130102 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130103 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130104 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130105 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130106 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130107 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130108 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130109 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130110 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130111 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130112 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130113 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130114 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130115 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130116 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130117 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130118 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130119 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130120 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130121 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130122 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130123 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130124 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130125 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130126 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130127 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130128 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130129 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130130 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130131 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130201 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130202 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130203 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130204 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130205 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130206 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130207 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130208 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130209 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130210 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130211 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130212 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130213 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130214 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130215 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130216 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130217 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130218 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130219 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130220 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130221 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130222 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130223 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130224 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130225 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130226 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130227 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130228 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130301 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130302 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130303 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130304 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130305 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130306 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130307 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130308 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130309 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130310 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130311 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130312 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130313 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130314 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130315 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130316 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130317 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130318 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130319 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130320 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130321 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130322 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130323 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130324 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130325 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130326 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130327 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130328 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130329 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130330 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130331 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130401 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130402 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130403 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130404 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130405 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130406 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130407 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130408 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130409 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130410 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130411 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130412 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130413 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130414 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130415 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130416 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130417 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130418 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130419 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130420 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130421 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130422 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130423 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130424 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130425 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130426 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130427 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130428 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130429 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130430 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130501 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130502 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130503 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130504 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130505 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130506 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130507 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130508 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130509 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130510 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130511 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130512 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130513 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130514 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130515 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130516 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130517 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130518 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130519 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130520 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130521 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130522 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130523 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130524 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130525 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130526 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130527 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130528 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130529 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130530 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130531 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130601 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130602 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130603 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130604 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130605 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130606 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130607 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130608 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130609 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130610 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130611 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130612 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130613 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130614 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130615 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130616 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130617 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130618 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130619 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130620 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130621 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130622 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130623 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130624 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130625 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130626 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130627 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130628 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130629 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130630 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130701 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130702 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130703 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130704 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130705 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130706 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130707 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130708 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130709 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130710 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130711 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130712 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130713 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130714 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130715 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130716 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130717 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130718 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130719 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130720 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130721 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130722 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130723 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130724 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130725 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130726 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130727 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130728 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130729 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130730 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130731 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130801 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130802 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130803 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130804 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130805 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130806 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130807 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130808 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130809 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130810 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130811 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130812 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130813 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130814 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130815 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130816 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130817 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130818 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130819 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130820 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130821 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130822 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130823 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130824 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130825 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130826 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130827 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130828 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130829 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130830 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130831 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130901 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130902 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130903 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130904 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130905 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130906 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130907 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130908 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130909 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130910 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130911 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130912 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130913 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130914 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130915 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130916 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130917 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130918 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130919 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130920 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130921 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130922 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130923 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130924 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130925 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130926 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130927 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130928 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130929 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20130930 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131001 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131002 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131003 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131004 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131005 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131006 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131007 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131008 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131009 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131010 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131011 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131012 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131013 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131014 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131015 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131016 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131017 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131018 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131019 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131020 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131021 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131022 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131023 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131024 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131025 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131026 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131027 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131028 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131029 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131030 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131031 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131101 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131102 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131103 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131104 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131105 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131106 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131107 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131108 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131109 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131110 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131111 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131112 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131113 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131114 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131115 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131116 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131117 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131118 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131119 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131120 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131121 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131122 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131123 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131124 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131125 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131126 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131127 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131128 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131129 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131130 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131201 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131202 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131203 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131204 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131205 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131206 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131207 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131208 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131209 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131210 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131211 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131212 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131213 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131214 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131215 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131216 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131217 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131218 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131219 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131220 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131221 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131222 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131223 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131224 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131225 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131226 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131227 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131228 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131229 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131230 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n", "20131231 is complete for pickup and dropoffs" ] }, { "output_type": "stream", "stream": "stdout", "text": [ "\n" ] } ], "prompt_number": 1 }, { "cell_type": "code", "collapsed": false, "input": [], "language": "python", "metadata": {}, "outputs": [], "prompt_number": 13 }, { "cell_type": "code", "collapsed": false, "input": [], "language": "python", "metadata": {}, "outputs": [] } ], "metadata": {} } ] }