[Qgis-developer] Copy of QGIS-NaturalEarth-Example.qgs, etc. - Sample files for QGIS (Map) Server.

2011-06-29 Thread Noli Sicad
Hi,

Anybody got a copy of QGIS-NaturalEarth-Example.qgs,
10m_admin_0_countries.shp, etc use in Live.Osgeo Qgis (map) server?

http://live.osgeo.org/en/quickstart/qgis_mapserver_quickstart.html

I don't want to download the Live-OSGEO DVD. It is big.

I think it would good to have these sample files as one of the project
in Qgis github so we can easily clone it. We can add some more as well
in the future (just like ESRI ArcGIS it comes with some projects
examples for the new users to kickstart).

Probably, a KickStart_QGIS_Projects in Qgis github, not a bad title
for this sample.

Thanks.

Noli
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Copy of QGIS-NaturalEarth-Example.qgs, etc. - Sample files for QGIS (Map) Server.

2011-06-29 Thread Noli Sicad
Hi Alex,

The qgis projects are unusable without the data set.

Any further instruction how get the date set synch with the project?
If I download the natural earth data?

Any possible download link with copy of the data set that comes with
the qgis project e.g. NaturalEarth?

I am trying to figure out the install_gisdata.sh. I am using the a Mac
OS X. The script is bit tricky for Mac OS X since it design for linux.
I see POSTGRES_USER=user ? It needs Postgresql?

Thanks.

Noli



On 6/30/11, Alex Mandel tech_...@wildintellect.com wrote:
 Yup, they are all in the same svn folder. The other 2 examples are
 dependent on I believe the Spearfish (might by NC) dataset from GRASS
 and the Mapserver Itasca example that ships with mapserver.

 We are including an OSM (.osm) file now (location changes yearly to
 match FOSS4G), and a populated Postgis database (OSM and NaturalEarth).
 It might be good to create a couple more examples using that data.

 Thanks,
 Alex


 On 06/29/2011 05:54 PM, Noli Sicad wrote:
 OK.

 I got the other 2 qgis project examples.

 Thanks.

 Noli

 On 6/30/11, Noli Sicad nsi...@gmail.com wrote:
 Hi Alex,

 Thanks for info and the link.

 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/app-data/qgis/QGIS-NaturalEarth-Example.qgs

 As for the data that comes directly from NaturalEarthData.com , details
 are in the gisdata script:
 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/bin/install_gisdata.sh

 Note: there are 3 example qgis project files on the DVD currently.

 Would it be possible to send me the link of other 2 qgis project files
 example?

 Thanks in advance.

 Noli

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Copy of QGIS-NaturalEarth-Example.qgs, etc. - Sample files for QGIS (Map) Server.

2011-06-29 Thread Alex Mandel
No you don't need postgres, we happen to duplicate the data into a
postgis copy as well as the native shp.

Basically the script makes a folder called:
/usr/local/share/data/natural_earth

Into that folder the various selected layer are downloaded from:
BASE_URL=http://www.naturalearthdata.com;

LAYERS=
cultural/$SCALE-populated-places-simple
cultural/$SCALE-admin-0-countries
cultural/$SCALE-admin-1-states-provinces-shp
cultural/$SCALE-urban-area
physical/$SCALE-geography-regions-polys
physical/$SCALE-geography-regions-points
physical/$SCALE-geography-regions-elevation-points
physical/$SCALE-geography-marine-polys
physical/$SCALE-land
physical/$SCALE-ocean
physical/$SCALE-lakes
physical/$SCALE-rivers-lake-centerlines


Where scale in this case is 10m.
To put an example together:
http://www.naturalearthdata.com/cultural/10m/10m-populated-places-simple.zip

You really only need about line 57-131, plus a couple of the variables
set at the top.

You could also probably get away with just looking at the example file
and seeing which layers it wants and just download those directly from
the Natural Earth website.

Thanks,
Alex

On 06/29/2011 06:18 PM, Noli Sicad wrote:
 Hi Alex,
 
 The qgis projects are unusable without the data set.
 
 Any further instruction how get the date set synch with the project?
 If I download the natural earth data?
 
 Any possible download link with copy of the data set that comes with
 the qgis project e.g. NaturalEarth?
 
 I am trying to figure out the install_gisdata.sh. I am using the a Mac
 OS X. The script is bit tricky for Mac OS X since it design for linux.
 I see POSTGRES_USER=user ? It needs Postgresql?
 
 Thanks.
 
 Noli
 
 
 
 On 6/30/11, Alex Mandel tech_...@wildintellect.com wrote:
 Yup, they are all in the same svn folder. The other 2 examples are
 dependent on I believe the Spearfish (might by NC) dataset from GRASS
 and the Mapserver Itasca example that ships with mapserver.

 We are including an OSM (.osm) file now (location changes yearly to
 match FOSS4G), and a populated Postgis database (OSM and NaturalEarth).
 It might be good to create a couple more examples using that data.

 Thanks,
 Alex


 On 06/29/2011 05:54 PM, Noli Sicad wrote:
 OK.

 I got the other 2 qgis project examples.

 Thanks.

 Noli

 On 6/30/11, Noli Sicad nsi...@gmail.com wrote:
 Hi Alex,

 Thanks for info and the link.

 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/app-data/qgis/QGIS-NaturalEarth-Example.qgs

 As for the data that comes directly from NaturalEarthData.com , details
 are in the gisdata script:
 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/bin/install_gisdata.sh

 Note: there are 3 example qgis project files on the DVD currently.

 Would it be possible to send me the link of other 2 qgis project files
 example?

 Thanks in advance.

 Noli

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Copy of QGIS-NaturalEarth-Example.qgs, etc. - Sample files for QGIS (Map) Server.

2011-06-29 Thread Noli Sicad
Forget about the request for the 6 files.

I am downloading the natural earth zip file. It says it has Qgis project in it.

http://www.naturalearthdata.com/downloads/

Thanks.

Noli


On 6/30/11, Noli Sicad nsi...@gmail.com wrote:
 Hi Alex,

 Would be possible to get a copies of the 6 files i.e. data set for
 Natural Earth**.qgis?

 1. 10m_lakes.shp
 2. 10m_land.shp
 3. 10m_oceans.shp
 4..shp
 5.***.shp
 6. .tif

 Probably you can zip this project and these layers and send me the URL
 to download it.

 Thanks.

 Noli


 On 6/30/11, Noli Sicad nsi...@gmail.com wrote:
 Hi Alex,

 The qgis projects are unusable without the data set.

 Any further instruction how get the date set synch with the project?
 If I download the natural earth data?

 Any possible download link with copy of the data set that comes with
 the qgis project e.g. NaturalEarth?

 I am trying to figure out the install_gisdata.sh. I am using the a Mac
 OS X. The script is bit tricky for Mac OS X since it design for linux.
 I see POSTGRES_USER=user ? It needs Postgresql?

 Thanks.

 Noli



 On 6/30/11, Alex Mandel tech_...@wildintellect.com wrote:
 Yup, they are all in the same svn folder. The other 2 examples are
 dependent on I believe the Spearfish (might by NC) dataset from GRASS
 and the Mapserver Itasca example that ships with mapserver.

 We are including an OSM (.osm) file now (location changes yearly to
 match FOSS4G), and a populated Postgis database (OSM and NaturalEarth).
 It might be good to create a couple more examples using that data.

 Thanks,
 Alex


 On 06/29/2011 05:54 PM, Noli Sicad wrote:
 OK.

 I got the other 2 qgis project examples.

 Thanks.

 Noli

 On 6/30/11, Noli Sicad nsi...@gmail.com wrote:
 Hi Alex,

 Thanks for info and the link.

 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/app-data/qgis/QGIS-NaturalEarth-Example.qgs

 As for the data that comes directly from NaturalEarthData.com ,
 details
 are in the gisdata script:
 http://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/bin/install_gisdata.sh

 Note: there are 3 example qgis project files on the DVD currently.

 Would it be possible to send me the link of other 2 qgis project files
 example?

 Thanks in advance.

 Noli

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer