You can subscribe to this list here.
| 2006 |
Jan
|
Feb
(2) |
Mar
(5) |
Apr
(13) |
May
(10) |
Jun
(25) |
Jul
(6) |
Aug
(10) |
Sep
(5) |
Oct
(3) |
Nov
(8) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
|
Feb
(5) |
Mar
(18) |
Apr
|
May
(10) |
Jun
(16) |
Jul
(55) |
Aug
(8) |
Sep
(20) |
Oct
(12) |
Nov
(10) |
Dec
(21) |
| 2008 |
Jan
(9) |
Feb
(10) |
Mar
(20) |
Apr
(2) |
May
(13) |
Jun
(18) |
Jul
(4) |
Aug
(6) |
Sep
(2) |
Oct
(23) |
Nov
(15) |
Dec
(19) |
| 2009 |
Jan
(9) |
Feb
(28) |
Mar
(19) |
Apr
(20) |
May
(7) |
Jun
(16) |
Jul
(5) |
Aug
(1) |
Sep
(7) |
Oct
(9) |
Nov
(15) |
Dec
(10) |
| 2010 |
Jan
(11) |
Feb
(1) |
Mar
|
Apr
(8) |
May
(4) |
Jun
(9) |
Jul
(3) |
Aug
(2) |
Sep
(13) |
Oct
(11) |
Nov
|
Dec
(1) |
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
(1) |
Sep
(6) |
Oct
|
Nov
(2) |
Dec
(4) |
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(7) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2013 |
Jan
|
Feb
(3) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(1) |
Dec
(1) |
| 2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Eugênio S. <eug...@ho...> - 2010-04-05 18:49:59
|
Dear List, I would like to know if it's possible execute a specific algorithm (e.g. filtersim) from the MS-DOS command line. If it's true, what is the syntax? Thanks, Eugênio. _________________________________________________________________ O Internet Explorer 8 quer te ajudar a navegar seguro. Entre aqui para ler as dicas. http://www.microsoft.com/brasil/windows/internet-explorer/?WT.mc_id=1500 |
|
From: Oktay E. <o....@uq...> - 2010-02-24 05:47:45
|
Dear all, I just want to get your ideas on a direct block simulation of the orebodies to express the uncertainty in the grade variation within the geological section of interest. As far as the simulation is concerned, the short range variability is of great importance in terms of the accuracy of the simulated realisations. However, if the drilling pattern is 75mx75mx0.25m and if the variography is conducted based on this block size then I wonder how the short range variability can be taken into account in the simulation process. would not we need a closer drilling pattern to assist us with generating a meaningful variogram? If possible, could you share your ideas on that please Regards, Oktay |
|
From: Alexandre B. <abo...@st...> - 2010-01-27 18:08:49
|
Hi Dave. Try this script : ---------------------------------------- import sgems grid = "myGrid" prop = "myProperty" filename = "myfilename.dat" fid = open(filename,"w") x = sgems.get_property(grid,"_X_") y = sgems.get_property(grid,"_Y_") z = sgems.get_property(grid,"_Z_") p = sgems.get_property(grid,prop) for i,j,k,v in zip(x,y,z,p) : fid.write(str(i)+" "+str(j)+" "+str(k)+" "+str(v)+"\n") fid.close() ----------------------- Regards, Alex 2010/1/20 Bean, David <Dav...@am...> > Hi SGeMS Users: > > > > I’ve asked this before but did not get an answer. > > Does someone have a Python script or know of a way to export a SGSIM > simulation as an ASCII file in X,Y,Value format so that I can import it into > other software? > > > > Thanks > > Dave > > > > *David M. Bean, PG, CHG*** > > Principal Hydrogeologist > > AMEC Geomatrix, Inc. > > 1281 East Alluvial Ave., Suite 101 > > Fresno, California 93720 > > (o) 559-264-2535** > > (d) 559-892-2936 > > (c) 559-307-2553** > > (f) 559-264-7431** > > *dav...@am...* <dav...@am...> > > *http://www.amec.com*** > > * * > > The materials transmitted by this electronic mail are confidential, are for > the use of the intended recipient(s), only, and may be subject to applicable > privileges, including consultant-client, attorney-client, and > attorney-work-product privileges. If you have received this communication > in error, please immediately notify the sender; also, please remove this > message and any attachments from your hard drive, diskette, and any other > storage device; any dissemination, distribution, or copying of this > communication is strictly prohibited. Thank you for your cooperation. > > > > ------------------------------ > The information contained in this e-mail is intended only for the > individual or entity to whom it is addressed. > Its contents (including any attachments) may contain confidential and/or > privileged information. > If you are not an intended recipient you must not use, disclose, > disseminate, copy or print its contents. > If you receive this e-mail in error, please notify the sender by reply > e-mail and delete and destroy the message. > > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for > Conference > attendees to learn about information security's most important issues > through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > > -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net |
|
From: Rolf B. <rol...@gm...> - 2010-01-27 17:31:00
|
Hi All, Actually a very good question! Any suggestions? Rolf ----- Original Message ----- From: Bean, David To: sge...@li... Sent: Wednesday, January 20, 2010 10:11 PM Subject: [Sgems-users] Exporting SGSIM simulations? Hi SGeMS Users: I've asked this before but did not get an answer. Does someone have a Python script or know of a way to export a SGSIM simulation as an ASCII file in X,Y,Value format so that I can import it into other software? Thanks Dave David M. Bean, PG, CHG Principal Hydrogeologist AMEC Geomatrix, Inc. 1281 East Alluvial Ave., Suite 101 Fresno, California 93720 (o) 559-264-2535 (d) 559-892-2936 (c) 559-307-2553 (f) 559-264-7431 dav...@am... http://www.amec.com The materials transmitted by this electronic mail are confidential, are for the use of the intended recipient(s), only, and may be subject to applicable privileges, including consultant-client, attorney-client, and attorney-work-product privileges. If you have received this communication in error, please immediately notify the sender; also, please remove this message and any attachments from your hard drive, diskette, and any other storage device; any dissemination, distribution, or copying of this communication is strictly prohibited. Thank you for your cooperation. ------------------------------------------------------------------------------ The information contained in this e-mail is intended only for the individual or entity to whom it is addressed. Its contents (including any attachments) may contain confidential and/or privileged information. If you are not an intended recipient you must not use, disclose, disseminate, copy or print its contents. If you receive this e-mail in error, please notify the sender by reply e-mail and delete and destroy the message. ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ------------------------------------------------------------------------------ _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users |
|
From: Bean, D. <Dav...@am...> - 2010-01-20 21:24:19
|
Hi SGeMS Users: I've asked this before but did not get an answer. Does someone have a Python script or know of a way to export a SGSIM simulation as an ASCII file in X,Y,Value format so that I can import it into other software? Thanks Dave David M. Bean, PG, CHG Principal Hydrogeologist AMEC Geomatrix, Inc. 1281 East Alluvial Ave., Suite 101 Fresno, California 93720 (o) 559-264-2535 (d) 559-892-2936 (c) 559-307-2553 (f) 559-264-7431 dav...@am...<mailto:dav...@am...> http://www.amec.com<http://www.amec.com/> The materials transmitted by this electronic mail are confidential, are for the use of the intended recipient(s), only, and may be subject to applicable privileges, including consultant-client, attorney-client, and attorney-work-product privileges. If you have received this communication in error, please immediately notify the sender; also, please remove this message and any attachments from your hard drive, diskette, and any other storage device; any dissemination, distribution, or copying of this communication is strictly prohibited. Thank you for your cooperation. ________________________________ The information contained in this e-mail is intended only for the individual or entity to whom it is addressed. Its contents (including any attachments) may contain confidential and/or privileged information. If you are not an intended recipient you must not use, disclose, disseminate, copy or print its contents. If you receive this e-mail in error, please notify the sender by reply e-mail and delete and destroy the message. |
|
From: John V. <jv...@qg...> - 2010-01-15 08:14:06
|
please unsubscribe me thanks John Vann Principal Consultant, Director Quantitative Group Our Skills On Your Team resources & reserves | training & mentoring | reconciliation & grade control | audit & due diligence | business improvement Quantitative Geoscience Pty Ltd (ABN 30 095 494 947) and Quantitative Group Pty Ltd (ABN 61 120 267 192) trading as 'QG' E: jv...@qg... W: +61 (0)8 9433 3511 -----Original Message----- From: sge...@li... [mailto:sge...@li...] Sent: Thursday, 14 January 2010 4:36 AM To: sge...@li... Subject: Sgems-users Digest, Vol 39, Issue 2 Send Sgems-users mailing list submissions to sge...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/sgems-users or, via email, send a message with subject or body 'help' to sge...@li... You can reach the person managing the list at sge...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Sgems-users digest..." Today's Topics: 1. Re: Mismatch (Ivory) 2. Residual kriging (sara sabri) 3. Residual kriging (sara sabri) 4. help with handling data (wang xiaomin) 5. Re: help with handling data (yang yu) ---------------------------------------------------------------------- Message: 1 Date: Mon, 4 Jan 2010 11:41:39 -0800 (PST) From: Ivory <ust...@ya...> Subject: Re: [Sgems-users] Mismatch To: Firat ATALAY <b03...@ha...> Cc: Sge...@li... Message-ID: <729...@we...> Content-Type: text/plain; charset="utf-8" Firat, I cannot reproduce the error with your given instruction. Which SGeMS version are you using? Can you post your test project with the four hard data points, the estimation location as both point and grid cell, and the parameter file? --- On Thu, 12/24/09, Firat ATALAY <b03...@ha...> wrote: From: Firat ATALAY <b03...@ha...> Subject: [Sgems-users] Mismatch To: Sge...@li... Date: Thursday, December 24, 2009, 8:41 AM Hi Mr. Alexandre Boucher As far as I know? you could not able to reproduce the result. It may be because of me. I may could not explained?loading of the grid ?very well. But I asked my two engineer friends to ?apply the steps below. And both of them?obtained the same result( 1162.43).? I attached data used in this? case to the message. ( Please use data only attached to the this message not data send before.) The stpes are ; 1-) object---load object ----load file named as "grid" as a point set (- not as an cartesian grid - 3 Dimensional??) 2-) Under general and data menu , load the kriging grid which is created in step 1 and select ordinary kriging method 3-) object ----load object --- load file named as "cv" as a point set( 3 dimesional ) . 4-) Under hard data ,select the object that contains the information about file "cv" and select property "cv" again. 5-) Variogram model is spherical with parameters " nugget effect = 0.5 , sill = 10 and range = 10 " And if you press the run algorithm you will estimate the point in the middle as 1162.43 value in stead of 1150. I also attached the project file that created when?I followed the steps above. RegardsF?rat On 17/12/09, Alexandre Boucher <abo...@st...> wrote:Hi Firat, Thanks for the complete explanation of that problem. ?However I was not bale to reproduce your results. ?I loaded your 4 points example and create a cell in the middle by a) loading a second file with only one point in the middle (1,1,-1) b) create a new grid centered at (1,1,-1) and c) load your 5 points file. ?In all cases I got 1150. The grid can be created with :?NewCartesianGrid test_grid::1::1::1::1.0::1.0::1.0::1::1::-1 ?Rembember that the origin are the coordinates of the center of the lower left corner, in the particular case of a one cell grid, it is also the center of the grid. Could you send me more info about how you created or loaded your first case that generated the mismatch. Regards,Alex 2009/12/17 Firat ATALAY <b03...@ha...> Dear list! For the testing purpose of Ordinary Kriging I simplely created a?data set that?contains coordinates of the four ?points and attributes at this points. When?a point in the middle of that four point is estimated , for different data load approaches different results are?obtained. Firstly ?point to be estimated and and other four point load program seperately result of the estimation is obtained as 1162,43. Secondly point to be estimated and and other four point load program?in one data file?result of the estimation is obtained as 1150 like it has to be. What is the reason of this bias ? Much more detailed?description of the problem and data set is attached to this massage.? Best Regards Firat ATALAY ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net -----Inline Attachment Follows----- ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev -----Inline Attachment Follows----- _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Tue, 5 Jan 2010 23:09:11 -0800 (PST) From: sara sabri <sar...@ya...> Subject: [Sgems-users] Residual kriging To: sge...@li... Message-ID: <987...@we...> Content-Type: text/plain; charset="iso-8859-1" Dear list Happy new year of 2010 I would like to use residual kriging on my data not showing stationarity (evident in semivariogram). Would you please guide me how and with which program I can model the trend? This is the first time for me to do RK. Could anyone possibly give me a hand in this subject. I kindly appreciate any help Best regards Sara New Email names for you! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! http://mail.promotions.yahoo.com/newdomains/aa/ -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Wed, 6 Jan 2010 21:11:11 -0800 (PST) From: sara sabri <sar...@ya...> Subject: [Sgems-users] Residual kriging To: sge...@li... Message-ID: <322...@we...> Content-Type: text/plain; charset="utf-8" Dear list Happy new year of 2010 I would like to use residual kriging on my data not showing stationarity (evident in semivariogram). Would you please guide me how and with which program I can model the trend? This is the first time for me to do RK. Could anyone possibly give me a hand in this subject. I kindly appreciate any help Best regards Sara Get your new Email address! Grab the Email name you've always wanted before someone else does! http://mail.promotions.yahoo.com/newdomains/aa/ -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Wed, 13 Jan 2010 13:38:10 -0500 From: wang xiaomin <zhu...@gm...> Subject: [Sgems-users] help with handling data To: sge...@li... Message-ID: <75a...@ma...> Content-Type: text/plain; charset="iso-8859-1" Hi guys, I am currently facing a problem to handle 450,000 data points on Sgems. I intend to create variogram and obtain the 'nugget', 'sill' and 'range' values via Sgems, no further kriging, and it takes forever to run. If I run Sgems on linux machine, will it help? Do you guys know any program I can use to just get 3D variogram? Thanks a lot. Cheers, Xiaomin -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 5 Date: Wed, 13 Jan 2010 12:35:30 -0800 From: yang yu <far...@gm...> Subject: Re: [Sgems-users] help with handling data To: wang xiaomin <zhu...@gm...> Cc: sge...@li... Message-ID: <ccf...@ma...> Content-Type: text/plain; charset="iso-8859-1" Hi, SAGE2001 might do you some help. It's free for 20 days and is excellent in locating the anisotropy if there exists any. Cheers, Yang 2010/1/13 wang xiaomin <zhu...@gm...> > Hi guys, > > I am currently facing a problem to handle 450,000 data points on Sgems. I > intend to create variogram and obtain the 'nugget', 'sill' and 'range' > values via Sgems, no further kriging, and it takes forever to run. If I run > Sgems on linux machine, will it help? Do you guys know any program I can > use to just get 3D variogram? Thanks a lot. > > > > Cheers, > > Xiaomin > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev ------------------------------ _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users End of Sgems-users Digest, Vol 39, Issue 2 ****************************************** |
|
From: yang yu <far...@gm...> - 2010-01-13 20:35:39
|
Hi, SAGE2001 might do you some help. It's free for 20 days and is excellent in locating the anisotropy if there exists any. Cheers, Yang 2010/1/13 wang xiaomin <zhu...@gm...> > Hi guys, > > I am currently facing a problem to handle 450,000 data points on Sgems. I > intend to create variogram and obtain the 'nugget', 'sill' and 'range' > values via Sgems, no further kriging, and it takes forever to run. If I run > Sgems on linux machine, will it help? Do you guys know any program I can > use to just get 3D variogram? Thanks a lot. > > > > Cheers, > > Xiaomin > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > > |
|
From: wang x. <zhu...@gm...> - 2010-01-13 18:38:18
|
Hi guys, I am currently facing a problem to handle 450,000 data points on Sgems. I intend to create variogram and obtain the 'nugget', 'sill' and 'range' values via Sgems, no further kriging, and it takes forever to run. If I run Sgems on linux machine, will it help? Do you guys know any program I can use to just get 3D variogram? Thanks a lot. Cheers, Xiaomin |
|
From: sara s. <sar...@ya...> - 2010-01-07 05:11:18
|
Dear list
Happy new year of 2010
I would like to use residual kriging on my data not showing stationarity (evident in semivariogram).
Would you please guide me how and with which program I can model the trend? This is the first time for me to do RK.
Could anyone possibly give me a hand in this subject.
I kindly appreciate any help
Best regards
Sara
Get your new Email address!
Grab the Email name you've always wanted before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/ |
|
From: sara s. <sar...@ya...> - 2010-01-06 07:09:18
|
Dear list
Happy new year of 2010
I would like to use residual kriging on my data not showing stationarity (evident in semivariogram).
Would you please guide me how and with which program I can model the trend? This is the first time for me to do RK.
Could anyone possibly give me a hand in this subject.
I kindly appreciate any help
Best regards
Sara
New Email names for you!
Get the Email name you've always wanted on the new @ymail and @rocketmail.
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/ |
|
From: Ivory <ust...@ya...> - 2010-01-04 19:41:47
|
Firat, I cannot reproduce the error with your given instruction. Which SGeMS version are you using? Can you post your test project with the four hard data points, the estimation location as both point and grid cell, and the parameter file? --- On Thu, 12/24/09, Firat ATALAY <b03...@ha...> wrote: From: Firat ATALAY <b03...@ha...> Subject: [Sgems-users] Mismatch To: Sge...@li... Date: Thursday, December 24, 2009, 8:41 AM Hi Mr. Alexandre Boucher As far as I know you could not able to reproduce the result. It may be because of me. I may could not explained loading of the grid very well. But I asked my two engineer friends to apply the steps below. And both of them obtained the same result( 1162.43). I attached data used in this case to the message. ( Please use data only attached to the this message not data send before.) The stpes are ; 1-) object---load object ----load file named as "grid" as a point set (- not as an cartesian grid - 3 Dimensional ) 2-) Under general and data menu , load the kriging grid which is created in step 1 and select ordinary kriging method 3-) object ----load object --- load file named as "cv" as a point set( 3 dimesional ) . 4-) Under hard data ,select the object that contains the information about file "cv" and select property "cv" again. 5-) Variogram model is spherical with parameters " nugget effect = 0.5 , sill = 10 and range = 10 " And if you press the run algorithm you will estimate the point in the middle as 1162.43 value in stead of 1150. I also attached the project file that created when I followed the steps above. RegardsFırat On 17/12/09, Alexandre Boucher <abo...@st...> wrote:Hi Firat, Thanks for the complete explanation of that problem. However I was not bale to reproduce your results. I loaded your 4 points example and create a cell in the middle by a) loading a second file with only one point in the middle (1,1,-1) b) create a new grid centered at (1,1,-1) and c) load your 5 points file. In all cases I got 1150. The grid can be created with : NewCartesianGrid test_grid::1::1::1::1.0::1.0::1.0::1::1::-1 Rembember that the origin are the coordinates of the center of the lower left corner, in the particular case of a one cell grid, it is also the center of the grid. Could you send me more info about how you created or loaded your first case that generated the mismatch. Regards,Alex 2009/12/17 Firat ATALAY <b03...@ha...> Dear list! For the testing purpose of Ordinary Kriging I simplely created a data set that contains coordinates of the four points and attributes at this points. When a point in the middle of that four point is estimated , for different data load approaches different results are obtained. Firstly point to be estimated and and other four point load program seperately result of the estimation is obtained as 1162,43. Secondly point to be estimated and and other four point load program in one data file result of the estimation is obtained as 1150 like it has to be. What is the reason of this bias ? Much more detailed description of the problem and data set is attached to this massage. Best Regards Firat ATALAY ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net -----Inline Attachment Follows----- ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev -----Inline Attachment Follows----- _______________________________________________ Sgems-users mailing list Sge...@li... https://lists.sourceforge.net/lists/listinfo/sgems-users |
|
From: Firat A. <b03...@ha...> - 2009-12-24 14:42:10
|
pointa 4 X Y Z cv 0 0 -1 1100 2 0 -1 1200 2 2 -1 1200 0 2 -1 1100 |
|
From: Alexandre B. <abo...@st...> - 2009-12-18 17:25:35
|
Hi Yelena, Is that the only error message you got? Have you look at these instructions: http://sgems.sourceforge.net/?q=node/40 <http://sgems.sourceforge.net/?q=node/40>Best, Alex On Fri, Dec 18, 2009 at 8:59 AM, Yelena Sholokhova <ye...@gm...> wrote: > Dear S-Gems Users, > > I've been trying to get the S-Gems code running on my computer (x64 > Ubuntu 9.04 on AMD Opteron workstation) > following the instructions found here: > > http://bigbrovar.wordpress.com/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/ > > The compilation went fine, however when I execute the program I get a > very nasty error: > > ~/SGeMS-2.0$ bin/linux/s-gems > Segmentation fault > > Any ideas how to go from here? > > Thank you. > > (I also installed the software on my x32 bit Ubuntu 8.04 Laptop and it > works like a charm there) > > > > Yelena Sholokhova > Postdoctoral Scientist > Geologie – Endogene Dynamik > LochnerStr. 4-20 > 52056 Aachen, Germany > Cell: (00.49)(0)157 777 97771 > Office: (00.49) (0)241 80 94352 > E-mail : y.s...@ge... > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net |
|
From: Yelena S. <ye...@gm...> - 2009-12-18 16:59:37
|
Dear S-Gems Users, I've been trying to get the S-Gems code running on my computer (x64 Ubuntu 9.04 on AMD Opteron workstation) following the instructions found here: http://bigbrovar.wordpress.com/2009/02/12/how-to-install-sgems-on-ubuntu-hardy-heron/ The compilation went fine, however when I execute the program I get a very nasty error: ~/SGeMS-2.0$ bin/linux/s-gems Segmentation fault Any ideas how to go from here? Thank you. (I also installed the software on my x32 bit Ubuntu 8.04 Laptop and it works like a charm there) Yelena Sholokhova Postdoctoral Scientist Geologie – Endogene Dynamik LochnerStr. 4-20 52056 Aachen, Germany Cell: (00.49)(0)157 777 97771 Office: (00.49) (0)241 80 94352 E-mail : y.s...@ge... |
|
From: Alexandre B. <abo...@st...> - 2009-12-17 18:28:41
|
Hi Firat, Thanks for the complete explanation of that problem. However I was not bale to reproduce your results. I loaded your 4 points example and create a cell in the middle by a) loading a second file with only one point in the middle (1,1,-1) b) create a new grid centered at (1,1,-1) and c) load your 5 points file. In all cases I got 1150. The grid can be created with : NewCartesianGrid test_grid::1::1::1::1.0::1.0::1.0::1::1::-1 Rembember that the origin are the coordinates of the *center* of the lower left corner, in the particular case of a one cell grid, it is also the center of the grid. Could you send me more info about how you created or loaded your first case that generated the mismatch. Regards, Alex 2009/12/17 Firat ATALAY <b03...@ha...> > > Dear list! > For the testing purpose of Ordinary Kriging I simplely created a data set > that contains coordinates of the four points and attributes at this points. > When a point in the middle of that four point is estimated , for different > data load approaches different results are obtained. Firstly point to be > estimated and and other four point load program seperately result of the > estimation is obtained as 1162,43. Secondly point to be estimated and and > other four point load program in one data file result of the estimation is > obtained as 1150 like it has to be. What is the reason of this bias ? Much > more detailed description of the problem and data set is attached to this > massage. > > Best Regards > > Firat ATALAY > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > > -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net |
|
From: Firat A. <b03...@ha...> - 2009-12-17 11:07:44
|
<div><br />Dear list!<div>For the testing purpose of Ordinary Kriging I simplely created a data set that contains coordinates of the four points and attributes at this points. When a point in the middle of that four point is estimated , for different data load approaches different results are obtained. Firstly point to be estimated and and other four point load program seperately result of the estimation is obtained as 1162,43. Secondly point to be estimated and and other four point load program in one data file result of the estimation is obtained as 1150 like it has to be. What is the reason of this bias ? Much more detailed description of the problem and data set is attached to this massage. </div><div><br /></div><div>Best Regards</div><div><br /></div><div>Firat ATALAY</div></div> |
|
From: Firat A. <b03...@ha...> - 2009-12-17 10:50:30
|
pointa 4 X Y Z cv 0 0 -1 1100 2 0 -1 1200 2 2 -1 1200 0 2 -1 1100 |
|
From: Alexandre B. <abo...@st...> - 2009-12-16 05:23:33
|
Hi Kara, Both sgems and Wingslib can do KT. KT will take care of the "non-stable" mean but not of the spatially varying variance (is that what you mean by "non-stable" variance). The main challenge of KT is that you must provide the variogram of the residuals. But to get the residuals you need the trend which can be calculated once you know the variogram of the residuals, not very helpful! These techniques (KT and kriging with an external drift (same equations)) are back under the umbrella of residual kriging. Worth looking at it, since some techniques of estimating the residuals had been proposed. Best, Alex 2009/12/15 sara sabri <sar...@ya...> > > Dear all > I would like to do KT (kriging with a trend) on my data which show > non-stable mean and variance. > But it the the first time for me to do this type of kriging. Would you > please provide me with a quick help on execution of this type of kriging. I > know that I have to model the trend first, But I do not clearly know how? > Does SGeMS and WinGslib both can do KT? > I appreciate any help so much. > Best Regards > Sara > > ------------------------------ > Get your new Email address! > <http://sg.rd.yahoo.com/aa/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/aa/> > Grab the Email name you've always wanted before someone else does! > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > > -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net |
|
From: sara s. <sar...@ya...> - 2009-12-16 04:51:40
|
Dear all
I would like to do KT (kriging with a trend) on my data which show non-stable mean and variance.
But it the the first time for me to do this type of kriging. Would you please provide me with a quick help on execution of this type of kriging. I know that I have to model the trend first, But I do not clearly know how? Does SGeMS and WinGslib both can do KT?
I appreciate any help so much.
Best Regards
Sara
New Email names for you!
Get the Email name you've always wanted on the new @ymail and @rocketmail.
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/ |
|
From: sara s. <sar...@ya...> - 2009-12-12 04:54:26
|
Dear all
I would like to do KT (kriging with a trend) on my data which show non-stable mean and variance.
But it the the first time for me to do this type of kriging. Would you please provide me with a quick help on execution of this type of kriging. I know that I have to model the trend first, But I do not clearly know how? Does SGeMS and WinGslib both can do KT?
I appreciate any help so much.
Best Regards
Sara
New Email names for you!
Get the Email name you've always wanted on the new @ymail and @rocketmail.
Hurry before someone else does!
http://mail.promotions.yahoo.com/newdomains/aa/ |
|
From: Thomas M. H. <tho...@gm...> - 2009-12-04 12:44:46
|
Hi Alireza. mGstat (http://mgstat.sourceforge.net/) contains a Matlab interface to SGeMS that lets you call SGeMS from within Matlab and manipulate the parameter file controlling SGeMS. If you intend to try the example below, I suggest you download mGstat from SVN (http://sourceforge.net/projects/mgstat/develop) as the support for SGeMS has been updated a lot since the last release. At the moment the semivariogram computaton of SGeMS cannot be performed using the commandline interface, and therefore this is not available in mGstat. You can however manually fit semivariogram models in Matlab (see below) Say you want to perform sequential Gaussian I suggest you try out the small example in Chapter 3.1 in the online documentation (http://mgstat.sourceforge.net/htmldoc/chapSGEMSuse.html#SGEMS_seqsim) In short to to get a default SGSIM XML-parameter file loaded into matlab: -- S = sgems_get_par('sgsim); % Loads a default SGSIM parameter file -- All options for controlling SGeMS is in the matlab structure : S.XML.parameters If you want to change the variogram model, you should change the structure below S.XML.parameters.Variogram -- >> S.XML.parameters.Variogram ans= nugget: 1.0000e-003 structures_count: 1 structure_1: [1x1 struct -- To run 10 simulation with increasing range do for example: -- for i=1:1:10 r=i*10; S.XML.parameters.Variogram.structure_1.ranges.max=[r]; S.XML.parameters.Variogram.structure_1.ranges.medium=[r]; S.XML.parameters.Variogram.structure_1.ranges.min=[r]; S=sgems_grid(S); subplot(4,3,i);imagesc(S.x,S.y,S.D(:,:,1)'); end -- You can also specify the variogram model using a shorter notation (same format as when using GSTAT) (only available in the SVN version): -- S.XML.parameters.Variogram=sgems_variogram_xml('0.1 Nug(0) + 0.4 Exp(10) + 0.5 Sph(40,30,0.2)'); -- In mGstat you will find a few m-files that should help you manully fit a semivariogram model to the experimental semivariogram obtained from your data. Check out 'semivar_exp_gstat.m' I hope this can help a bit. Have a nice day - Thomas Mejer Hansen 2009/11/25 Alireza <ars...@ma...>: > Dear SGEMS's friends, > > I am new in SGEMS and I am doing reservoir history matching in matlab. I > like to know how I can call SGEMS from matlab to create variograms and make > use of the created variogram to do 2D Kriging. Any comment regarding import, > export, from/to Matlab/SGEMS and format files is appreciated. > > Best regards, > Alireza, > |
|
From: Alexandre B. <abo...@st...> - 2009-11-30 08:38:02
|
Hi Carolina, 1 - Original data 2 - Variogram of the residual 3- the lvm program automatically removes the mean, performs Sk and add back the mean. So the final output is the estimated residual with its colocated mean. Note that for lvm the data must be on the estimation grid since it needs that grid to retrieve the local mean. (It that cannot be done, then I would suggest to manually remove the residuals, perform SK with zero mean and add back the residuals) Regards, Alex On Mon, Nov 30, 2009 at 12:14 AM, Carolina Guardiola <c.g...@ig...>wrote: > Hello all, > > I have some questions about Kriging with LVM. > > 1. About the hard input data, should correspond to the original data or the > residuals? > 2. And the variogram, is it the variogram of the residuals? > 3. Should I add the mean to the krriging estimates to the transform the > results to the original variable? > > Thanks a lot for the help, > > Carolina > > ********************************* > Carolina Guardiola Albert > Groundwater Modeling Researcher > Instituto Geológico y Minero de España > C/ Ríos Rosas, 23. 28003 MADRID > > Tel. +34 91 349 58 29 > Fax. +34 91 349 57 08 > ********************************* > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Sgems-users mailing list > Sge...@li... > https://lists.sourceforge.net/lists/listinfo/sgems-users > -- Alexandre Boucher Acting Assistant Professor Dept. of Environmental Earth System Science, Stanford University http://geostat.stanford.edu http://sgems.sourceforge.net |
|
From: Carolina G. <c.g...@ig...> - 2009-11-30 08:14:47
|
Hello all, I have some questions about Kriging with LVM. 1. About the hard input data, should correspond to the original data or the residuals? 2. And the variogram, is it the variogram of the residuals? 3. Should I add the mean to the krriging estimates to the transform the results to the original variable? Thanks a lot for the help, Carolina ********************************* Carolina Guardiola Albert Groundwater Modeling Researcher Instituto Geológico y Minero de España C/ Ríos Rosas, 23. 28003 MADRID Tel. +34 91 349 58 29 Fax. +34 91 349 57 08 ********************************* |
|
From: Thomas M. H. <tho...@gm...> - 2009-11-27 09:43:27
|
Hi I have run into a problem using Markov Model 2 type Cokriging. It seems that whenever I use a 'contirbution' (should be the sill value according to the SGeMS book) larger than 1-2 i get into trouble. I could reproduce the 'effect' using the Ely data set distributed with the SGeMS book: Figure 7.8 from the book contains an example of MM1 type cokriging and the parameter file is available on the disk that comes with SGeMS. If I try and use MM2 type cokriging on the same data set, I get some results that look reasonable (cokriged values lie between 2 and 8). Here the variance of the secondary data is about C_22.contribution=1.15. As an example I made a copy of the secondary data set, with a variance of 10 (same mean). When I run MM2 type cokriging again, with the secondary data with a variance of 10 (C_22.contribution=10), I believe I should get identical results as the above example. Instead I get wildly varying estimate with extreme values of -1500 and 300000. I uploaded this small example to : http://dl.dropbox.com/u/2620143/MM2_EXAMPLE/MM2_EXAMPLE.zip mm2_org.par : MM2 style cokriging using original secondary data from Ely data ('Ely1_pset.samples') mm2_var10.par : MM2 style cokriging using Secondary data with a variance of 10 ('Ely1_pset.sample var 10') So in short, whenever is use MM2 type Cokriging using a secondary data set with a variance much above 1, I get useless results. Do I make an error setting the MM2 parameters? Or, maybe the Is a problem with MM2 type cokriging in SGeMS ? - Thomas |
|
From: Alireza <ars...@ma...> - 2009-11-25 19:10:46
|
Dear SGEMS's friends, I am new in SGEMS and I am doing reservoir history matching in matlab. I like to know how I can call SGEMS from matlab to create variograms and make use of the created variogram to do 2D Kriging. Any comment regarding import, export, from/to Matlab/SGEMS and format files is appreciated. Best regards, Alireza, |