Displaying 6 results from an estimated 6 matches for "unprojected".
Did you mean:
projected
2012 Oct 21
1
[newbie] failure to plot a RasterLayer with raster::plot or fields::image.plot
...s that netCDF
over a certain domain (a bit bigger than the contiguous US (CONUS)),
and it wants that netCDF projected a certain way (LCC at 12-km
resolution). I'm doing this in 2 steps
1. convert the global EI from its native ASCII format to netCDF
2. "regrid" the netCDF from global/unprojected to a finer-resolution,
projected subdomain.
and doing this @
https://github.com/TomRoche/GEIA_to_NetCDF
If you clone that git repo, and then configure/run GEIA_to_netCDF.sh
as described for the "first example" @
https://github.com/TomRoche/GEIA_to_netCDF/blob/master/README.md
(and...
2011 Feb 12
2
use map.axes for a projected map
Hi,
I am new to R and I want to display longitude and latitude for a projected
map.
map.axes won't do it since it only works for unprojected map.
Can anyone help me with this?
Thanks,
Sybil
--
View this message in context: http://r.789695.n4.nabble.com/use-map-axes-for-a-projected-map-tp3302918p3302918.html
Sent from the R help mailing list archive at Nabble.com.
2010 Jun 09
1
[R-sig-Geo] How to extract coordinates values from a shapefile?
I'm not sure if this is what you want. But the function coordinates() in sp
package gives you the coordinates of SpatialObjects.
Regards.
Rodrigo.
2010/6/9 Nikhil Kaza <nikhil.list@gmail.com>
> You need to execute gpclibPermit() to enable gpclib.
>
> library(maptools) should have issued a warning to that effect.
>
>
> Nikhil Kaza
> Asst. Professor,
> City and
2009 Mar 24
1
Variogram with Gstat
Dear all can you help me? i have this problem: i have a dataset in a text file
in a matrix of 3 columns: x, y, z where x and y are the coordinates and Z are
the mesurements. How can i do a variogram with R?
2007 Nov 23
1
ggplo2: fixed extent greater than data?
Hi everyone!
I'm digging into ggplot for some while now, I must say it's great! But - as
some others have posted before, and hadley knows very well himself - the
documentation is lacking some bits...
So I have to pose that question directly:
I'd like to produce a series of maps with different data on, but exactly the
same extent in each plot. Is there a way of switching the
2013 Apr 26
1
[newbie] how to find and combine geographic maps with particular features?
SUMMARY:
Specific problem: I'm regridding biomass-burning emissions from a
global/unprojected inventory to a regional projection (LCC over North
America). I need to have boundaries for Canada, Mexico, and US
(including US states), but also Caribbean and Atlantic nations
(notably the Bahamas). I would also like to add Canadian provinces and
Mexican states. How to put these together?
General...