Muchas gracias por vuestra ayuda !<br><br>Por ahora ya he descargado el SDK de ECW, ecw_jpeg_2000_sdk_3_3_source voy a probar a compilarlo y ya os comento como quedo.<br><br><div class="gmail_quote">El 6 de marzo de 2009 6:06, <span dir="ltr"><<a href="mailto:spanish-request@lists.osgeo.org">spanish-request@lists.osgeo.org</a>></span> escribió:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Send Spanish mailing list submissions to<br>
<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:spanish-request@lists.osgeo.org">spanish-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:spanish-owner@lists.osgeo.org">spanish-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Spanish digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. MapServer + soporte ECW (Paulo Clavijo)<br>
2. Re: MapServer + soporte ECW (Carlos D?vila)<br>
3. Re: MapServer + soporte ECW (Evaristo Gestoso Rodriguez)<br>
4. Re: MapServer + soporte ECW (Evaristo Gestoso Rodriguez)<br>
5. Re: MapServer + soporte ECW (Juan Manuel Uribe Medina)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 5 Mar 2009 19:09:44 +0100<br>
From: Paulo Clavijo <<a href="mailto:paucls@gmail.com">paucls@gmail.com</a>><br>
Subject: [Spanish] MapServer + soporte ECW<br>
To: <a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a><br>
Message-ID:<br>
<<a href="mailto:de1bc770903051009va149d58wa86c6375e9042c8c@mail.gmail.com">de1bc770903051009va149d58wa86c6375e9042c8c@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Hola,<br>
<br>
estoy intentando configurar MapServer en linux con soporte para ECW.<br>
<br>
Tengo instalado sobre un servidor Linux con Debian Lenny (estable),<br>
MapServer versión 5.0.3 .<br>
<br>
Lo he instalado a través de los repositorios de debian, junto Apache2 y las<br>
librerias PROJ4 (proj), GEOS (libgeos-3.0.0), SHAPELIB (shapelib), GDAL<br>
(gdal-bin, libgdal1-1.5.0)<br>
<br>
<br>
si ejecuto:<br>
<br>
*# gdalinfo --format ecw *<br>
<br>
*ERROR 1: --format option given with format 'ecw', but that format not *<br>
<br>
*recognised. Use the --formats option to get a list of available formats, *<br>
<br>
*and use the short code (ie. GTiff or HFA) as the format identifier.*<br>
<br>
<br>
Gdal me indica que no tengo soporte para el formato ECW, así que quiero<br>
instalarlo tal como se indica en <a href="http://www.gdal.org/frmt_ecw.html" target="_blank">http://www.gdal.org/frmt_ecw.html</a><br>
<br>
<br>
“Support for the ECW driver in GDAL is optional, and requires linking in<br>
external ECW SDK libraries provided by ERMapper.”<br>
<br>
<br>
Mis dudas son:<br>
<br>
¿donde puedo descargar el ECW SDK libraries? Ya que la web <a href="http://www.ermapper.com" target="_blank">www.ermapper.com</a><br>
<<a href="http://www.ermapper.com/" target="_blank">http://www.ermapper.com/</a>>ya no esta disponible.<br>
<br>
¿Hay alguien que tenga mapserver + ecw funcionando en linux? Y pueda<br>
orientarme un poco.<br>
<br>
<br>
<br>
<br>
Por otro lado también he probado a instalar mapserver con la version<br>
standalone de <a href="http://maptools.org" target="_blank">maptools.org</a>, en concreto<br>
fgs-mapserver_5.2.1-fgs_1.0.0-linux-i386.bin, que trae en un único<br>
instalador apache, mapserver y las librerias necesarias. Incluido el soporte<br>
ecw, en la propia instalación me indica que lo ha instalado:<br>
<br>
*+ Installing gdal_ecw-module: *<br>
<br>
* + Getting and extracting module 'gdal_ecw-module'... ok*<br>
<br>
*Getting and extracting module 'libecw-base'... ok*<br>
<br>
<br>
y con este al lanzar gdalinfo si obtengo que esta soportado ecw:<br>
<br>
<br>
*/opt/fgs# gdalinfo --format ecw *<br>
<br>
*Format Details: *<br>
<br>
* Short Name: ECW *<br>
<br>
* Long Name: ERMapper Compressed Wavelets *<br>
<br>
* Extension: ecw *<br>
<br>
* Help Topic: frmt_ecw.html *<br>
<br>
* Supports: CreateCopy() - Create dataset by copying another. *<br>
<br>
* Creation Datatypes: Byte *<br>
<br>
*<CreationOptionList> *<br>
<br>
* <Option name="TARGET" type="float" description="Compression Percentage"/><br>
*<br>
<br>
* <Option name="PROJ" type="string" description="ERMapper Projection Name"/><br>
*<br>
<br>
* <Option name="DATUM" type="string" description="ERMapper Datum Name"/> *<br>
<br>
* <Option name="LARGE_OK" type="boolean" description="Enable compressing<br>
500+MB files"/> *<br>
<br>
*</CreationOptionList> *<br>
<br>
<br>
<br>
Aun así me defino una layer en mi .map para un ecw:<br>
<br>
<br>
LAYER<br>
<br>
NAME Relieve<br>
<br>
TYPE raster<br>
<br>
STATUS on<br>
<br>
DATA "/var/data/relieve.ecw"<br>
<br>
PROJECTION<br>
<br>
"init=epsg:23030"<br>
<br>
END<br>
<br>
METADATA<br>
<br>
"wms_title" "Relieve"<br>
<br>
"wms_abstract" "Imagen raster"<br>
<br>
"wms_keywordlist" "WMS imagen raster"<br>
<br>
"wms_srs" "EPSG:23030"<br>
<br>
END<br>
<br>
<br>
y al intentar mostrarla en el navegador obtengo el error de mapserver:<br>
<br>
<br>
msDrawMap(): Image handling error. Failed to draw layer named 'Relieve'.<br>
msDrawRaster(): Image handling error. Unrecognized or unsupported image<br>
format drawEPP(): Image handling error. /var/data/relieve.ecw is not an EPPL<br>
file.<br>
<br>
<br>
Alguna idea de como solucionarlo ?<br>
<br>
Gracias de antemano<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20090305/56e8c3bc/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20090305/56e8c3bc/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 05 Mar 2009 19:52:49 +0100<br>
From: Carlos D?vila <<a href="mailto:cdavilam@jemila.jazztel.es">cdavilam@jemila.jazztel.es</a>><br>
Subject: Re: [Spanish] MapServer + soporte ECW<br>
To: Cap?tulo Local de la comunidad hispano-hablante<br>
<<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID: <<a href="mailto:49B01F81.2050207@jemila.jazztel.es">49B01F81.2050207@jemila.jazztel.es</a>><br>
Content-Type: text/plain; charset=windows-1252<br>
<br>
Paulo Clavijo escribió:<br>
><br>
> Hola,<br>
><br>
> estoy intentando configurar MapServer en linux con soporte para ECW.<br>
><br>
> Tengo instalado sobre un servidor Linux con Debian Lenny (estable),<br>
> MapServer versión 5.0.3 .<br>
><br>
> Lo he instalado a través de los repositorios de debian, junto Apache2<br>
> y las librerias PROJ4 (proj), GEOS (libgeos-3.0.0), SHAPELIB<br>
> (shapelib), GDAL (gdal-bin, libgdal1-1.5.0)<br>
><br>
><br>
> si ejecuto:<br>
><br>
> */# gdalinfo --format ecw /*<br>
><br>
> */ERROR 1: --format option given with format 'ecw', but that format not /*<br>
><br>
> */recognised. Use the --formats option to get a list of available<br>
> formats, /*<br>
><br>
> */and use the short code (ie. GTiff or HFA) as the format identifier./*<br>
><br>
><br>
> Gdal me indica que no tengo soporte para el formato ECW, así que<br>
> quiero instalarlo tal como se indica en <a href="http://www.gdal.org/frmt_ecw.html" target="_blank">http://www.gdal.org/frmt_ecw.html</a><br>
><br>
><br>
> “Support for the ECW driver in GDAL is optional, and requires linking<br>
> in external ECW SDK libraries provided by ERMapper.”<br>
><br>
><br>
> Mis dudas son:<br>
><br>
> ¿donde puedo descargar el ECW SDK libraries? Ya que la web<br>
> <a href="http://www.ermapper.com" target="_blank">www.ermapper.com</a> <<a href="http://www.ermapper.com/" target="_blank">http://www.ermapper.com/</a>><br>
> <<a href="http://www.ermapper.com/" target="_blank">http://www.ermapper.com/</a>>ya no esta disponible.<br>
><br>
Prueba con las instrucciones de este enlace [1]. Está en italiano, pero<br>
se entiende lo suficiente. Yo no uso mapserver, pero en QGIS sí puedo<br>
ver imágenes ecw.<br>
[1]<br>
<a href="http://wiki.gfoss.it/index.php/Come_abilitare_il_supporto_ai_file_ECW_in_GDAL_e_visualizzarli_in_GRASS_e_QGIS#Creare_un_plugin_GDAL_per_il_supporto_ECW_.28DRAFT.29" target="_blank">http://wiki.gfoss.it/index.php/Come_abilitare_il_supporto_ai_file_ECW_in_GDAL_e_visualizzarli_in_GRASS_e_QGIS#Creare_un_plugin_GDAL_per_il_supporto_ECW_.28DRAFT.29</a><br>
><br>
> ¿Hay alguien que tenga mapserver + ecw funcionando en linux? Y pueda<br>
> orientarme un poco.<br>
><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 5 Mar 2009 20:17:52 +0100<br>
From: Evaristo Gestoso Rodriguez <<a href="mailto:evaristogestoso@gmail.com">evaristogestoso@gmail.com</a>><br>
Subject: Re: [Spanish] MapServer + soporte ECW<br>
To: Cap?tulo Local de la comunidad hispano-hablante<br>
<<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:49f5fbf60903051117l29a822d1l1c6ad04d685b18cd@mail.gmail.com">49f5fbf60903051117l29a822d1l1c6ad04d685b18cd@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
O bien le puedes hechar un vistazo a este enlace [1] en Portugues del<br>
Capitulo hermano peninsular que es un idioma más dulce. Si no te puedes<br>
descargar el SDK de ECW mal rollito por que no podrás darle el soporte.<br>
<br>
[1]<br>
<a href="http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_%28com_ECW_e_MrSID%29" target="_blank">http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_(com_ECW_e_MrSID)</a><br>
<br>
--<br>
Evaristo Gestoso Rodriguez<br>
<br>
Puedes visitar:<br>
<br>
<a href="http://arkegeomatica.es/IdeARK" target="_blank">http://arkegeomatica.es/IdeARK</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20090305/b49bf413/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20090305/b49bf413/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 5 Mar 2009 20:24:25 +0100<br>
From: Evaristo Gestoso Rodriguez <<a href="mailto:evaristogestoso@gmail.com">evaristogestoso@gmail.com</a>><br>
Subject: Re: [Spanish] MapServer + soporte ECW<br>
To: Cap?tulo Local de la comunidad hispano-hablante<br>
<<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:49f5fbf60903051124l5572742co6eb3678207a33bc0@mail.gmail.com">49f5fbf60903051124l5572742co6eb3678207a33bc0@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
2009/3/5 Evaristo Gestoso Rodriguez <<a href="mailto:evaristogestoso@gmail.com">evaristogestoso@gmail.com</a>><br>
<br>
> O bien le puedes hechar un vistazo a este enlace [1] en Portugues del<br>
> Capitulo hermano peninsular que es un idioma más dulce. Si no te puedes<br>
> descargar el SDK de ECW mal rollito por que no podrás darle el soporte.<br>
><br>
> [1]<br>
> <a href="http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_%28com_ECW_e_MrSID%29" target="_blank">http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_(com_ECW_e_MrSID)</a><<a href="http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_%28com_ECW_e_MrSID%29" target="_blank">http://wiki.osgeo.org/wiki/Instalar_Grass_6.4_e_QGis_1.0_em_Ubuntu_8.10_%28com_ECW_e_MrSID%29</a>><br>
><br>
> --<br>
> Evaristo Gestoso Rodriguez<br>
><br>
> Puedes visitar:<br>
><br>
> <a href="http://arkegeomatica.es/IdeARK" target="_blank">http://arkegeomatica.es/IdeARK</a><br>
><br>
><br>
<br>
<br>
Ahora que recuerdo la última versión de FGS tiene soporte para ECW mira aqui<br>
[1] haber si te puede ser util la ibreria compilada ECW del mismo para GDAL<br>
1.5.0.<br>
<br>
[1] <a href="http://dl.maptools.org/dl/fgs/releases/1.0/1.0.0/modules/" target="_blank">http://dl.maptools.org/dl/fgs/releases/1.0/1.0.0/modules/</a><br>
<br>
saludos.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20090305/0b66cb36/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20090305/0b66cb36/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 5 Mar 2009 22:06:56 -0700<br>
From: Juan Manuel Uribe Medina <<a href="mailto:juanm.uribe@gmail.com">juanm.uribe@gmail.com</a>><br>
Subject: Re: [Spanish] MapServer + soporte ECW<br>
To: Cap?tulo Local de la comunidad hispano-hablante<br>
<<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID:<br>
<<a href="mailto:3c4fbea70903052106x2dbec2fbjf40170258aecb5c8@mail.gmail.com">3c4fbea70903052106x2dbec2fbjf40170258aecb5c8@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
Hola Paulo<br>
<br>
Yo tengo funcionando MapServer 5.2 con GDAL y soporte para ECW en un<br>
servidor con Ubuntu Linux. El modo en que lo hice funcionar fue compilandolo<br>
que aunque no es la ruta más sencilla tampoco es algo fuera de lo normal. El<br>
SDK ahora se puede descargar desde esta liga [1].<br>
<br>
Con respecto a instalarlo con el paquete de MapTools, debes de revisar que<br>
no estén en conflicto las versiones que descargaste de repositorios y la que<br>
el FGS incluye tanto Mapserver, GDAL como el mismo Apache.<br>
<br>
Saludos y cualquier duda avisame.<br>
<br>
[1]<br>
<a href="http://www.erdas.com/Products/ERDASProductInformation/tabid/84/currentid/1142/default.aspx" target="_blank">http://www.erdas.com/Products/ERDASProductInformation/tabid/84/currentid/1142/default.aspx</a><br>
<br>
<br>
El 5 de marzo de 2009 11:09, Paulo Clavijo <<a href="mailto:paucls@gmail.com">paucls@gmail.com</a>> escribió:<br>
<br>
> Hola,<br>
><br>
> estoy intentando configurar MapServer en linux con soporte para ECW.<br>
><br>
> Tengo instalado sobre un servidor Linux con Debian Lenny (estable),<br>
> MapServer versión 5.0.3 .<br>
><br>
> Lo he instalado a través de los repositorios de debian, junto Apache2 y las<br>
> librerias PROJ4 (proj), GEOS (libgeos-3.0.0), SHAPELIB (shapelib), GDAL<br>
> (gdal-bin, libgdal1-1.5.0)<br>
><br>
><br>
> si ejecuto:<br>
><br>
> *# gdalinfo --format ecw *<br>
><br>
> *ERROR 1: --format option given with format 'ecw', but that format not *<br>
><br>
> *recognised. Use the --formats option to get a list of available formats,<br>
> *<br>
><br>
> *and use the short code (ie. GTiff or HFA) as the format identifier.*<br>
><br>
><br>
> Gdal me indica que no tengo soporte para el formato ECW, así que quiero<br>
> instalarlo tal como se indica en <a href="http://www.gdal.org/frmt_ecw.html" target="_blank">http://www.gdal.org/frmt_ecw.html</a><br>
><br>
><br>
> “Support for the ECW driver in GDAL is optional, and requires linking in<br>
> external ECW SDK libraries provided by ERMapper.”<br>
><br>
><br>
> Mis dudas son:<br>
><br>
> ¿donde puedo descargar el ECW SDK libraries? Ya que la web<br>
> <a href="http://www.ermapper.com" target="_blank">www.ermapper.com</a> <<a href="http://www.ermapper.com/" target="_blank">http://www.ermapper.com/</a>>ya no esta disponible.<br>
><br>
> ¿Hay alguien que tenga mapserver + ecw funcionando en linux? Y pueda<br>
> orientarme un poco.<br>
><br>
><br>
><br>
><br>
> Por otro lado también he probado a instalar mapserver con la version<br>
> standalone de <a href="http://maptools.org" target="_blank">maptools.org</a>, en concreto<br>
> fgs-mapserver_5.2.1-fgs_1.0.0-linux-i386.bin, que trae en un único<br>
> instalador apache, mapserver y las librerias necesarias. Incluido el soporte<br>
> ecw, en la propia instalación me indica que lo ha instalado:<br>
><br>
> *+ Installing gdal_ecw-module: *<br>
><br>
> * + Getting and extracting module 'gdal_ecw-module'... ok*<br>
><br>
> *Getting and extracting module 'libecw-base'... ok*<br>
><br>
><br>
> y con este al lanzar gdalinfo si obtengo que esta soportado ecw:<br>
><br>
><br>
> */opt/fgs# gdalinfo --format ecw *<br>
><br>
> *Format Details: *<br>
><br>
> * Short Name: ECW *<br>
><br>
> * Long Name: ERMapper Compressed Wavelets *<br>
><br>
> * Extension: ecw *<br>
><br>
> * Help Topic: frmt_ecw.html *<br>
><br>
> * Supports: CreateCopy() - Create dataset by copying another. *<br>
><br>
> * Creation Datatypes: Byte *<br>
><br>
> *<CreationOptionList> *<br>
><br>
> * <Option name="TARGET" type="float" description="Compression<br>
> Percentage"/> *<br>
><br>
> * <Option name="PROJ" type="string" description="ERMapper Projection<br>
> Name"/> *<br>
><br>
> * <Option name="DATUM" type="string" description="ERMapper Datum Name"/> *<br>
><br>
> * <Option name="LARGE_OK" type="boolean" description="Enable compressing<br>
> 500+MB files"/> *<br>
><br>
> *</CreationOptionList> *<br>
><br>
><br>
><br>
> Aun así me defino una layer en mi .map para un ecw:<br>
><br>
><br>
> LAYER<br>
><br>
> NAME Relieve<br>
><br>
> TYPE raster<br>
><br>
> STATUS on<br>
><br>
> DATA "/var/data/relieve.ecw"<br>
><br>
> PROJECTION<br>
><br>
> "init=epsg:23030"<br>
><br>
> END<br>
><br>
> METADATA<br>
><br>
> "wms_title" "Relieve"<br>
><br>
> "wms_abstract" "Imagen raster"<br>
><br>
> "wms_keywordlist" "WMS imagen raster"<br>
><br>
> "wms_srs" "EPSG:23030"<br>
><br>
> END<br>
><br>
><br>
> y al intentar mostrarla en el navegador obtengo el error de mapserver:<br>
><br>
><br>
> msDrawMap(): Image handling error. Failed to draw layer named 'Relieve'.<br>
> msDrawRaster(): Image handling error. Unrecognized or unsupported image<br>
> format drawEPP(): Image handling error. /var/data/relieve.ecw is not an EPPL<br>
> file.<br>
><br>
><br>
> Alguna idea de como solucionarlo ?<br>
><br>
> Gracias de antemano<br>
><br>
><br>
><br>
> _______________________________________________<br>
> Spanish mailing list<br>
> <a href="mailto:Spanish@lists.osgeo.org">Spanish@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
><br>
><br>
<br>
<br>
--<br>
Juan Manuel Uribe Medina<br>
<a href="http://www.hablandodesigs.com" target="_blank">http://www.hablandodesigs.com</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20090305/cebc2907/attachment.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20090305/cebc2907/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Spanish mailing list<br>
<a href="mailto:Spanish@lists.osgeo.org">Spanish@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br>
<br>
End of Spanish Digest, Vol 25, Issue 13<br>
***************************************<br>
</blockquote></div><br>