[Spanish] Re: Spanish Digest, Vol 25, Issue 13

Paulo Clavijo paucls at gmail.com
Fri Mar 6 04:07:17 EST 2009


Muchas gracias por vuestra ayuda !

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.

El 6 de marzo de 2009 6:06, <spanish-request en lists.osgeo.org> escribió:

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


More information about the Spanish mailing list