Re: [mapserver-users] Processing JP2000 files

2014-03-21 Thread Rahkonen Jukka (Tike)
Hi, From your other mail I concluded that your images are converted into JPEG2000 with some Lizardtech product so it is not a surprise that MrSID/MrSIG JPEG2000 driver is happy with the SOT markers. I do not know if it is a real error in file structure or only a different JPEG2000 dialect.

Re: [mapserver-users] Processing JP2000 files

2014-03-21 Thread EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
Hi Jukka, I have Global Mapper, and used it to do a batch convert to geotiff on a test set of images. The converted files work fine with the OpenJPEG drive, but the size almost doubles and on my 10 year old pc at home it takes about 3 minutes per file to convert. I will look at all the

Re: [mapserver-users] Processing JP2000 files

2014-03-21 Thread Rahkonen Jukka (Tike)
Hi James, It has been a while since I have done any experiments with JPEG2000 and stopwatch but I happened to have a rather recent versions of Kakadu demo executables on my machine (version 7.3.2, the very latest is 7.3.3). We do not have a license for the Kakadu speed pack, but even without

[mapserver-users] WFS filter creates a query using a number instead of text

2014-03-21 Thread Steve . Toutant
The problem is when we send a string that represents a number, example: Filter=FilterPropertyIsEqualToPropertyNamecode_cs /PropertyNameLiteral864000/Literal/PropertyIsEqualTo/Filter I get: ERROR: operator does not exist: character varying = integer code_cs= 864000 DescribeFeatureType returns

[mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Mike Flannigan
On a perhaps related subject, I was wondering if there was a preferred way to convert PDF map files to georeferenced GeoTiffs? I have thousands (many thousands) of these to convert. The tools I would like to use in order of preference are: Perl QGIS Any open source software Global Mapper I

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
Hi Mike, I have GM 15. If you send me a couple of your .PDFs I could benchmark converting them with GM. GM is good at tiling, if you want the output broken up, or put in a pyramid. James -Original Message- From: Mike Flannigan [mailto:mikef...@att.net] Sent: Friday, March 21, 2014

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Rahkonen Jukka (Tike)
Hi, GDAL of course. C:\data\tempgdal_translate -of GTiff -co tiled=yes ny_west point_140214_1941_62500_geo.pdf geotiff_out.tif Conversion takes a few seconds only. -Jukka Rahkonen- Mike Flannigan wrote: On a perhaps related subject, I was wondering if there was a preferred way to

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Smith, Michael
GDAL 1.8 or newer http://www.gdal.org/frmt_pdf.html Mike Smith Augusta ME -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mike Flannigan Sent: Friday, March 21, 2014 11:06 AM To:

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Schweitzer, Peter
You're working with the USGS historic topo map collection. In the long run it might be helpful to communicate to the appropriate office of USGS your need for these to be provided directly in GeoTiff rather than in GeoPDF. I'm sure that our people discussed the format issue and came to their

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Mike Flannigan
Thank you. Give me some time and I'll post a few of these maps. I'll try GDAL. I'm not sure if I want them tiled or not. Whatever makes the most sense. Generally my GeoTiffs have the border on them, so I guess that is my preference. Execution time is not really a concern for me either. I

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Mike Flannigan
Thank you. I should have known that, but I didn't. Mike On 3/21/2014 10:06 AM, Smith, Michael wrote: GDAL 1.8 or newer http://www.gdal.org/frmt_pdf.html Mike Smith Augusta ME -Original Message- From: mapserver-users-boun...@lists.osgeo.org

Re: [mapserver-users] Converting PDF files to GeoTiff

2014-03-21 Thread Mike Flannigan
Thank you. That is a great idea. I need to make some friends at the USGS anyway. I went to school in Rolla, MO, and I have had friends at that office in the distant past. One was Hal Baker. I love these 15' topos. They are a real gem. I'm surprised they are so hard to come by

[mapserver-users] Running a .aspx script

2014-03-21 Thread EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
HI, I'm trying to get mapserver (from GISInternals) running under IIS7. I need to figure out how to get it to execute a .aspx script that I'm using as a tile server. I use the gdal-minidrivers to call the script, and that part seems to be working fine, but I get an error 404 from what looks