QT6 Package Requests

2024-01-22 Thread Peter Willis
Hello, Some parts of QT6 appear to be missing from the package under 22.04. Notably the following: QTextToSpeech QBluetooth.. QGeoRoute Qt6::Location Qt6::Position Thanks, P Wills -- Ubuntu-motu mailing list Ubuntu-motu@lists.ubuntu.com Modify settings or unsubscribe at:

[bug #55093] Add LUKS2 support

2022-01-16 Thread Peter Willis
Follow-up Comment #10, bug #55093 (project grub): It seems that LUKS2 support has been implemented, but there also seems to be bugs in the implementation (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945404). My suggestion is to close this bug and open a new one to address the new bugs

Patch to add support for RFC2324 (HTCPCP)

2021-11-28 Thread Peter Willis
Hi busybox devs, It's been a long time! About 17 years since my last submission :-) I was just trying to make some coffee with busybox, and I noticed it doesn't support RFC 2324 (Hyper Text Coffee Pot Control Protocol). Attached is a patch that adds support for the standard. Although I should

Who Uses Scientific Linux, and How/Why?

2020-02-24 Thread Peter Willis
Hello, The variation in uses of t Scientific Linux is quite interesting. As mentioned before, we are using it for fluid dynamics modelling and oceanography, in the context of parallel computing with OpenMP and MPICH. I am curious to see what everyone else have been using it for. Perhaps, if

RE: Is Scientfic Linux Still Active as a Distribution?

2020-02-21 Thread Peter Willis
Hello, I can't say I'm negative toward CentOS, I used it back in the late 90s (? Maybe early 00s), as an alternative to RedHat at that time. It's more a familiarity thing. I have used more Debian based Linux distros since the mid 1990s than anything else. I will certainly look into CentOS as

RE: Is Scientfic Linux Still Active as a Distribution?

2020-02-21 Thread Peter Willis
Hello, Thanks to everyone for clarifying the future status of SL. I guess it's time to start researching he docs for Ubuntu/Debian or something. Looks like we need to revise our computing cluster plan. The computer here is pretty small with only two nodes and a controller totalling 112 CPUs.

Problematic 'yum' repository paths using --installroot option

2020-01-28 Thread Peter Willis
Hello, I am attempting to build an exported file system for diskless nodes. My distribution is SL 7.7 and the command I am using is: yum install @Base kernel dracut-network nfs-utils --installroot=/node_root --releasever=/ The repository problem manifests as a mistranslation of the

[gdal-dev] What Statistics Are Returned By GDAL.Dataset.GetRasterBand(...).GetStatistics(...) ?

2019-10-03 Thread Peter Willis
Hello, I am using osgeo.gdal python module to load and get stats from image bands. While working with the, python, 'GetStatistics(...)' function I noticed that the returned values seemed a bit off. A snippet of code is shown below. I compared the statistics returned in python by the function

unsubscribe

2019-08-06 Thread Peter Willis
unsubscribe - To unsubscribe e-mail: user-unsubscr...@spark.apache.org

Re: [MIT-Scheme-users] Installing 10.1.2 on Ubuntu 18.10

2018-11-03 Thread Peter Willis
Your system may already have scheme installed. sudo apt-get install scheme instead of building. See if it’s already installed. You may be creating a version or GCC compiler version conflict during build with some lib on your system that is already there. I’m only guessing since my kubuntu

Re: [MIT-Scheme-users] Help with Windows?

2018-06-03 Thread Peter Willis
64 bit Scheme with GPU would be interesting. Peter > On Jun 1, 2018, at 11:17 PM, Chris Hanson wrote: > > I'm in the process of putting together a new release of MIT/GNU Scheme. > > Unfortunately, while most of out contributors have moved to 64-bit hardware, > the Windows port is still

RE: Problem with external file

2017-06-15 Thread Peter Willis
>That would be Debian Sarge. Debian backports has svn 1.4 ... too old, I'm >afraid. > >> I could try to build SVN using source, but I have my doubts. > >It's not inconceivable that you could build 1.6, but getting all the >dependencies lined up could be a pain on Sarge, indeed. > > I'll just

RE: Problem with external file

2017-06-15 Thread Peter Willis
>Really? Version 1.1.4? Because support for file externals was added in version >1.6.0, so I'm not really surprised your checkout fails. :) > >Perhaps you could consider upgrading your client? > >-- Brane O.K. thanks that makes sense. Out of date package of SVN. The failed client is on an

RE: Problem with external file

2017-06-15 Thread Peter Willis
>Can you show the output of 'svn --version' on that computer where it doesn't >work? It looks like your Subversion was compiled without support for the >svn:// protocol (which would be really strange). > >-- Brane Yes, the output of that is: svn --version svn, version 1.1.4 (r13838)

Problem with external file

2017-06-15 Thread Peter Willis
Hello, I am having an issue with an external (pointing to a file) included in one of my projects. I have a single external in my repository that points to a file. On my windows desktop I can check out the directory containing the external just fine. The code checks out and the

Re: [openstack-dev] [all][massively distributed][architecture]Coordination between actions/WGs

2016-08-30 Thread Peter Willis
Colleagues, An interesting discussion, the only question appears to be whether vCPE is a suitable use case as the others do appear to be cloud use cases. Lots of people assume CPE == small residential devices however CPE covers a broad spectrum of appliances. Some of our customers' premises are

[openstack-dev] [all][massively distributed][architecture] Coordination between actions/WGs

2016-08-24 Thread Peter Willis
Distributed WG and/or work on scalability and multi-site operations in the Architecture WG. Best Regards, Peter Willis. BT Research __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ

[chandler-users] Synching CalDav From Chandler to Web

2015-02-27 Thread Peter Willis
Hello, I have set up Chandler on Windows 7 64-bit to test as a CalDav client with OwnCloud Calendar. I have 'subscribed' to the calendar and get all the entries from the web imported and synched into Chandler just fine. Problems arise when I attempt to add an entry to the Chandler calendar

Re: [gdal-dev] How Can I gdalwarp From One Image to a Larger Spatial Area While Leaving Missing Data Blank in the Destination?

2014-02-05 Thread Peter Willis
To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] How Can I gdalwarp From One Image to a Larger Spatial Area While Leaving Missing Data Blank in the Destination? Peter Willis pwillis at aslenv.com writes: Hello, Sorry about the title but it's a bit of a bear finding answers

[gdal-dev] How Can I gdalwarp From One Image to a Larger Spatial Area While Leaving Missing Data Blank in the Destination?

2014-02-04 Thread Peter Willis
Hello, Sorry about the title but it's a bit of a bear finding answers if the headers don't show the actual topic. But I digress. My Issue: I have an input image that covers coordinates 0,0 to 450,350 UTM zone 13 North and the pixel size is 1 meter. I want to mosaic pixels 0,0 to 25,25 into a

Re: [gridengine users] How to fix qmon error -- There are not enough colors. Try qmon -cmap ??

2013-11-25 Thread Peter Willis
Looks like I have lesstif. I will get openMotif source and try a recompile P -Original Message- From: Reuti [mailto:re...@staff.uni-marburg.de] Sent: November-25-13 6:58 AM To: Peter Willis Cc: users@gridengine.org Subject: Re: [gridengine users] How to fix qmon error

[gridengine users] How to fix qmon error -- There are not enough colors. Try qmon -cmap ??

2013-11-20 Thread Peter Willis
Hello, I am running GE2011-11p1 on Ubuntu . I am getting warnings about some colors when I try to run qmon. These messages appear to originate from: trunk/source/3rdparty/qmon/Xmt310/Xmt/PixelCvt.c The qmon program also warns about not being able to load pixmap '21cal'. A message then

[CMake] How Do I Make A Static Library from FORTRAN and CPP sources?

2013-03-01 Thread Peter Willis
Hello, I would like to make a static library from FORTRAN sources (as opposed to C/C++). I have in my CMakeLists.txt : cmake_minimum_required(VERSION 2.8) enable_language (Fortran) PROJECT(MYFORTRANLIB) get_filename_component (Fortran_COMPILER_NAME ${CMAKE_Fortran_COMPILER} NAME)

Re: [mapserver-users] Mapserver 1.1.0 WCS ENVI Binary File with accompanying ENVI header

2013-02-05 Thread Peter Willis
multi-part responses are supported as long as GDAL knows the files are associated. Either in a zip or multi-part mime. I'm a bit rusty on this now though. Best regards, Frank On Mon, Feb 4, 2013 at 3:55 PM, Peter Willis pwil...@aslenv.com wrote: Hello, I have set up a WCS server using mapserver

[mapserver-users] Mapserver 1.1.0 WCS ENVI Binary File with accompanying ENVI header

2013-02-04 Thread Peter Willis
Hello, I have set up a WCS server using mapserver. I can retrieve a Float32 ENVI 'img' BSQ file just fine and select specific bands. However, I DO NOT get an accompanying header (.HDR) file with the binary data download. how do I request an HDR file for my data? Is there some special map

[mapserver-users] Mapserver WCS and PCI Geomatica

2013-02-04 Thread Peter Willis
Hello, I can request WCS files directly via a web browser and get a file, so I know WCS is working on mapserver. I get an obscure error attempting to retrieve WCS from mapserver with PCI Geomatica. The remote data wizard shows my test data and extents set after connecting but I get a dialog:

[gdal-dev] Is it possible to ehance input channels separately with gdal_translate ?

2012-10-26 Thread Peter Willis
Hello, I have some input data where the dynamic range and offset of each channel are distinct. This means that applying the same linear enhancement based on data range to my selected RGB output bands will not produce an optimal visual enhancement. -scale smin smax dmin dmax only provides the

[gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
Hello, I have a curious problem with 'gdalinfo' (gdal version 1.9.0 ). I have an input ENVI file with the following .HDR entry: data ignore value = -9.9900e+002 gdalinfo for the IMG file provides stats that exclude all values -999.0 as expected. I then create a masked output file

Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
], UNIT[Meter, 1.0]]} -Original Message- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: October-19-12 11:53 AM To: gdal-dev@lists.osgeo.org Cc: Peter Willis Subject: Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header Le vendredi 19 octobre 2012 20

Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
Willis Subject: Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header Le vendredi 19 octobre 2012 22:23:49, Peter Willis a écrit : Hello, I am providing the failed example followed by a working example. Let me know if there is any additional information you need. With both

Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
-12 2:08 PM To: gdal-dev@lists.osgeo.org Cc: Peter Willis Subject: Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header Le vendredi 19 octobre 2012 22:57:13, Peter Willis a écrit : Hello, The one listed as 'failed' actually fails for me as it is sent . Just to be sure we

Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
Hello, I am seeing that you are correct that the 'no data value' is being read in each case. Perhaps my interpretation of the problem appears incorrect. Look, however at the 'Metadata:' statistics. Both files have assigned -999 to 'No Data Value' but'STATISTICS_MINIMUM' for one file

Re: [gdal-dev] gdalinfo -stats Misses invalid data value in ENVI header

2012-10-19 Thread Peter Willis
Hello, Good news. Removing the '.aux.xml ' file and again running gdalinfo -statsindeed fixes the problem. I now get the expected statistics values. Thank you for your help. Best Regards, Peter Le vendredi 19 octobre 2012 23:57:01, Peter Willis a écrit : Hello, At step #6

Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector [SEC=UNCLASSIFIED]

2012-10-18 Thread Peter Willis
either way. Thanks again, Peter From: Pinner, Luke [mailto:luke.pin...@environment.gov.au] Sent: October-17-12 4:11 PM To: Peter Willis; gdal-dev@lists.osgeo.org Subject: RE: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector [SEC=UNCLASSIFIED] Perhaps

[gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector

2012-10-17 Thread Peter Willis
Hello, Is it possible to use ESRI SHP polygon file to mask ENVI BSQ img format files with more than 1 band? I can mask a GTiff file using the SHP but ENVI file does not appear to work. Gdal version is 1.6.3 . The documentation appears unclear for any raster that is not specifically GTiff.

Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector

2012-10-17 Thread Peter Willis
in another /usr/local directory. Perhaps I should use the more recent revision for attempting this. Thanks for the pointers, Peter From: fwarmer...@gmail.com [mailto:fwarmer...@gmail.com] On Behalf Of Frank Warmerdam Sent: October-17-12 3:22 PM To: Peter Willis Cc: gdal-dev

Re: [gdal-dev] Using gdal_rasterize to mask ENVI file Using ESRI SHP format Vector

2012-10-17 Thread Peter Willis
within the output ENVI BSQ file ) Perhaps I'm missing something. Peter From: fwarmer...@gmail.com [mailto:fwarmer...@gmail.com] On Behalf Of Frank Warmerdam Sent: October-17-12 3:22 PM To: Peter Willis Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Using gdal_rasterize to mask

[Savannah-register-public] [task #10860] Submission of GDL GNU Data Language User Help

2011-01-06 Thread Peter Willis
URL: http://savannah.gnu.org/task/?10860 Summary: Submission of GDL GNU Data Language User Help Project: Savannah Administration Submitted by: pwillis Submitted on: Fri 07 Jan 2011 03:01:12 AM GMT Should Start On: Fri 07 Jan

Re: Installing GTK Binary Packages Into MINGW on MS Windows Using Wascana and Eclipse

2010-08-19 Thread Peter Willis
Øystein Schønning-Johansen wrote: On Wed, Aug 18, 2010 at 8:07 PM, Peter Willis pwil...@aslenv.com mailto:pwil...@aslenv.com wrote: Hello, I would like to use mingw to port and compile a simple GTK application under MS Windows. The download page for windows located

Installing GTK Binary Packages Into MINGW on MS Windows Using Wascana and Eclipse

2010-08-18 Thread Peter Willis
Hello, I would like to use mingw to port and compile a simple GTK application under MS Windows. The download page for windows located at: http://www.gtk.org/download-windows.html recommends the mingw tool chain and contains tables of relevant packages as well as dependencies. I have

Re: [postgis-users] WKT expected, EWKT provided

2010-05-12 Thread Peter Willis
strk wrote: On Tue, May 11, 2010 at 01:56:21PM -0700, Peter Willis wrote: I am entering 2D polygons so from where would postgis be warning about EWKT entry? Are you embedding a SRID value inside your WKT ? That's also an extension. --strk; () Free GIS Flash consultant/developer

[mapserver-users] Mathematical Scaling of Floating Point Data in Mapserver Map File

2010-05-12 Thread Peter Willis
Hello, Is it possible to apply nonlinear scaling to classify floating point tiff rasters. All examples that I have seen appear to assume a linear dataset. If I wish to scale the data by the base 10 log of the data and then scale the Red, Green and Blue values of the classification, can I do

Re: [mapserver-users] Mathematical Scaling of Floating Point Data in Mapserver Map File

2010-05-12 Thread Peter Willis
Thanks Frank, That helps somewhat. It's going to be a bit of a bear making a 256 color lookup that way. I guess I can script the CLASS lookup sections of the map file(s). Peter Frank Warmerdam wrote: Peter Willis wrote: Hello, Is it possible to apply nonlinear scaling to classify

Re: [mapserver-users] Mathematical Scaling of Floating Point Data in Mapserver Map File

2010-05-12 Thread Peter Willis
Frank Warmerdam wrote: There isn't anything magical about 256. 256 or better raster scales sure are pretty though :) Seriously though, the raster data is floating point log data with relatively random spatial distribution. Short of making two images, one log float and one anti-log float,

[postgis-users] WKT expected, EWKT provided

2010-05-11 Thread Peter Willis
Hello, I am getting the following error during database queries: WARNING:OGC WKT expected, EWKT provided - use GeomFromEWKT() for this I found some references to this using Google, so it appears to be a known item. I have tried wrapping all of my text geometries in 'GeomFromEWKT()' to no

Re: [postgis-users] WKT expected, EWKT provided

2010-05-11 Thread Peter Willis
Mike Toews wrote: On 11 May 2010 12:04, Peter Willis pwil...@aslenv.com wrote: How many dimensions is postgis WKT now expecting for 'POLYGON'? OGC WKT has only 2 dimensions while EWKT has up to 4. Ps. I thought to search your mailing list archives but they don't appear to be search-able

Re: [mapserver-users] Continuing problem with WCS and ENVI Multi-band files

2010-02-09 Thread Peter Willis
...@lists.osgeo.org] On Behalf Of Peter Willis Sent: Monday, February 08, 2010 12:37 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Continuing problem with WCS and ENVI Multi-band files Hello, I continue to have a problem selecting a single band from a multi-band (563 bands) ENVI format

[mapserver-users] Continuing problem with WCS and ENVI Multi-band files

2010-02-08 Thread Peter Willis
Hello, I continue to have a problem selecting a single band from a multi-band (563 bands) ENVI format BSQ file. Using the following URL mapserver gives me a FLOAT32 GTiff file but it is always filled with zeros.

Re: [mapserver-users] How to serve individual RAW binary Bands fromWCS as floating point geotiff

2010-01-29 Thread Peter Willis
-boun...@lists.osgeo.org puolesta: Peter Willis Lähetetty: pe 29.1.2010 0:26 Vastaanottaja: mapserver-users@lists.osgeo.org Aihe: Re: [mapserver-users] How to serve individual RAW binary Bands fromWCS as floating point geotiff Hello, The definition of GEOTIFF_FLOAT is as follows: OUTPUTFORMAT

Re: [mapserver-users] How to serve individual RAW binary Bands fromWCS as floating point geotiff

2010-01-29 Thread Peter Willis
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Peter Willis Sent: Friday, January 29, 2010 10:41 AM To: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to serve individual RAW binary Bands fromWCS as floating point geotiff Hello, Interesting... The documentation

Re: [mapserver-users] How to serve individual RAW binary Bands from WCS as floating point geotiff

2010-01-28 Thread Peter Willis
Rahkonen- Peter Willis wrote: Hello, I have been setting up a WCS map file for mapserver. PROBLEM: Problems arise when rasters are defined as follows: LAYER NAME SomeDataChannel120 STATUS OFF DEBUG ON TYPE RASTER ### required PROCESSING BANDS=120 METADATA

Re: Science (Universe) gdal-bin missing EVHR / ITT ENVI binary format [RESOLVED]

2010-01-12 Thread Peter Willis
... Thanks, Peter Peter Willis wrote: Hello, The gdal-bin package for ubuntu 9.04 (and possibly 9.10 ??) appears to be missing the RSI/ITT ENVI file format capability. The package is labeled as being maintained by people on this list. My apologies If I am in error regarding the maintainers

Re: [suggest] Dependencies listed in Perl module but not RPMforge package

2009-07-02 Thread Peter Willis
Christoph Maser wrote: Am Mittwoch, den 01.07.2009, 21:34 +0200 schrieb Dag Wieers: Good question. We do have SPEC files that still date back from before we used an automated process. I just checked what our tool would do (dar-diff-perl.sh) and it would in fact remove the BuildRequires

[mapserver-users] Does Mapserver WMS support 'Dimension' ?

2009-06-04 Thread Peter Willis
Hello, Does mapserver support the WFS specification 'Dimension' parameters? If so what parameters do we need in the MAP file? Thanks Peter ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] Does Mapserver WMS support 'Dimension' ?

2009-06-04 Thread Peter Willis
Kralidis,Tom [Ontario] wrote: -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Peter Willis Sent: Thursday, 04 June 2009 16:25 To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Does Mapserver

[mapserver-users] How do I get WFS vector type (LINE, POINT or POLYGON) from mapserver WFS query?

2009-05-28 Thread Peter Willis
Hello, I am using mapserver as a WFS server. When I query getCapabilities I get he following capabilities: - GetCapabilities - DescribeFeatureType - GetFeature I also get a list of features. If I then make 'describeFeatureType' or 'getFeature' requests for one of the features on the list I

[RESOLVED:] [mapserver-users] How do I get WFS vector type (LINE, POINT or POLYGON) from mapserver WFS query?

2009-05-28 Thread Peter Willis
/gml:outerBoundaryIs /gml:Polygon /ms:msGeometry Sorry about that. Peter Peter Willis wrote: Hello, I am using mapserver as a WFS server. When I query getCapabilities I get he following capabilities: - GetCapabilities - DescribeFeatureType - GetFeature I also get a list of features. If I then make

[mapserver-users] Mapserver/PostGIS map file problem (double quotes in layer 'DATA' element)

2009-05-27 Thread Peter Willis
Hello, I am having a problem serving a PostGIS layer via mapserver as WFS. The problem arises from the generation/use of column names in PostgreSQL that require double quotes. ie: SELECT oid,gid, the_geom, Area,Perimeter,PixelValue FROM global_Land_poly WHERE PixelValue=1; In the map

Re: [mapserver-users] Mapserver/PostGIS map file problem (double quotes in layer 'DATA' element)

2009-05-27 Thread Peter Willis
On Wed, May 27, 2009 at 6:48 PM, Peter Willis pet...@borstad.com mailto:pet...@borstad.com wrote: Hello, I am having a problem serving a PostGIS layer via mapserver as WFS. The problem arises from the generation/use of column names in PostgreSQL that require double quotes

[mapserver-users] [RESOLVED:] Mapserver/PostGIS map file problem (double quotes in layer 'DATA' element)

2009-05-27 Thread Peter Willis
' Thanks to all, Peter Peter Willis wrote: I tried that. I get the following error: loadLayer(): Unknown identifier. Parsing error near (Area):(line 30) Mapserver doesn't appear to like the additional formatting. Do I need to recompile with system regex I wonder? Peter Adam Eskreis

Re: [mapserver-users] Mapserver/PostGIS map file problem (double quotes in layer 'DATA' element)

2009-05-27 Thread Peter Willis
Hello, Darn!, I just sent a [RESOLVED] with the same solution. (just as I was receiving your email...) Yes, this is how I managed to to make it work. Everything works now. I guess you get the badge for that one. Thanks for your help. Peter Simon Haddon wrote: Have you tried DATA

Re: [mapserver-users] Mapfile HDF 'DATA' element format

2009-04-29 Thread Peter Willis
Frank Warmerdam wrote: One SDS with more than one band (ie. rank 3 with the third rank more than a dimension of 1) is accessed normally as long as you want to use the first three bands as RGB. If you want to control which bands you use, add the BANDS PROCESSING option. eg. PROCESSING

[mapserver-users] What is the WCS 'mime type' for *RAW* HDF data?

2009-04-29 Thread Peter Willis
Hello, When I query WCS for information regarding an HDF file I am assuming that *I* need to define a mime type, for the data provided by the HDF file, since no mime type is apparent in the GetCapabilities request. What 'mime' type do I use in my 'GetCoverage' request if I just want to serve

[mapserver-users] Mapfile HDF 'DATA' element format

2009-04-28 Thread Peter Willis
Hello, Where can I find the specification for the 'DATA' entry in mapserver MAP files where HDF files are being used? I am mostly interested in using these in the context of WCS. Here is my current non-working example of an HDF file test in my current WCS map file: LAYER NAME chlorophyll

Re: [mapserver-users] Mapfile HDF 'DATA' element format

2009-04-28 Thread Peter Willis
Frank Warmerdam wrote: Peter Willis wrote: Hello, Where can I find the specification for the 'DATA' entry in mapserver MAP files where HDF files are being used? I am mostly interested in using these in the context of WCS. Here is my current non-working example of an HDF file test in my

Re: [Qgis-user] Need Help Testing of WMS Authentication

2009-04-20 Thread Peter Willis
gsherman wrote: I have implemented basic HTTP authentication for the QGIS WMS provider and am looking for some volunteers to test it. The changes have not been committed to the QGIS SVN repository. Testing will require compiling from source. When creating or editing WMS connection in QGIS you

Re: [Qgis-user] WFS/WMS layers behind HTTP/HTTPS basic auth

2009-04-17 Thread Peter Willis
Is there any way to use HTTP basic auth with QGIS WMS? Currently there is no support for this but its something a few people have requested now. I recommend adding an enhancement ticket to trac and we will hopefully add support for this in the near future. Thanks Tim Is there already a

Re: WG: [Qgis-user] WMS Layers TITLE entity

2009-04-14 Thread Peter Willis
Hello, Thanks for the information. Which version of QGIS is the OSGEO 1.0.1-Kore ? With that install/version I am still just getting the server name as the default layer name. I'll ask at OSGEO to see who is doing the package builds... Peter Hugentobler Marco wrote: -Ursprüngliche

Re: [Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-09 Thread Peter Willis
Alex Mandel wrote: I'm a little lost here, in my experience a vector layer becomes a table, not multiple tables and all the geometries are stored in a blob column no matter what type it is. That's what I'm curious about. Each vector is becoming a table unto itself. That's not proper normal

[Qgis-user] WFS/WMS layers behind HTTP/HTTPS basic auth

2009-04-09 Thread Peter Willis
Hello, I am wondering if there is a way to get QGIS to request the basic auth user name and password for WMS/WFS URLs that are protected by HTTP basic auth. When I put a URL (that uses basic auth) into the WMS server connections I just get an error that the return message is misunderstood when

[Qgis-user] Problem Connecting to PostgreSQL database for PostGIS on localhost in MS Windows

2009-04-08 Thread Peter Willis
Hello, I have a PostGIS enabled database on my MS windows workstation. I can connect to the database fine with other tools such as pgadmin. When I try to use the 'Shapefile to PostGIS Import Tool' I can't connect to PostgreSQL on localhost. Is there anything additional that I need to do to

Re: [Qgis-user] Problem Connecting to PostgreSQL database for PostGIS on localhost in MS Windows [RESOLVED]

2009-04-08 Thread Peter Willis
Hello, I just resolved this by installing version 1.0 using the OSGEO installer. Everything appears to work fine now. Thanks Peter Peter Willis wrote: Hello, I have a PostGIS enabled database on my MS windows workstation. I can connect to the database fine with other tools such as pgadmin

[Qgis-user] Relational Databases and PostGIS formatting of Vector Data

2009-04-08 Thread Peter Willis
Hello, I just ingested a MULTIPOLYGON vector into a PostGIS enabled database and realized that each vector becomes a unique TABLE in the database. Is this really necessary? Why not use proper relational database techniques and have all vectors of a specific type go into a single table with a

Re: [SQL] FUNCTION problem

2009-04-03 Thread Peter Willis
Adrian Klaver wrote: On Friday 03 April 2009 6:51:05 am Adrian Klaver wrote: On Thursday 02 April 2009 6:16:44 pm Adrian Klaver wrote: Now I remember. Its something that trips me up, the RECORD in RETURN setof RECORD is not the same thing as the RECORD in DECLARE RECORD. See below for a better

Re: [SQL] FUNCTION problem

2009-04-03 Thread Peter Willis
Adrian Klaver wrote: If you are using Postgres 8.1+ then it becomes even easier because you can use OUT parameters in the function argument list to eliminate the as test(c1 int,c2 int) clause. At this point it becomes a A--B--C problem i.e determine what your inputs are, how you want to

Re: [SQL] FUNCTION problem

2009-04-02 Thread Peter Willis
Adrian Klaver wrote: Did you happen to catch this: Note that functions using RETURN NEXT or RETURN QUERY must be called as a table source in a FROM clause Try: select * from test_function(1) I did miss that, but using that method to query the function didn't work either. Postgres doesn't

[SQL] FUNCTION problem

2009-04-01 Thread Peter Willis
Hello, I am having a problem with a FUNCTION. The function creates just fine with no errors. However, when I call the function postgres produces an error. Perhaps someone can enlighten me. --I can reproduce the error by making a test function --that is much easier to follow that the

Re: [GENERAL] Proper entry of polygon type data

2009-03-25 Thread Peter Willis
consultant NIWA, Wellington New Zealand Peter Willis pet...@borstad.com 03/24/09 10:35 AM Hello, I would like to use 'polygon' type data and am wondering about the entry format of the vertex coordinates. Are the coordinates of the polygon type to be entered one entry per polygon vertex, or one entry per

Re: [GENERAL] Proper entry of polygon type data

2009-03-25 Thread Peter Willis
Mark Cave-Ayland wrote: Peter Willis wrote: Incidentally, PostGIS uses PostgreSQL polygon, point, and path data types. Errr... no it doesn't. PostGIS uses its own internal types to represent all the different geometries, although it does provide a cast between the existing PostgreSQL types

[SQL] Proper entry of polygon type data

2009-03-24 Thread Peter Willis
Hello, I would like to use 'polygon' type data and am wondering about the entry format of the vertex coordinates. Are the coordinates of the polygon type to be entered one entry per polygon vertex, or one entry per polygon edge segment? For example: I have a triangle with vertex corners A, B,

[GENERAL] Proper entry of polygon type data

2009-03-23 Thread Peter Willis
Hello, I would like to use 'polygon' type data and am wondering about the entry format of the vertex coordinates. Are the coordinates of the polygon type to be entered one entry per polygon vertex, or one entry per polygon edge segment? For example: I have a triangle with vertex corners A, B,

Re: [suggest] package for Net::MAC perl module

2008-09-18 Thread Peter Willis
While we're talking about the retarded Red Hat perl rpm, is anyone aware that perl 5.8 as shipped with RHEL has an unpatched bug which can cause an exponential slowdown when using overloading? (This might have been adressed here already, and if so please ignore me :-X) This blog post contains

Re: [suggest] package for Net::MAC perl module

2008-09-18 Thread Peter Willis
-2008-0876.html Cu, Niels On Thu, Sep 18, 2008 at 5:42 PM, Ralph Angenendt [EMAIL PROTECTED] wrote: Peter Willis wrote: While we're talking about the retarded Red Hat perl rpm, is anyone aware that perl 5.8 as shipped with RHEL has an unpatched bug which can cause an exponential slowdown

[suggest] perl modules with conflicting man pages

2008-06-30 Thread Peter Willis
Hi, there are a couple perl modules in rpmforge which upgrade older versions in perl core, but the perl modules have man pages which exist in perl core and prevent them from being installed. These seem to be requirements for other perl modules so it is preventing yum from installing other

[suggest] request for multiple perl modules

2008-06-18 Thread Peter Willis
I just started using rpmforge and it's minimized the packaging I need to do by a great amount. However there are still some perl modules which I need that rpmforge does not provide, so i'd like to ask if they could be added to the list of maintained packages. The version numbers might not be

Bug#239073: =?koi8-r?b?PT9LT0k4LVI/UT89RjQ9QzU9QzI9RDEgPUQxID1EMz1ERj1DNT1DRCA9Q0I9QzE9Q0IgPUMyPUQ1

2006-11-01 Thread Peter Willis
PUQ0PUM1PUQyPUMyPUQyPUNGPUM0LD89?= Date: Wed, 1 Nov 2006 12:23:49 -0060 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=koi8-r; reply-type=original Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express

Re: [GENERAL] Question about accessing current row data inside trigger

2005-03-20 Thread peter Willis
Hello, This issue is resolved. I was using the wrong struct. Peter Tom Lane wrote: peter Willis [EMAIL PROTECTED] writes: I have a trigger function written in C. ... Since the trigger is called after each row update the actual row data should be available in some way to the trigger

Re: [GENERAL] Question about accessing current row data inside trigger

2005-03-20 Thread peter Willis
Hello, I resolved this issue already. The trigger now works fine. I was looking at the wrong structure. Thanks, Peter Michael Fuhr wrote: On Tue, Mar 08, 2005 at 11:37:14AM -0800, peter Willis wrote: I have a trigger function written in C. The trigger function is called via: CREATE TRIGGER

[GENERAL] Question about accessing current row data inside trigger

2005-03-13 Thread peter Willis
Hello, I have a trigger function written in C. The trigger function is called via: CREATE TRIGGER after_update AFTER UPDATE ON some_table FOR EACH ROW EXECUTE PROCEDURE my_trigger_function(); Since the trigger is called after each row update the actual row data should be available in some

Re: [Dnsmasq-discuss] question about limits of dnsmasg

2005-03-01 Thread Peter Willis
GrantC writes: On Tue, 01 Mar 2005 11:16:54 -0500, you wrote: Yes, it will work, almost exactly as you descibe actually (though there are better ways of going about it using a file separate from /etc/hosts). Read the /etc/dnsmasq.conf file for examples and further detail. (There is even an

[Full-Disclosure] Re: New whitepaper: Writing IA32 Restricted Instruction Set Shellcode Decoder Loops

2004-11-17 Thread Peter Willis
Hey, cool paper. Speaking of phrack, if in the future you have an article you think is print-worthy but is rejected by most zines, try sending it to Binary Revolution [EMAIL PROTECTED]. Although they're newer and have had some delays in getting new issues out, they're starting to re-focus on

[GENERAL] How do I recover from pg_xlog/0000000000000000 (log file 0, segment 0) failed: No such file or directory

2004-10-19 Thread peter Willis
Hello, Is there a way to recover from the following error? I have (had) an existing database and wish not to lose the data tables. Thanks for any help, Pete [EMAIL PROTECTED] /]$ pg_ctl start postmaster successfully started [EMAIL PROTECTED] /]$ LOG: database system shutdown was interrupted at

[ADMIN] Installation problem with libreadline

2003-08-14 Thread Peter Willis
Hello, I have seen a number of links via google describing build problems (./configure) with postgres and libreadline.so . How do I go about resolving the undefined ncurses references in libreadline? I have Mandrake Linux. Thanks for the help Peter ---(end of