search for: cylindrical

Displaying 17 results from an estimated 17 matches for "cylindrical".

2013 Jan 18
2
How to re-project ease( Equal Area Scalable Earth) grid with a ~25 km cylindrical projection to WGS84 0.25 degree?
I have nc files for global soil moisture,here is one file https://echange-fichiers.inra.fr/get?k=f9DDllPKdUKs5ZNQwfq from the metadata ,the projection is cylindrical and the resolution is 25 km(it is based on authalic sphere based on International 1924 ellipsoid).As I want to compare with other data, I have to make them identical. - my other data are in WGS84 with 0.25*0.25 degree resolution and extent -180, 180, -90, 90. So I want to re-project the data I hav...
2011 Jan 20
1
Scale of 2nd y-axis
...ab="", ylab="", main="TEST", col="grey", names.arg=c("Jan","Feb","Mar","Apr","May", "Jun","Jul","Aug","Sep","Oct","Nov","Dec"), staxx=T, cylindrical=T, srt=45) par(new=T) plot(xvals$x,burnMeans, xaxt="n", yaxt="n", xlab="", ylab="", type="b", cex=1, pch=16, lty=44, col="black", lwd=1.5) axis(4, pretty(c(0,max(burnMeans)),n=4)) As you can see when you plot the data, the 2nd y-axis doe...
2023 Dec 06
2
Volume of polygon
The volume of a polygon = 0. Polyhedra have volumes. This may be irrelevant, but if the lake is cylindrical == constant cross sectional area at all depths, then height doubles when the volume does and vice versa. Otherwise you have to know how area varies with height or use more sensible approximations thereto. Cheers, Bert On Tue, Dec 5, 2023, 20:13 javad bayat <j.bayat194 at gmail.com> wrote:...
2008 Aug 04
2
thematic map of USA
...wer left. If possible, I'd like to use Albers conic projection, or something similar. Thus far I have tried using the maps package with its state database (which omits Alaska and Hawaii) and the gmaps package (which places an inset for Alaska in the lower left and uses a projection [Miller cylindrical?] that distorts states along the northern and southern fringe). I would be very grateful for suggestions about alternative approaches. John -- John P. Burkett Department of Environmental and Natural Resource Economics and Department of Economics University of Rhode Island Kingston, RI 02881-08...
2013 Jan 04
3
Log analysis with R
Hello all, Need some suggestions on interesting use cases with R in the field of log processing. Any help would be greatly appreciated. -- With Thanks and Regards, Ramprakash Ramamoorthy, India, +91 9626975420 [[alternative HTML version deleted]]
2013 Jan 29
2
Netcdf and Raster Package Questions, Need .asc File for GIS
...cdf file, I used "ncdump -h " dimensions: lon = 4200 ; lat = 2400 ; time = UNLIMITED ; // (1 currently) rainf_profiles = 1 ; tair_profiles = 1 ; global attributes: :missing_value = -9999.f ; :TITLE = "LIS land surface model output" ; :MAP_PROJECTION = "EQUIDISTANT CYLINDRICAL" ; :SOUTH_WEST_CORNER_LAT = 48.005f ; :SOUTH_WEST_CORNER_LON = -167.995f ; :DX = 0.01f ; :DY = 0.01f ; 2) Is there a better way to read a netcdf file and create an .asc file that can be read into GIS (GRASS or ArcGIS) *_Code Used_* # get net cdf file, big file wget ftp://ftp.nohrsc...
2008 Aug 03
0
gmaps, projection, inset
Running R version 2.6.1 under Gentoo Linux, I'm trying to produce a thematic map of the USA using the gmaps package. The result thus far has two problems from my point of view. First, the projection (Miller cylindrical?) elongates southern states and flattens northern ones unattractively. I'd prefer Albers conic projection or something similar. Second, the inset for Alaska is placed south of the contiguous states. I'd prefer to put it north of them. I would be very grateful to anyone who could sugges...
2009 Dec 04
0
Re Off topic - Compendium of distributions
...The biggest problem is that there is very little discussion on multivariate distributions. Noting that multivariate distributions play a critical role in statistical theory, plus are gaining an increasing number of applications in various fields. I saw no discussion of distributions with circular, cylindrical, or spherical sample spaces (and for that matter the descriptions of bounded and unbounded are wrong). No discussion of copulas and no discussion of distributions that mix discrete and continuous random variables. Plus despite saying that your organisation supports nonparametric approaches, there...
2016 Apr 02
0
Changes to get CD to boot on EFI System.
Hi, On 02/04/2016 21:16, Thomas Schmitt via Syslinux wrote: ?--- > Question to Didier: > > Is the plain Linux kernel booted via EFI_LOAD_FILE_PROTOCOL > after the Boot manager failed with the attempt to apply > EFI_SIMPLE_FILE_SYSTEM_PROTOCOL ? > (UEFI 2.4, 3.4 "Boot Mechanisms") ?--- I just have UEFI 2.6 at hand. The ISO is built this way (of course
2012 May 08
3
Numerical integration of a two dimensional function over a disk
Hello, there!   Basically my problem is very clear. I would like to take a (numerical) integration of a function f(x,y) which can be quite complex of x and y, over a disk (x-a)^2+(y-b)^2<= r^2 (with r constant). However, after some search in R, I just cannot find a function in R that suits my purpose. Function Integrate applies to one dimensional, and adaptIntegrate to rectangle. In my case, it
2023 Dec 06
2
Volume of polygon
Dear all; I am trying to calculate the volume of a polygon shapefile according to a DEM raster. I have provided some codes at the end of this email.I dont know if the codes are correct or not. Following this, I have another question too. I want to know if the volume of the reservoir rises or doubles, what would be the elevation? I would be more than happy if anyone could help me. Sincerely "
2016 Apr 02
3
Changes to get CD to boot on EFI System.
Hi, Ady wrote: > http://www.syslinux.org/archives/2015-October/024526.html I still have it in my mailbox: ADY4UEFI.IMG in ADY4UEFI.ZIP. The test results are the same as with Didier's partition image. Wrapped in an ISO and presented as -cdrom it reboots in cycles. Presented as -hda it boots as naked disk image and as part of a GPT enhanced ISO 9660. > the wiki page needs
2024 Apr 09
1
Question regarding reservoir volume and water level
...the derivative of the relation is easy: d(volume) = Area * d(level) and this can be used as an approximate relation as long as the Area remains nearly constant. > > However generic questions like doubling the volume are impossible to answer without knowledge of the reservoir shape. E.g. in a cylindrical reservoir halving the water level also halves the volume, but in a conical reservoir, halving the level leaves only 1/8 of the volume. > > -pd > > > >> On 8 Apr 2024, at 05:55 , javad bayat <j.bayat194 at gmail.com> wrote: >> >> Dear all; >> Many thanks...
2024 Apr 10
1
Question regarding reservoir volume and water level
...lation is easy: > d(volume) = Area * d(level) and this can be used as an approximate relation > as long as the Area remains nearly constant. > > > > However generic questions like doubling the volume are impossible to > answer without knowledge of the reservoir shape. E.g. in a cylindrical > reservoir halving the water level also halves the volume, but in a conical > reservoir, halving the level leaves only 1/8 of the volume. > > > > -pd > > > > > > > >> On 8 Apr 2024, at 05:55 , javad bayat <j.bayat194 at gmail.com> wrote: > >...
2002 May 24
5
intersecting polygons and conversion from decimal degree to km
Dear all, 1. How can I compute the intersecting area between 2 polygons ? 2. I have polygons with coordinates in decimal degrees (i.e. 13 deg 30 min = 13.5 decimal degrees). I want to compute their area and get the results in square meters or square kiometers. Can anyone give me a conversion coefficient or a pointer where I can find this information (sorry for this off topic question) ? Thanks
2000 Sep 07
9
Video codec
Hi, I guess this is a good time to start putting together a wish list for a video codec. I see that for audio the compression is around 10X for reasonable quality. I am sure this will start its own thread of conversation. For video you can do 40X fairly easily and the big task is to go to 80X or 100X with reasonable picture quality, say, a peak luma SNR of more than 30 dB. Uncompressed
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
....8030100 at uri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Running R version 2.6.1 under Gentoo Linux, I'm trying to produce a thematic map of the USA using the gmaps package. The result thus far has two problems from my point of view. First, the projection (Miller cylindrical?) elongates southern states and flattens northern ones unattractively. I'd prefer Albers conic projection or something similar. Second, the inset for Alaska is placed south of the contiguous states. I'd prefer to put it north of them. I would be very grateful to anyone who could sugges...