search for: zip5

Displaying 3 results from an estimated 3 matches for "zip5".

Did you mean: zip
2006 Aug 02
0
Need help with SOAP and .NET
...:Timeout => 10, :Version => "1.0", :City => client.city, :State => client.state, :Zip5 => client.zipcode, :Address => client.address) ... soap.reset_stream end Sample SOAP request that needs to be received for doSingleRecord: POST /dqws/address.asmx HTTP/1.1 Host: ws.melissadata.com Content-Type: text/xml; charset=utf-8...
2005 Mar 31
4
Transactions
I cant seem to find much information apart from the basics on transactions in rails. I have 5 nested transactions, and am performing the following basic operations: @whatever1.transaction do @whatever2.transaction do .... @whatever2.something = "foo" @whatever1.something = "bar" @whatever1.save @whatever2.save ..... end end ((( I had tried using
2012 Jul 09
0
R, maps, choropleth, data keys
I have four files that map populations to appropriate keys: statepop.csv, countypop.csv, zip3.csv, and zip5.csv. I'm using the TIGER/Lines shape files: tl_2009_12_state, tl_2009_12_county tl_2009_12_zcta3, and  tl_2009_12_zcta5. I have carefully followed a number of tutorials and can reproduce those, and can also produce scatter and bubble plots of my data (using long and lat coordinates to place the...