search for: sitecod

Displaying 2 results from an estimated 2 matches for "sitecod".

Did you mean: sitecom
2011 Jul 14
1
plotting x y z data from an irregular grid
...the organization of my data but I cannot figure out how to change it correctly. This is the code that I have that works: data<-read.csv('with coord_observational log data trends all years all data.8.11.10.csv', header=TRUE) ## this is what the 'data' looks like: head(data) X SiteCode Latitude Longitude p perc_per_year perc_per_year_lower 1 1 A30 51.37357 -0.29172504 0.369164267 -0.4781589 -1.390382 2 2 BB1 51.68299 -0.03254972 0.005546354 -3.1810064 -5.665312 3 3 BG1 51.56375 0.17789100 0.000405606 -3.2260763 -...
2008 Jan 04
0
Records not in search results until I recreate record index
...ith object = Object.new object.title = thetitle sites = Site.find_all_by_whatever([whatever]) object.save object.sites << sites Then because sites were added after the object was created we do object.ferret_create If we do Object.find_by_contents(''title:thetitle AND site_search:sitecode'') we get nothing If we do Object.find_by_contents(''title:thetitle'') we get the record and if we do Object.find_by_contents(''title:thetitle'').first.to_doc the site_search field is populated correctly in ferret We have to now manually do ferret_create...