Re: [Geoserver-users] How to enable or disable the Native JAI in Geoserver 2.5.2

2014-08-19 Thread Andrea Aime
On Wed, Aug 20, 2014 at 6:53 AM, Saurabh.x.kumar 
wrote:

> Hi,
>
> My name is Saurabh & I am having an issue related to Native JAI. Please
> tell
> me how to enable or disable the Native JAI. I would like to improve the
> performance of my Geoserver. My geoserver is running on windows 7.
>

32 or 64 bits?
For 64 bits windows there is no native JAI, it is available only for
Windows 32 bits, and Linux 32 and 64 bits.

That said, most of the time performance issues are not related to lack of
native JAI,
but to bad data preparation.
You might want to look at
http://www.slideshare.net/geosolutions/gs-steroids-sgiannecfoss4g20130103

Cheers
Andrea

-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] How to enable or disable the Native JAI in Geoserver 2.5.2

2014-08-19 Thread Saurabh.x.kumar
Hi,

My name is Saurabh & I am having an issue related to Native JAI. Please tell
me how to enable or disable the Native JAI. I would like to improve the
performance of my Geoserver. My geoserver is running on windows 7. 

Thanks
Saurabh Kumar

Email ID:- saurabh.x.ku...@gmail.com 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/How-to-enable-or-disable-the-Native-JAI-in-Geoserver-2-5-2-tp5157219.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] How to get layer list of layers that are unpublished?

2014-08-19 Thread Phil Scadden
 >I could list all the layers (publish and unpublished) in a datastore 
through geoserver interface but wms/wfs/wcs >and even rest does not

If they are "unpublished", then no wms/wfs/wcs service exist for them. 
An "unpublished" OGC service doesnt make sense. There is not even 
concept of datastore of standard, only namespace. Using Datastore is 
merely how Geoserver has chosen to implement it.

However, the Geoserver REST interface can do it:
curl -v -u admin:geoserver -XGET -H "Accept: text/xml" http://
localhost:8080/geoserver/rest/workspaces/myworkspace/datastores/mydatastore/featuretypes?list
=available
Note the values you can choose for the parameter in
http://docs.geoserver.org/latest/en/user/rest/api/featuretypes.html

Notice: This email and any attachments are confidential.
If received in error please destroy and immediately notify us.
Do not copy or disclose the contents.


--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] How to get layer list of layers that are unpublished?

2014-08-19 Thread Allen Huang
Hi

I'm stuck.

How do you get a list of layer resource objects that unpublished? catalog.py 
provides get_layers and get_resources that return layers that are published but 
not the unpublished layers in a datastore. 

I could list all the layers (publish and unpublished) in a datastore through 
geoserver interface but wms/wfs/wcs and even rest does not

The wms/wfs/wcs services can return layer information in xml but still no 
layers that are unpublished. I could understand why that is in this case since 
it is publish facing but I don't know why REST services have this problem as 
well.

I have searched a lot of forum with no luck.

Did anyone manage to find a solution for this?

I've been using geoserver with python extension gsconfig library for a while 
now. Almost everything works as it should be. While there are little things 
like publish raster images are problematic, there is still workaround that 
isn't written into the catalog.py class. 

But there is this problem and I have no idea how to get around. 

ps.
my apologies for a confusing post earlier. I was careful and wrote published 
instead of unpublished.. twice.. sorry--
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] GDAL plugin README for 2.5.2 contains a broken URL

2014-08-19 Thread Nicola Lagomarsini
Hi Garey,

you can find the instructions here:
http://docs.geoserver.org/latest/en/user/data/raster/gdal.html.

Regards,
Nicola.


2014-08-19 18:48 GMT+02:00 Garey Mills :

> The GDAL plugin's readme tells you to go to
>
> http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions
>
> for instructions on how to install libraries, which yields a 404.
>
> What's the correct URL?
>
> --
> Generate messages about directories that cannot  be
> read,  files  that  cannot be opened ... rather than being silent ...
> (from `man du`)
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Nicola Lagomarsini
Junior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:   +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] GDAL plugin README for 2.5.2 contains a broken URL

2014-08-19 Thread Garey Mills
The GDAL plugin's readme tells you to go to

http://geoserver.org/display/GEOSDOC/ImageIO-ext+GDAL+extensions

for instructions on how to install libraries, which yields a 404.

What's the correct URL?

-- 
Generate messages about directories that cannot  be
read,  files  that  cannot be opened ... rather than being silent ...
(from `man du`)
--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Question about GeoServer API

2014-08-19 Thread Dominique Carvajal Sanchez
Hello, I have a question about how GeoServer API works.
I'd like to create an set of WSM for displaying a map with demography 
information related to it. I have demography information related counties and 
provinces by year. What I would like is to provide the ability of creating 
specific queries. For example:Query: How many deaths by Male|Female on 2010 in 
the province A? The user will use OpenLayers on the client side.
Response: Province A displayed on the map with the information of deaths for 
M|F on 2010.
I already know how to create charts on the map so, I can display the 
information nicely. 
The main question is how does geoserver work? Can I do this? Is there any 
example that you guys know?
I really appreciate any help.
Thanks,

  --
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users