[OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread mayank_agarwal

Thanks Simon,
But I need a web based GIS.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5513611.html
Sent from the OSGeo Discuss mailing list archive at Nabble.com.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread Doug_Newcomb
Mayank,

You can use php to call GRASS, postgis, gdal, etc. to do all you ask. 
See http://grass.osgeo.org/wiki/GRASS_and_PHP

Example.
http://www.gapserve.ncsu.edu/prgap/prgap/.

Doug

 
Doug Newcomb 
USFWS
Raleigh, NC
919-856-4520 ext. 14 doug_newc...@fws.gov
-
The opinions I express are my own and are not representative of the 
official policy of the U.S.Fish and Wildlife Service or Dept. of the 
Interior.   Life is too short for undocumented, proprietary data formats.



mayank_agarwal mayank_agar...@persistent.co.in 
Sent by: discuss-boun...@lists.osgeo.org
09/09/2010 04:25 AM
Please respond to
OSGeo Discussions discuss@lists.osgeo.org


To
discuss@lists.osgeo.org
cc

Subject
[OSGeo-Discuss] Re: Best GIS with below listed requirements







Thanks Simon,
But I need a web based GIS.
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5513611.html

Sent from the OSGeo Discuss mailing list archive at Nabble.com.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread mayank_agarwal

Thanks a lot Doug,
But will it help Desktop GIS to act as a web based GIS?
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5514164.html
Sent from the OSGeo Discuss mailing list archive at Nabble.com.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread Noli Sicad
What do you mean about web based GIS?

QGIS, gvSig, and uDig can act as client to Web Map Servers.


'QGIS, gvSig, and uDig are all open source desktop GIS's that can
connect to web services. uDig is currently the most advanced on that
front, connecting to WMS and WFS, as well as allowing editing through
WFS-T. gvSig has WMS, and should have WFS support in their next
release, and QGIS supposedly has partially implemented WMS. Each
offers various strengths and weaknesses. Our favorite is uDig, though
we're biased, since it's built on the same great GeoTools toolkit that
GeoServer  is.

http://geoserver.org/display/GEOSDOC/Clients

Noli


On 9/9/10, mayank_agarwal mayank_agar...@persistent.co.in wrote:

 Thanks a lot Doug,
 But will it help Desktop GIS to act as a web based GIS?
 --
 View this message in context:
 http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5514164.html
 Sent from the OSGeo Discuss mailing list archive at Nabble.com.
 ___
 Discuss mailing list
 Discuss@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Best GIS with below listed requirements

2010-09-09 Thread Stefan Steiniger
actually besides your web-based requirement (which the software below 
doesn't fulfil)
A free spatial statistics tool is GeoDa - with an open source version 
under work (http://geodacenter.asu.edu/software).


stefan

Mayank Agarwal wrote:
I want an opensource GIS might or might not be java based and should 
support following things-


1. Apply ArcGIS Spatial Analyst tools for surface and distance, analyses :
-Statistical data analysis using  Moran's I, Geary's C, Kriging, Local 
Moran's I, Spatial Scan Statistic, Geographic weighted regression


Not necessary that it supports all of them but at least some of them.

2. Creating spatiotemporal queries(joins/ Intersect, clip, and union)


Please reply fast as my project is on hold due to this..
Thanks a lot,
Mayank

DISCLAIMER == This e-mail may contain privileged and 
confidential information which is the property of Persistent Systems 
Ltd. It is intended only for the use of the individual or entity to 
which it is addressed. If you are not the intended recipient, you are 
not authorized to read, retain, copy, print, distribute or use this 
message. If you have received this communication in error, please notify 
the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.





___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Looking for Yum or RPM Site for GIS Suite for Centos 5.5

2010-09-09 Thread Bill Thoen
I hope this is the appropriate place for this general-GIS software 
question. Apologies if this isn't it.


I'm looking for a yum repo or an rpm download site for the following set 
of GIS packages for a machine running Centos 5.5:

PostgreSQL
Proj4
GDAL / OGR tools
GEOS
PostGIS
MapServer
PHP Mapscript
Open Layers
Quantum GIS

I'd like to have PostGIS compiled with at least these switches or their 
equivalent built in:

 --with-pgsql=...
 --with-geos=...
 --with-proj=...
 --with-proj-libdir=...

GDAL should have at least these switches set:
 --with-pg=...
 --with-geos=yes

MapServer
 --with-proj=/usr/local/ \
 --with-geos=/usr/local/bin/geos-config \
 --with-ogr=/usr/local/bin/gdal-config \
 --with-gdal=/usr/local/bin/gdal-config \
 --with-postgis=/usr/local/pgsql/bin/pg_config \
 --with-wfs \
 --with-wcs \
 --with-wmsclient \
 --with-wfsclient \
 --with-curl-config=/usr/bin/curl-config \
 --with-agg=/usr/local/src/agg --with-freetype \
 --with-php=

I used to just compile these from source, but my sysAdminis recommends 
that whenever possible, to use rpms to take advantage of yum's or rpm's 
file management. and inventory capabilities. Since this is a brand new 
machine, I'd like to follow the recommendations of people who know more 
than I do, whenever I can.


So, does any know if there's a one-stop yum repository or rpm site where 
I can get everything as integrated, compatible rpms ?


TIA,
- Bil Thoen
--

*Bill Thoen*
GISnet - www.gisnet.com http://www.gisnet.com/
1401 Walnut St., Suite C
Boulder, CO 80302
303-786-9961 tel
303-443-4856 fax
bth...@gisnet.com

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Looking for Yum or RPM Site for GIS Suite for Centos 5.5

2010-09-09 Thread Alex Mandel
Bill,

The best place to check on the status of such rpms is the Enterprise
Linux mailing list (aka Redhat/Centos,SUSE etc)
http://lists.osgeo.org/mailman/listinfo/el

Enjoy,
Alex

On 09/09/2010 12:10 PM, Bill Thoen wrote:
 I hope this is the appropriate place for this general-GIS software
 question. Apologies if this isn't it.
 
 I'm looking for a yum repo or an rpm download site for the following set
 of GIS packages for a machine running Centos 5.5:
 PostgreSQL
 Proj4
 GDAL / OGR tools
 GEOS
 PostGIS
 MapServer
 PHP Mapscript
 Open Layers
 Quantum GIS
 
 I'd like to have PostGIS compiled with at least these switches or their
 equivalent built in:
  --with-pgsql=...
  --with-geos=...
  --with-proj=...
  --with-proj-libdir=...
 
 GDAL should have at least these switches set:
  --with-pg=...
  --with-geos=yes
 
 MapServer
  --with-proj=/usr/local/ \
  --with-geos=/usr/local/bin/geos-config \
  --with-ogr=/usr/local/bin/gdal-config \
  --with-gdal=/usr/local/bin/gdal-config \
  --with-postgis=/usr/local/pgsql/bin/pg_config \
  --with-wfs \
  --with-wcs \
  --with-wmsclient \
  --with-wfsclient \
  --with-curl-config=/usr/bin/curl-config \
  --with-agg=/usr/local/src/agg --with-freetype \
  --with-php=
 
 I used to just compile these from source, but my sysAdminis recommends
 that whenever possible, to use rpms to take advantage of yum's or rpm's
 file management. and inventory capabilities. Since this is a brand new
 machine, I'd like to follow the recommendations of people who know more
 than I do, whenever I can.
 
 So, does any know if there's a one-stop yum repository or rpm site where
 I can get everything as integrated, compatible rpms ?
 
 TIA,
 - Bil Thoen

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Looking for Yum or RPM Site for GIS Suite for Centos 5.5

2010-09-09 Thread Fawcett, David (MPCA)
Micha Silver has a timely blog post:  http://www.surfaces.co.il/?p=782  (via 
Planet OSGeo)
-Original Message-
From: discuss-boun...@lists.osgeo.org [mailto:discuss-boun...@lists.osgeo.org] 
On Behalf Of Bill Thoen
Sent: Thursday, September 09, 2010 2:11 PM
To: OSGeo Discussions
Subject: [OSGeo-Discuss] Looking for Yum or RPM Site for GIS Suite for Centos 
5.5

I hope this is the appropriate place for this general-GIS software 
question. Apologies if this isn't it.

I'm looking for a yum repo or an rpm download site for the following set 
of GIS packages for a machine running Centos 5.5:
PostgreSQL
Proj4
GDAL / OGR tools
GEOS
PostGIS
MapServer
PHP Mapscript
Open Layers
Quantum GIS

I'd like to have PostGIS compiled with at least these switches or their 
equivalent built in:
  --with-pgsql=...
  --with-geos=...
  --with-proj=...
  --with-proj-libdir=...

GDAL should have at least these switches set:
  --with-pg=...
  --with-geos=yes

MapServer
  --with-proj=/usr/local/ \
  --with-geos=/usr/local/bin/geos-config \
  --with-ogr=/usr/local/bin/gdal-config \
  --with-gdal=/usr/local/bin/gdal-config \
  --with-postgis=/usr/local/pgsql/bin/pg_config \
  --with-wfs \
  --with-wcs \
  --with-wmsclient \
  --with-wfsclient \
  --with-curl-config=/usr/bin/curl-config \
  --with-agg=/usr/local/src/agg --with-freetype \
  --with-php=

I used to just compile these from source, but my sysAdminis recommends 
that whenever possible, to use rpms to take advantage of yum's or rpm's 
file management. and inventory capabilities. Since this is a brand new 
machine, I'd like to follow the recommendations of people who know more 
than I do, whenever I can.

So, does any know if there's a one-stop yum repository or rpm site where 
I can get everything as integrated, compatible rpms ?

TIA,
- Bil Thoen
-- 

*Bill Thoen*
GISnet - www.gisnet.com http://www.gisnet.com/
1401 Walnut St., Suite C
Boulder, CO 80302
303-786-9961 tel
303-443-4856 fax
bth...@gisnet.com

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Looking for Yum or RPM Site for GIS Suite for Centos 5.5

2010-09-09 Thread Bill Thoen

Fawcett, David (MPCA) wrote:

Micha Silver has a timely blog post:  http://www.surfaces.co.il/?p=782  (via 
Planet OSGeo)
  
Nothing like being in the right place at the right time. That article 
answers questions I haven't even formed yet. This paragraph alone has 
probably just saved me hours of frustration!


The popular server platform, *CentOS*, can be nudged into service as a 
GIS workstation, but since it’s a 4 year old OS, many of it’s base 
packages (notably python is still at 2.4 on CentOS 5.5) are just too old 
to be compatible with the newer desktop applications. By adding the 
Extra Packages for Enterprise Linux _EPEL 
http://fedoraproject.org/wiki/EPEL/FAQ#howtouse_ repo you can install 
GRASS with a recent GDAL. PostGIS and Mapserver are also within an easy 
“yum install” command. But don’t even bother trying QGIS. Bottom line: 
CentOS 5 is the correct choice for a GIS database server, but for 
desktop use, let’s wait for CentOS 6.


--

*Bill Thoen*
GISnet - www.gisnet.com http://www.gisnet.com/
1401 Walnut St., Suite C
Boulder, CO 80302
303-786-9961 tel
303-443-4856 fax
bth...@gisnet.com

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Re: [Live-demo] Translating OSGeo-Live's marketing material - Who is interested?

2010-09-09 Thread Jody Garnett
So code sprint is tomorrow (in 8.5 hours). 

Can we have any chance of getting the directory instruction in place before 
hand?

I would much rather use the smaller iso code names (en, es, fr, ko, etc...) 
than type out each language.

Jody___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread mayank_agarwal

Does any of the open source web based GIS server support geocoding?
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5517198.html
Sent from the OSGeo Discuss mailing list archive at Nabble.com.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Re: Best GIS with below listed requirements

2010-09-09 Thread mayank_agarwal

Thanks Noli,

But can you tell me how to connect gvsig with WMS and WFS?
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Best-GIS-with-below-listed-requirements-tp5513454p5517205.html
Sent from the OSGeo Discuss mailing list archive at Nabble.com.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss