search for: aqmeii

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

2012 Oct 21
1
[newbie] failure to plot a RasterLayer with raster::plot or fields::image.plot
...netCDF/GEIA_N2O_oceanic.pdf ). The distribution of the output data appears very similar to the input data, and the output plot appears correct, so problem 1 seems solved. Problem 2 (aka the "second example") is somewhat more difficult. Driver regrid_GEIA_netCDF.sh calls regrid.global.to.AQMEII.r, which runs without error. It also *seems* to regrid properly, in the sense that all the API rules seem to have been followed. But something is very wrong with my attempt to plot, which is currently available @ https://github.com/downloads/TomRoche/GEIA_to_netCDF/GEIA_N2O_oceanic_regrid.pdf GEI...
2013 Feb 13
1
[lattice] display a projected map on a layerplot
...as system.file("extdata/ozone_lcc.ncf", package="M3") and that extension currently causes problems for CRAN package=raster. You can either rename that file (and put it some current working directory), or you can download (270 kB) https://bitbucket.org/tlroche/mozart-global-to-aqmeii-na/downloads/ozone_lcc.nc You can then run the following code: ##### start example ##### library("M3") # http://cran.r-project.org/web/packages/M3/ library("rasterVis") # http://cran.r-project.org/web/packages/rasterVis/ ## Use an example file with projection=Lambert...
2013 Apr 26
1
[newbie] how to find and combine geographic maps with particular features?
...l as guidance (e.g., pointers to docs) regarding the larger topic of combining geographical maps (especially projected ones, i.e., not just lon-lat) on plots of regional data (i.e., data that is multinational but not global). My specific problem is https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na/downloads/GFED-3.1_2008_N2O_monthly_emissions_regrid_20130404_1344.pdf which plots N2O concentrations from a global inventory of fire emissions (GFED) regridded to a North American projection. (See https://bitbucket.org/tlroche/gfed-3.1_global_to_aqmeii-na for details.) The plot currently inc...