Where is CORS Set In Current Server Version

2024-08-14 Thread Peter Willis
Hello, I would like to allow at least one CORS host to access the stand alone tika server. My tika server version is 2.9.2. BACKGROUND INFO: Older documentation suggests adding the following command line parameter to the start up: --cors " " However, that command line parameter is not av

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: https://l

[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 m

Re: [Libguestfs] [libguestfs/libguestfs] resize with ubuntu-20.04 (#63)

2021-02-17 Thread Peter Willis
> I wonder if there's a way to make Ubuntu templates that don't use > logical partitions? The ubuntu 18.04 template was made without logical partitions. They are both in the default set of libguestfs templates. # virt-filesystems --all --long -h -a ubuntu-18.04.img Name TypeVFS

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 a

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. We

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 '$slrelea

[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 t

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 mac

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 32-

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 kee

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 embedd

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) compiled

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 external

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 da

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

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

[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 local

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 aslenv.com> writes: > > Hello, > > Sorry about the title but it's a bit of a bear finding answe

[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 cov

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 -- There are not

[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 appe

[osgeo4w-dev] What are the Dependencies and Requirements for Proper Function of FileGDB Plugin for QGIS?

2013-07-17 Thread Peter Willis
Hello, I have just installed the current OSGeo4W using the windows installer. Previous versions of GIS software were removed prior to installation and the 'Advanced' install was selected to allow 'FileGDB' packages to be installed. After installing QGIS runs fine. The add vector appears allow 'D

[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) SET(SOMEFO

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

2013-02-05 Thread Peter Willis
versions of WCS 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 wrote: > Hello, > > I have set up a WCS serv

[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: '

[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 fi

[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 s

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, &g

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 shows

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

2012-10-19 Thread Peter Willis
ault [mailto:even.roua...@mines-paris.org] Sent: October-19-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 &#

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

2012-10-19 Thread Peter Willis
o.org Cc: Peter 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 infor

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

2012-10-19 Thread Peter Willis
.0], PARAMETER["Central_Meridian", -123.0], PARAMETER["Scale_Factor", 0.9996], PARAMETER["Latitude_Of_Origin", 0.0], UNIT["Meter", 1.0]]} -Original Message----- From: Even Rouault [mailto:even.roua...@mines-paris.org] Sent: October-19-12 11:53 AM

[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 using

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

2012-10-18 Thread Peter Willis
;s just as easy 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=UNCLASSIFI

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

2012-10-17 Thread Peter Willis
ific value 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_ra

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

2012-10-17 Thread Peter Willis
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

[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: [Help-source-highlight] Regular Expression Explanation for 'function.lang'

2011-05-27 Thread Peter Willis
AM, Lorenzo Bettini wrote: Hi do procedure (and functions) are always called on a line? I mean, is the procedure name always at the beginning of a line (possibly with some spaces before)? Are commas used also in other contexts besides function and procedure invocation? cheers Lorenzo P.S. some

Re: [Help-source-highlight] Regular Expression Explanation for 'function.lang'

2011-05-24 Thread Peter Willis
On 5/23/2011 7:10 AM, Lorenzo Bettini wrote: (?=\() checks whether after the name there's a ( but does not consume it can the syntax of your procedure definition be identified with a regular expression? Can you make some examples of procedures? cheers Lorenzo Hello, In 'IDL' procedures a

[Help-source-highlight] Regular Expression Explanation for 'function.lang'

2011-05-20 Thread Peter Willis
Hello, I have made an IDL syntax highlight file: rsiidl.lang One of the included files is 'function.lang'. This works fine for functions that return a value since the call syntax for functions is: VARIABLE = SOMEFUNC(variable , variable, ...) I now want to define 'procedure.lang' where the ca

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

2011-01-06 Thread Peter Willis
URL: 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 2

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 <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 at:

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 downloa

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,

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 cla

[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 it

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/

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

2010-05-11 Thread Peter Willis
Mike Toews wrote: On 11 May 2010 12:04, Peter Willis 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. Is t

[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 av

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

2010-02-09 Thread Peter Willis
erver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@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 p

[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. http://wcs.foo.com/cgi-bin/wcs?REQUEST=GetCoverage&SERVICE=WCS&VERSION=1.0.0&COVERA

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

2010-01-29 Thread Peter Willis
n...@lists.osgeo.org [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.

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

2010-01-29 Thread Peter Willis
n viesti- Lähettäjä: mapserver-users-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 definit

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

2010-01-28 Thread Peter Willis
OUTPUTFORMAT for GEOTIFF_FLOAT? -Jukka 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 PROC

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

2010-01-28 Thread Peter Willis
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 "wcs_label" "Data/stuff" "wcs_ranges

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

2010-01-12 Thread Peter Willis
just tried it before I blurted... 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 a

Science (Universe) gdal-bin missing EVHR / ITT ENVI binary format

2010-01-07 Thread Peter Willis
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. If this *is* the location to contact the m

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 altog

Re: [suggest] subversion 1.6.3 for EL4

2009-06-28 Thread Peter Willis
I had problems using serf with https svn so I built a newer neon in a non-standard path and linked against it. arnebjarn...@hotmail.com wrote: 1) I'll managed to compile 1.6.3 against the included python 2.3 on my out-of-the-box CentOS 4.7 (with a couple of patches :-) ) 2) I can't compile su

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

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] Does Mapserver WMS support '' ?

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 http://lists.osgeo.org/mailman/listinfo/mapser

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

2009-05-28 Thread Peter Willis
O.K., that was brief and non-productive The 'getFeature' query XML results have ms:msGeometry entries. ie: - <<HERE!! - - - Sorry about that. Peter Peter Willis wrote: Hello, I am using mapserver as a WFS server. When I query g

[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 g

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 'the_geom

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

2009-05-27 Thread Peter Willis
HERE "PixelValue"=1 ) AS FOO using SRID=4326' 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

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

2009-05-27 Thread Peter Willis
a\" -Adam On Wed, May 27, 2009 at 6:48 PM, Peter Willis <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 requir

[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 th

[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 th

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 "BANDS=4

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

[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 M

Re: AW: [Qgis-user] WFS Support in QGIS ?!

2009-04-28 Thread Peter Willis
loads everything into virtual memory which might be too much for really big datasets. Regards, Marco -Ursprüngliche Nachricht- Von: qgis-user-boun...@lists.osgeo.org im Auftrag von Peter Willis Gesendet: Di 28.04.2009 19:03 An: qgis-user@lists.osgeo.org Betreff: [Qgis-user] WFS Support in

[Qgis-user] WFS Support in QGIS ?!

2009-04-28 Thread Peter Willis
Hello, I see support for WMS layer import which works reasonably well. I am not seeing WFS feature support, including the attribute data that belongs to the requested feature. WFS support in a GIS is, in some ways, more important than WMS support. This is due to the fact that the GIS can already

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

2009-04-20 Thread Peter Willis
Jürgen E. Fischer wrote: Hi Peter, On Mon, 20. Apr 2009 at 08:13:50 -0700, Peter Willis wrote: What compiler/version are you using for the build? I have cygwin (gcc), MS VC 5, MS Visual Studio .NET 2003 but not MinGW. He's probably not building on Windows. How that works is described

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 ca

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 t

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

2009-04-15 Thread Peter Willis
in development version and it changes daily, so packages of it may not always be exactly the latest, and may not always work the way you think they might. I believe the packager is Jürgen E. Fischer who is on this list. Peter Willis wrote: Hello, Thanks for the information. Which version of

Re: WG: [Qgis-user] WMS Layers 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 Nac

[Qgis-user] WMS Layers entity

2009-04-14 Thread Peter Willis
Hello, Which WMS, getcaps query, XML entity is meant to be used as the layer name that appears in the Quantum GIS legend? QGIS appears to be defaulting everything to the name given for the WMS server...(?!) I then need to manually rename each layer to something more enlightening. My thought was

[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 Q

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

2009-04-09 Thread Peter Willis
Carson Farmer wrote: AFAIK the PostGIS manager plugin is also able to load shapefiles into PostGIS, and this is a nice simple way to manage your database directly from within QGIS. Yes, I think you're probably right here. It would be difficult to create a tool that would import data into pg

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

2009-04-09 Thread Peter Willis
Carson Farmer wrote: Peter, What tool did you use to import the layer into POSTGIS? Quantum GIS. My guess is you actually used the SPIT plugin, which is a C++ plugin included with QGIS, and is a gui frontend to shp2pgsql... Carson Yes, that is correct. Are there any other 'shp ingesters

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 form

[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 un

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] 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 make

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-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-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 s

Re: [SQL] FUNCTION problem

2009-04-02 Thread Peter Willis
Adrian Klaver wrote: On Wednesday 01 April 2009 4:31:20 pm Peter Willis wrote: 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

[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 original:

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

Re: [GENERAL] Proper entry of polygon type data

2009-03-25 Thread Peter Willis
/GIS consultant NIWA, Wellington New Zealand Peter Willis 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

[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, C

[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, C

Re: [suggest] Update proftpd

2009-03-13 Thread Peter Willis
I might have missed it but I don't see an update for this package yet. Just FYI, versions < 1.3.2 are vulnerable to an SQL injection attack. (CVE-2009-0542,CVE-2009-0543) Shad L. Lords wrote: Would it be possible to build the latest proftpd package? The latest package you have seems to be 1.3

Re: [suggest] perl-HTML-parser refresh

2008-12-10 Thread Peter Willis
This is interesting... I would like to look at this for building my own repo's. IIRC Dag uses dar-per.py which I believe you can find here: http://svn.rpmforge.net/svn/trunk/tools/dar/dar-perl.py Amos Shapira wrote: 2008/12/11 Dag Wieers<[EMAIL PROTECTED]>: I just did that. Will become

  1   2   >