librelist archives

« back to archive

Subir multiples .shp a geonode

Subir multiples .shp a geonode

From:
Fredy Rivera
Date:
2011-11-02 @ 13:50
Hola

Tengo 30 archivos shape y me gustaría saber si es posible subirlos
masivamente de alguna manera y conservarlos en capas individuales.

  salu2
Humano

-- 
Por favor, no me envíe documentos con extensiones .doc, .docx, .xls,
.xlsx, .ppt, .pptx, .mdb, mdbx
OpenOffice es libre: se puede copiar, modificar y redistribuir
libremente. Gratis y totalmente legal.
http://GaleNUx.com es el sistema de información para la salud
--------------------------------------///--------------------------------------
Teléfono USA:  (347) 688-4473 (Google voice)
skype: llamarafredyrivera

Re: [geonode] Subir multiples .shp a geonode

From:
Ariel Nunez
Date:
2011-11-02 @ 15:45
La mejor manera es usar scp (o rsync) para subirlos al servidor. Por ejemplo:

scp -r myfolder user@mygeonode.com:~

Y luego utilizar el comando geonode_import de la siguiente manera:

geonode geonode_import ~/myfolder --user=fredyrivera


Luego vas a tener todos los layers disponibles en tu servidor.

Ariel.

PS: I am not sure we have a policy for posts and answers in languages
other than english, would be great to hear suggestions about how to
handle it. For now I will respond to the ones in Spanish in Spanish.
:)

2011/11/2 Fredy Rivera <fredyrivera@gmail.com>:
> Hola
>
> Tengo 30 archivos shape y me gustaría saber si es posible subirlos
> masivamente de alguna manera y conservarlos en capas individuales.
>
>  salu2
> Humano
>
> --
> Por favor, no me envíe documentos con extensiones .doc, .docx, .xls,
> .xlsx, .ppt, .pptx, .mdb, mdbx
> OpenOffice es libre: se puede copiar, modificar y redistribuir
> libremente. Gratis y totalmente legal.
> http://GaleNUx.com es el sistema de información para la salud
> --------------------------------------///--------------------------------------
> Teléfono USA:  (347) 688-4473 (Google voice)
> skype: llamarafredyrivera
>

Re: [geonode] Subir multiples .shp a geonode

From:
David Winslow
Date:
2011-11-02 @ 15:53
Well, I would like to focus on English for this list - I don't see a reason
to refuse questions asked in  (for example) Spanish but I can also see that
becoming problematic for the non-polyglots of the GeoNode community :)  As
a compromise, how about translating the question and answer in English as
well as responding in the original language (where they differ?)

In this case Fredy was asking about loading many Shapefiles into a GeoNode
site - can he do it in one bulk operation?

And Ariel responded that yes, it's possible - you can copy the files to
your server with

scp -r myfolder user@mygeonode.com:~

and then there is a management script in geonode you can use like:

geonode geonode_import ~/myfolder --user=fredyrivera

--
David Winslow
OpenGeo - http://opengeo.org/

2011/11/2 Ariel Nunez <ingenieroariel@gmail.com>

> La mejor manera es usar scp (o rsync) para subirlos al servidor. Por
> ejemplo:
>
> scp -r myfolder user@mygeonode.com:~
>
> Y luego utilizar el comando geonode_import de la siguiente manera:
>
> geonode geonode_import ~/myfolder --user=fredyrivera
>
>
> Luego vas a tener todos los layers disponibles en tu servidor.
>
> Ariel.
>
> PS: I am not sure we have a policy for posts and answers in languages
> other than english, would be great to hear suggestions about how to
> handle it. For now I will respond to the ones in Spanish in Spanish.
> :)
>
> 2011/11/2 Fredy Rivera <fredyrivera@gmail.com>:
> > Hola
> >
> > Tengo 30 archivos shape y me gustaría saber si es posible subirlos
> > masivamente de alguna manera y conservarlos en capas individuales.
> >
> >  salu2
> > Humano
> >
> > --
> > Por favor, no me envíe documentos con extensiones .doc, .docx, .xls,
> > .xlsx, .ppt, .pptx, .mdb, mdbx
> > OpenOffice es libre: se puede copiar, modificar y redistribuir
> > libremente. Gratis y totalmente legal.
> > http://GaleNUx.com es el sistema de información para la salud
> >
> --------------------------------------///--------------------------------------
> > Teléfono USA:  (347) 688-4473 (Google voice)
> > skype: llamarafredyrivera
> >
>

Re: [geonode] Subir multiples .shp a geonode

From:
Carlos Julien
Date:
2011-11-02 @ 15:55
Sounds like a good plan.

 

 

./cjj

 

From: geonode@librelist.org [mailto:geonode@librelist.org] On Behalf Of 
David Winslow
Sent: Wednesday, November 02, 2011 11:54 AM
To: geonode@librelist.org
Subject: Re: [geonode] Subir multiples .shp a geonode

 

Well, I would like to focus on English for this list - I don't see a 
reason to refuse questions asked in  (for example) Spanish but I can also 
see that becoming problematic for the non-polyglots of the GeoNode 
community :)  As a compromise, how about translating the question and 
answer in English as well as responding in the original language (where 
they differ?)

 

In this case Fredy was asking about loading many Shapefiles into a GeoNode
site - can he do it in one bulk operation?

 

And Ariel responded that yes, it's possible - you can copy the files to 
your server with 

 

scp -r myfolder user@mygeonode.com:~

 

and then there is a management script in geonode you can use like:

 

geonode geonode_import ~/myfolder --user=fredyrivera

 

--

David Winslow

OpenGeo - http://opengeo.org/

 

2011/11/2 Ariel Nunez <ingenieroariel@gmail.com>

La mejor manera es usar scp (o rsync) para subirlos al servidor. Por ejemplo:

scp -r myfolder user@mygeonode.com:~

Y luego utilizar el comando geonode_import de la siguiente manera:

geonode geonode_import ~/myfolder --user=fredyrivera


Luego vas a tener todos los layers disponibles en tu servidor.

Ariel.

PS: I am not sure we have a policy for posts and answers in languages
other than english, would be great to hear suggestions about how to
handle it. For now I will respond to the ones in Spanish in Spanish.
:)

2011/11/2 Fredy Rivera <fredyrivera@gmail.com>:

> Hola
>
> Tengo 30 archivos shape y me gustaría saber si es posible subirlos
> masivamente de alguna manera y conservarlos en capas individuales.
>
>  salu2
> Humano
>
> --
> Por favor, no me envíe documentos con extensiones .doc, .docx, .xls,
> .xlsx, .ppt, .pptx, .mdb, mdbx
> OpenOffice es libre: se puede copiar, modificar y redistribuir
> libremente. Gratis y totalmente legal.
> http://GaleNUx.com es el sistema de información para la salud
> --------------------------------------///--------------------------------------
> Teléfono USA:  (347) 688-4473 <tel:%28347%29%20688-4473>  (Google voice)
> skype: llamarafredyrivera
>

 


CONFIDENTIALITY:  This email (including any attachments) may contain 
confidential, proprietary and/or privileged information.  Any duplication,
copying, distribution, dissemination, transmission, disclosure or use in 
any manner of this email (including any attachments) without the 
authorisation of the sender is strictly prohibited.  If you receive this 
email (including any attachments) in error, please notify the sender and 
delete this email (including any attachments) from your system.  Thank 
you.