#!/bin/sh

plucker-build \
 	--bpp=4\
	--maxwidth=150\
	--maxheight=250\
	--compression=zlib\
	--maxdepth=2\
	--beamable\
        --no-backup\
        --not-launchable\
        --verbosity=0\
	--category=Info\
	--doc-name=BrooklynWeather\
	--doc-file=brooklynweather\
	--home-url='http://met-www.cit.cornell.edu/cgi-bin/fcst?NY075'



