Skip to content

Commit

Permalink
minor changes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Jan 2, 2013
1 parent b9eded0 commit e17537d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions examples/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,3 @@
## use california to subset
ret = OcgOperations(dataset=DATASET,geom=geoms,spatial_operation='clip',
aggregate=True).execute()

#env.WORKSPACE = '/home/local/WX/ben.koziol/Dropbox/nesii/project/ocg/image/agu_for_luca'
#
#sc = ShpCabinet()
#gd = sc.get_geom_dict('state_boundaries')
#
#dataset = {'variable':'clt',
# 'uri':'http:https://esg-datanode.jpl.nasa.gov/thredds/dodsC/esg_dataroot/obs4MIPs/observations/atmos/clt/mon/grid/NASA-GSFC/MODIS/v20111130/clt_MODIS_L3_C5_200003-201109.nc'}
#
#ops = OcgOperations(geom=gd,dataset=dataset,snippet=True,output_format='shp',agg_selection=True,vector_wrap=True)
#ret1 = OcgInterpreter(ops).execute()
#print ret1
#
#ops = OcgOperations(geom=gd,dataset=dataset,snippet=True,output_format='shp',
# aggregate=True,spatial_operation='clip')
#ret2 = OcgInterpreter(ops).execute()
#print ret2

0 comments on commit e17537d

Please sign in to comment.