You can email the files to me at aparna.matange@Bentley.com
↧
Forum Post: RE: How can i change the units to SI in gINT? Thank you.
↧
Forum Post: RE: Text Docs
You would need to use an SQL query, something like "SELECT DISTINCT [LITHOLOGY].[GRAPHIC] FROM [LITHOLOGY]" This would give you a single entry for each type of graphic entry in the LITHOLOGY table. There are various built in gINT functions that you can use like SqlList etc I haven't got time at the moment to tackle the second part of your question, but I'll give it some thought whilst I'm working :-)
↧
↧
Forum Post: Elevation line in fence
Hi , I have x, y z values for each alignment. How do I present this as a topo or elevation line in fence plot. For example, I use a Alignment#1 as the base line for the fence diagram and I also want show the elevation along the Alignment#1 in the fence diagram.
↧
Forum Post: RE: gInt Logs - Export to PDF stopped working
Aparna Thanks for your response, but this is an intermittent problem, mainly when printing dynamic probe logs. The gINT PDF writer works OK for other types of logs, but printing to Adobe PDF printer does not work at all on my machine – it looks like it’s printing but then you never get the ‘save as’ dialogue box, however, if I try this on a different Windows 10 machine printing to Adobe PDF printer works fine but the gINT PDF writer does not work at all on that machine. I’m confused. Regards Tom Tom Skailes BSc (Hons) MSc DIC CGeol FGS Director Greenfield Associates Bellotts House, Bellotts Road, Bath BA2 3RT tel/fax. 01225 333414 mob. 07809 877591 LinkedIn profile www.greenfield-associates.co.uk Engineering Geology & Geotechnics • Contaminated Land • Mineral Resources Development • Project Management • Geological Surveys • Surveying • 3D Design & Modelling This e-mail may contain privileged/confidential information and/or copyright material. If you are not the intended recipient of this message and/or have received it in error please advise us immediately: any disclosure, copying, distribution or any action taken in reliance on it is prohibited and may be unlawful. Greenfield Associates does not warrant any attachments are free from viruses or other defects and accept no liability for any losses resulting from infected email transmissions. Greenfield Environmental Ltd. VAT Registration No: 764 0390 33. Registered in England & Wales: 4120443. Registered at: 1 Commercial Road, Keyworth, Nottingham NG12 5JS
↧
Forum Post: RE: gInt Logs - Export to PDF stopped working
Hi Tom, Yes, the gINT development is aware of pdf and the printing issues on Windows 10. They are working on certifying gINT future releases of gINT on Windows 10.
↧
↧
Forum Post: RE: Text Docs
Thanks a lot for giving me the direction. SQL query may be the answer. I am not sure if I am in the right direction but I'll ask. In the "Text Docs" I can use functions like Min, Max and so on on different fields from the input tab. Can I do the same Min, Max on Query. Lets say there is a Query table I created that calculates the thickness of clay. Here is what I get when I run the Query Is that possible to refer from "Text Docs" to this Query table and find let's say minimum and maximum thickness of the clay? If yes, what function would you use? Thank you in advance, Ilia
↧
Forum Post: Importing an image log into gINT
I have an unwrapped televiewer and 3D core image logs from WellCAD that I would like to import into a gINT log at the proper scale so the depths match. How do I do this? I've tried using bitmap symbols but they add black lines to the top and bottom of the image throwing off the depth and they are also discreet images that plot on a single page rather than log data that scales to depth.
↧
Forum Post: RE: Importing an image log into gINT
The issue with the black lines is related to a single build of gINT that had an issue with bitmap symbols. It was 8.30.03.77. You will need a later version of gINT installed. The technique for showing images at depth requires multiple pieces. 1. In INPUT setup a point id depth table with Depth (field type double), Bottom (field type double), Image field (field type bitmap) 2. In REPORT DESIGN Setup a bitmap symbol vs depth body entity It needs to have the depth field match the table you created, the bottom field match the field you created, and the image field referenced in a project symbol function ( see example below) INPUT REPORT DESIGN A photo log report can be downloaded from here as an example of this
↧
Forum Post: RE: Text Docs
You need to use Aggregate functions and Group By On the test Doc use this: > in INPUT Tools Queries it is easier to test with: select [LITHOLOGY].[Graphic], min([LITHOLOGY].[Bottom]-[LITHOLOGY].[Depth]) as [Min Thickness], max([LITHOLOGY].[Bottom]-[LITHOLOGY].[Depth]) as [Max Thickness], from [LITHOLOGY] group by [LITHOLOGY].[Graphic] btw, i didn't test these sql statements
↧
↧
Forum Post: RE: gInt Logs - Export to PDF stopped working
Thanks Aparna - I look forward to the update.
↧
Forum Post: RE: Elevation line in fence
In INPUT enable Alignments from the Additional Modules Menu. Make a new alignment, and copy paste in your alignment East, North, Z1. Set the symbology on the top half of the screen. Go to OUTPUT | Fences, and use the Alignment you just made as the baseline.
↧
Forum Post: RE: Text Docs
Thanks Phil. Unfortunately none of the sql statements work.
↧
Forum Post: RE: Text Docs
Hi, I will add in to everyone's excellent advise. Usings Phils SQL and Miles recommendation of SQL list I set up a "Text Table" Report. I cannot guarantee correctness for your purposes. I would suggest you try it out and QA many datasets (hand calculate to check accuracy) before using it as a report. If you want the layer by project setup a new Text table with a "project" level keyset , set in the report properties. Below is a screen shot of the expressions and report properties. For Point level you could setup a different report with Point keyset on report properties and modify the SQL (see screen shot below adding where clause) Output would look something like this for project and then point Regards, Kirk
↧
↧
Forum Post: RE: Elevation line in fence
Hi Phil, yes It works now. Thanks.
↧
Forum Post: image underlay for fence
I have some geophysics resistivity survey data along a baseline/an alignment to a certain depth. Is this possible to have that geophysics data (or the interpreted image) as an underlay for a fence diagram projected on the same base line.
↧
Forum Post: RE: image underlay for fence
see this post, basically the same thing communities.bentley.com/.../115579
↧
Forum Post: RE: Text Docs
Thanks ... this one worked perfect
↧
↧
Forum Post: gINT-LOG REPORT PROPERTIES
Hello, I am using gINT SS2 v8i. I am working with a local dot formatted workspace and report format for printing and designing gINT geotechnical projects. However, the dot format in the log report properties (output tab selection) is not appearing, it looks like it is getting overridden by my company standards. I have double checked the environment variables and everything looks as expected, and the gINT input tables also appear as expected per the dot format, but not the printed output page format. What variable, configuration, batch file, etc. am I looking for that would likely control the Log Report Properties selections in the Output tab? Thanks in advance for any help with this.
↧
Forum Post: RE: gINT-LOG REPORT PROPERTIES
Hello, the output tab will have the log selection as per in the library that you have selected. May be you have not selected the correct DOT library that has the logs that you are looking for?
↧
Forum Post: Cannot open library file
Hi, I try to open a library but it comes back with the following message: Unable to initialize Library file 'Primary' is not an index in this table I have tried to repair the file under UTILITIES...repair and compact database, however the problem still persists. Does anybody know how to fix this problem? Thanks
↧