Re: [Geoserver-users] Seeking advice for large amount of layers

2024-04-12 Thread Simone Giannecchini


Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

https://www.geosolutionsgroup.com
https://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Apr 12, 2024 at 5:35 PM Bourgault , Pascal <
bourgault.pas...@ouranos.ca> wrote:

> Thanks a lot everyone.
>
> I didn't know about the CQL_FILTERS parameter on WMS requests. Thanks
> Simone for the very detailed document going through exactly the issues
> we are having!
>
> As for the custom projection, our choice of re-projection was not only
> taken because of our difficulties with Geoserver, but mostly because
> our collaborators never know how to deal with Rotated Pole...
>
> And for SLDs, I see many interesting options in the document. But I
> also see that Geoserver supports ncWMS's extensions, which might be
> just enough for our simple colormaps usecase.
>
> Thanks!
> --
> Pascal
>
> Le vendredi 12 avril 2024 à 11:44 +0200, Simone Giannecchini a écrit :
> > Dear Pascal,
> > you are missing a bit of your analysis.
> >
> > ImageMosaic can handle _multiple_ dimensions, not just time.
> > You can create custom dimensions for additional parameters and even
> > use CQL_FILTERS with or without dimensions to filter further.
> > Just to give you an example, we tend to create large mosaics of Drone
> > data which can be filtered by time, flightUUID, sensor and the like.
> >
> > Going down the route of having millions of layers will become a
> > problem in the long run so you need to find a better solution.
> > I would suggest having a look at this document to get more info.
> >
> > On a separate note, supporting ZARR and your custom projection might
> > be the best route in the longer term but this will require
> > development.
> >
> > Regards,
> > Simone Giannecchini
> > ==
> > Online training classes for GeoNode, GeoServer and MapStore from the
> > experts!
> > Visit https://www.geosolutionsgroup.com/professional-training/ for
> > more information.
> > ==
> > Ing. Simone Giannecchini
> > @simogeo
> > Founder/Director GeoSolutions Italy
> > President GeoSolutions USA
> >
> > phone: +39 0584 962313
> > fax: +39 0584 1660272
> > mob:   +39  333 8128928
> > US: +1 (845) 547-7905
> >
> > https://www.geosolutionsgroup.com
> > https://twitter.com/geosolutions_it
> >
> > ---
> > This email is intended only for the person or entity to which it is
> > addressed and may contain information that is privileged,
> > confidential or otherwise protected from disclosure. We remind that -
> > as provided by European Regulation 2016/679 “GDPR” - copying,
> > dissemination or use of this e-mail or the information herein by
> > anyone other than the intended recipient is prohibited. If you have
> > received this email by mistake, please notify us immediately by
> > telephone or e-mail.
> >
> >
> > On Thu, Apr 11, 2024 at 7:40 PM Bourgault , Pascal via Geoserver-
> > users  wrote:
> > > Hi all,
> > >
> > > My team is using Geoserver to power a web app that shows maps of
> > > projected climate change. We are currently running into issues that
> > > I
> > > believe are related to the large amount of layers. I was wondering
> > > if
> > > other users had ideas on how to make it more efficient and stable.
> > >
> > > Our data is originally in Zarr datasets. It could be converted to
> > > netCDF, but we had too many issues with the Rotated Pole
> > > projection. As
> > > we added the reprojection step, we decided to save everything in
> > > GeoTIFFs it seemed easier to handle.
> > >
> > > The data has many facets : dataset (3), indicator (22), scenario
> > > (3),
> &g

Re: [Geoserver-users] Seeking advice for large amount of layers

2024-04-12 Thread Simone Giannecchini
Dear Pascal,
you are missing a bit of your analysis.

ImageMosaic can handle _multiple_ dimensions, not just time.
You can create custom dimensions for additional parameters and even use
CQL_FILTERS with or without dimensions to filter further.
Just to give you an example, we tend to create large mosaics of Drone data
which can be filtered by time, flightUUID, sensor and the like.

Going down the route of having millions of layers will become a problem in
the long run so you need to find a better solution.
I would suggest having a look at this
<https://docs.google.com/document/d/1EoSt-tqNFY5y-s5NOuJAdS8u88svHLjZGLhAm8UTYDE/edit#heading=h.760q8v7is3n5>
document to get more info.

On a separate note, supporting ZARR and your custom projection might be the
best route in the longer term but this will require development.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

https://www.geosolutionsgroup.com
https://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Apr 11, 2024 at 7:40 PM Bourgault , Pascal via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hi all,
>
> My team is using Geoserver to power a web app that shows maps of
> projected climate change. We are currently running into issues that I
> believe are related to the large amount of layers. I was wondering if
> other users had ideas on how to make it more efficient and stable.
>
> Our data is originally in Zarr datasets. It could be converted to
> netCDF, but we had too many issues with the Rotated Pole projection. As
> we added the reprojection step, we decided to save everything in
> GeoTIFFs it seemed easier to handle.
>
> The data has many facets : dataset (3), indicator (22), scenario (3),
> season (5), stat (4), ensemble percentile (5), time period (15).
>
> This list is somewhat simplified for the question. All in all, we
> currently have 50 000 such geotiffs and as many layers in Geoserver.
> That number is expected to grow a lot in the near future.
>
> I see the multi-dimensional support in Geoserver, but in our case that
> only covers the time period. Is there a format where we could combine
> some layers together to have fewer stores on Geoserver ? I tried using
> a GeoPackage with multiple "subdatasets", but Geoserver failed to parse
> it.
>
> We currently provision the server using the REST API. We mount the data
> in a folder local to the server and make API calls to create each
> layer/store. On the production server, this currently takes around 2h.
> It's very slow. Is it possible to pre-generate the catalog offline ?
>
> We haven't had performance issue for the WMS service for now, we don't
> have that many users. Most difficulties arise in the data provisionning
> step.
>
> Thanks!
>
> --
> Pascal Bourgault
> Ouranos, Montréal, Qc
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Deleting database table through REST API

2024-02-15 Thread Simone Giannecchini
I like Andrea's take but Gabriel made a very good point.
I agree with Gabriel that certain tasks should stay outside GeoServer but
reality is that we have a number of users which have very small
infrastructures and they cannot afford having pipelines to perform some
tasks outside of it and they simply expect GeoServer to do such tasks for
them.
I'd say that whenever possible and not difficult to maintain we should try
to give them tools to ease their work (and simplify GeoServer adoption).

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Feb 15, 2024 at 11:01 AM Andrea Aime <
andrea.a...@geosolutionsgroup.com> wrote:

> Hi all,
> the typical GeoServer approach is not to be opinionated about things.
> "Proudly letting users free since 2002" could be our slogan... want to be
> strictly OGC compliant? We have a checkbox for you.
> Want to do things in a more convenient way and the hell with standard
> strictness? We also support that.
>
> Table creation is already allowed both by the importer (which also
> imports the data), and by the GUI/REST API
> <https://github.com/geoserver/geoserver/blob/0ab715486a958632e9e7d54ad5746a4858189f3b/src/restconfig/src/main/java/org/geoserver/rest/catalog/FeatureTypeController.java#L226>
> for table creation
> (WFS-T should then be used for data import):
>
> [image: image.png]
>
> [image: image.png]
>
> Having a delete would make things symmetric, and I agree that cascade
> should be explicitly added for that
> to happen.
>
> That said, I also hear the voice of those claiming "geoserver should not
> be used to manage data".
> For that, we should have a simple warning in the production section:
> "GeoServer offers ability to create
> and drop tables through UI and REST API, if this is not your intent,
> please lock down the database
> grants for the account used by GeoServer"... which is generally speaking
> also good IT hygiene in general.
> (don't give accounts more rights than necessary).
>
> Cheers
> Andrea
>
>
> On Thu, Feb 15, 2024 at 9:29 AM Rahkonen Jukka <
> jukka.rahko...@maanmittauslaitos.fi> wrote:
>
>> Hi,
>>
>>
>>
>> I do not believe that it is generally possible to know if the table was
>> created with REST API or by some other means. It is possible to check the
>> owner of the table and if Geoserver is configured to use a special database
>> account with well thought-out privileges it might be safe to allow to drop
>> tables with REST. However, I believe that in most Geoserver installations
>> the geoserver db user has all too wide privileges, at least if you ask from
>> the DB admins.
>> If we will have a configuration option "cascade=true" then it should be
>> off by default, and somehow the geoserver admin who turns it on should be
>> made aware of all the consequences.
>>
>>
>>
>> -Jukka Rahkonen-
>>
>>
>>
>>
>>
>> *Lähettäjä:* Roar Brænden 
>> *Lähetetty:* keskiviikko 14. helmikuuta 2024 23.29
>> *Vastaanottaja:* geoserver-users@lists.sourceforge.net
>> *Kopio:* Gabriel Roldan ; Jody Garnett <
>> jody.garn...@gmail.com>; Rahkonen Jukka <
>> jukka.rahko...@maanmittauslaitos.fi>
>> *Aihe:* Re: [Geoserver-users] Deleting database table through REST API
>>
>>
>>
>> Hi,
>>
>>
>>
>> I think it would be helpful to separate the use cases. The original
>> question was about a database table that were created by the REST API when
>> creating a layer. In such a situation it makes sense to delete the table
>> when deleting the layer. Otherwise you could see a scenario were there are
>> a lot of lost tables in the database.
>>
>>
>>
>> In other situations we have a layer that

Re: [Geoserver-users] External ActiveMQ.

2023-11-08 Thread Simone Giannecchini
Hi Kosta,
I have not played lately with the JMS clustering but I am pretty sure you
cannot achieve peer-to-peer with an external broker.
The peer to peer set up for GeoServer requires you to work with an embedded
broker, I believe.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Nov 8, 2023 at 3:50 AM Kosta Cavic via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello everyone,
>
> I have some specific issue with Geoserver.
> Issue is with connecting Geoserver with external (non Geoserver) ActiveMQ.
> Problem is that Geoserver cannot either pass Username and Password or
> cannot establish network bridge.
> My setup is Geoserver 2.23.1 and Jetty seb server, same version that
> Geoserver uses in 2.23.1.
> Idea is to connect two nodes via Peer-to-Peer topology over external
> ActiveMQ.
>
> Thanks in advance!
>
> BR,
>
>
> <https://www.htecgroup.com/>
>
>
> *Kosta Cavic *Senior DevOps Engineer
> *Engineering & Delivery | HTEC Group Inc.*
>
> *Follow us*
> <https://www.facebook.com/htecgroup/>
> <https://twitter.com/HTECgroup>
> <https://www.linkedin.com/company/high-tech-engineering-center/>
> <https://www.instagram.com/htecgroup/>
>
> *—* *Phone:* +387 65 481 640
> *—* *Web:* htecgroup.com
> *—* *Address:* Mladena Stojanovica 30, Banja Luka, B
>
> Notice: This message is intended for the use of the individual or entity
> to which it is addressed and may contain information that is confidential
> and privileged. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution, or
> copying of this communication is strictly prohibited. If you have received
> this communication in error, please delete it from your system and contact
> the sender immediately. Thank you.osta
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Job

2023-11-07 Thread Simone Giannecchini
Hi Gaurav,
I would check the service providers list and then dig their websites.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Nov 7, 2023 at 10:17 AM Gaurav Pathak 
wrote:

> Can someone please help me to get job in geoserver.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] [GeoNode-users] Upcoming free webinar on MapStore

2023-09-25 Thread Simone Giannecchini
View attached file





City of Richmond Security Warning: This email was sent from an external source outside the City. Please do not click or open attachments unless
 you recognize the source of this email and the content is safe.






Hi All,
first of all, sorry for crossposting.

I am sending this email to make people on this list aware that we are
holding a *free* webinar on the latest major release of MapStore.

You can find more details as well as the registration URL at the following link


We hope to see you there!





PS Let me take this occasion to wish you a happy 2023!

Regards,
Simone Giannecchini
==
Professional Support for GeoNode, GeoServer and MapStore from the experts!
Visitfor more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA


phone: +39 0584 962313
fax:     +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905





---
This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying,
 dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.











e.pdf
Description: Binary data
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer stop support for older WCS versions

2023-06-29 Thread Simone Giannecchini
I don't think anything like that is likely to happen in the next year or so.

Further than that, anything is possible, depending on the evolutions of the
standards.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Jun 29, 2023 at 12:39 AM Bessette-Halsema, Dominique E via
Geoserver-users  wrote:

> Hello
>
>
>
> Is there a risk that newer versions of Geoserver will ever drop support
> for the older WCS versions?  For example WCS 1.0.0?
>
>
>
>
>
> Dominique Bessette
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Issue to download geoserver

2023-02-21 Thread Simone Giannecchini
Hi Adrien,
there has been a glitch during the release process which has deleted some
portions of the website.
It will be fixed in time.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://www.geosolutionsgroup.com/professional-training/ for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Feb 21, 2023 at 11:58 AM DETOEUF, ADRIEN via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello Users,
>
>
>
> I want to download the geoserver package but when i try, i arrive on a 404
> error found page. Could you help me please ?
>
>
>
> Regards
>
>
>
> Adrien Detoeuf
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is intended only for the
> person to whom it is addressed. If you are not the intended recipient, you
> are not authorized to read, print, retain, copy, disseminate, distribute,
> or use this message or any part thereof. If you receive this message in
> error, please notify the sender immediately and delete all copies of this
> message.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Upcoming free webinar on GeoServer

2023-02-13 Thread Simone Giannecchini
Dear All,
sorry for crossposting.

I am sending this email to spread the word on an upcoming free webinar on
GeoServer 2.22 release where  our GeoServer Lead Andrea Aime will walk us
through the key points of the GeoServer release 2.22 covering also what to
expect for the next release. A QA session will follow where attendees will
be able to ask him GeoServer related questions.

You can find more info and register for it here
<https://www.geosolutionsgroup.com/blog/geoserver-2022-webinar/>.

Regards,
Simone Giannecchini
==
Online training classes for GeoNode, GeoServer and MapStore from the
experts!
Visit https://bookwhen.com/geosolutions-professional-training for more
information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Upcoming free webinar on MapStore

2023-01-15 Thread Simone Giannecchini
Hi All,
first of all, sorry for crossposting.

I am sending this email to make people on this list aware that we are
holding a *free* webinar on the latest major release of MapStore.

You can find more details as well as the registration URL at the following
link
https://wp.me/pcNkxY-2e7

We hope to see you there!

PS Let me take this occasion to wish you a happy 2023!
Regards,
Simone Giannecchini
==
Professional Support for GeoNode, GeoServer and MapStore from the experts!
Visit https://www.geosolutionsgroup.com/enterprise-support-services for
more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Connecting Jetty to Postgis using JNDI

2022-09-08 Thread Simone Giannecchini
Micho,
side note, if you are using the Jetty we ship with GeoServer, please don't.
We ship that for prototyping and testing purposes, in production I would
recommend having a full fledged installation of either Tomcat or Jetty or
whatever application server you are confident with.

Regards,
Simone Giannecchini
==
Professional Support for GeoNode, GeoServer and MapStore from the experts!
Visit https://www.geosolutionsgroup.com/enterprise-support-services for
more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Sep 7, 2022 at 4:47 PM Micho García 
wrote:

> Hi everybody,
>
> I'm Micho from geomatico.es and I'm having some problems connecting
> geoserver's Jetty with Postgis using JNDI.
>
> I've read the documentation and I've configured a settings.xml with my
> JNDI configuration (attached). I need to understand why geoserver is trying
> to delete my whole indexes' database, but when I tried to publish an
> imagemosaic I receive this error:
>
> 07 Sep 15:13:59 ERROR [gce.imagemosaic] - Unable to obtain connection:
> Cannot create JDBC driver of class 'org.postgresql.Driver' for connect URL
> 'jdbc:postgres://172.20.0.11:5432/satagro_indexes'
> java.lang.RuntimeException: Unable to obtain connection: Cannot create
> JDBC driver of class 'org.postgresql.Driver' for connect URL
> 'jdbc:postgres://172.20.0.11:5432/satagro_indexes'
>
> I was investigating and I am almost sure that the Jetty is unable to get
> the Driver but my problem is that I don't know where I should place
> the postgresql-42.5.0.jar. I've placed into the $JETTY_HOME (in my case
> /home/michogarcia/geomati.co/SATAGRO/dev/geoserver/src/release/jetty/)in
> the $JETTY_HOME/resources and in several more places, but always with the
> same result.
>
> Where I should place the .jar to be used by Jetty?.
>
> Thanks a lot.
>
> Best.
>
> settings.xml:
>
> 
>  http://jetty.mortbay.org/configure.dtd;>
> 
> 
> java:comp/env/jdbc/postgres
> 
> 
> org.postgresql.Driver
> jdbc:postgres://172.20.0.11:5432/satagro
> 
> satagro
> 
> 200
> 8
> 0
> 1
> 6
> 3
> 20
> true
> 100
> true
> SELECT SYSDATE FROM DUAL
> true
> 
> 
> 
> 
> java:comp/env/jdbc/indexes
> 
> 
> org.postgresql.Driver
> jdbc:postgres://
> 172.20.0.11:5432/satagro_indexes
> satagro
> 
> 200
> 8
> 0
> 1
> 6
> 3
> 20
> true
> 100
> true
> SELECT SYSDATE FROM DUAL
> true
> 
> 
> 
> 
>
> --
> Micho Garcia
> geomatico.es
>
> *Política de Protección de Datos de Carácter Personal **Responsable:
> GEOMATICO, S. COOP. GALEGA **CIF:  F-27875327 **Teléfono de contacto: 623
> 066 080 **Correo electrónico:  i...@geomatico.es  
> **Dirección
> postal: C/ Pi y Margall, 60, entlo. ofic-2,  6202, Vigo, Pontevedra. **Los
> datos de carácter personal contenidos en el presente y futuros correos
> electrónicos quedarán incorporados en nuestro Registro interno de
> actividades de tratamiento, con la finalidad de poder llevar a cabo una
> adecuada gestión de las comunicaciones (envíos, respuestas y reenvíos), así
> como para mantenerle informado de mis novedades comerciales y distintas
> ofertas promocionales. Los datos proporcionados se conservarán mientras se
> mantenga la relación comercial. **Asimismo, los datos no serán cedidos a
> terceros salvo en aquellos casos en que exista una obligación legal. **Tiene

Re: [Geoserver-users] Serving Jpeg2000 ImageMosaics

2022-06-20 Thread Simone Giannecchini
Dear Nicolas,
you might want to give it a try.
None of our guys has direct experience with OpenJPEG + GDAL with GeoServer
(at least lately) so your mileage may vary ( a lot ).

Regards,
Simone Giannecchini
==
Professional Support for GeoNode, GeoServer and MapStore from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Jun 20, 2022 at 4:48 PM Nicolas Raggueneau <
nicolas.ragguen...@gmail.com> wrote:

> On our system data is mostly Jpeg 2000 Image Mosaics.
>
> For evaluation I've taken a gdal plugin that includes ECW plugin, but
> we've learnt that it is required to get a license. Is it possible to use
> the OpenJPEG plugin as an alternative?
>
> Many thanks
>
> Nicolas
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoFence connection error

2022-04-01 Thread Simone Giannecchini
Dear Navid,
this means you have another instance of GeoServer running.

That said, I'd recommend using PostgreSQL rather than the embedded H2 as
the DBMS.

Regards,
Simone Giannecchini
==
Professional Support for GeoNode, GeoServer and MapStore from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928
US: +1 (845) 547-7905

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Mar 31, 2022 at 8:59 PM Navid taheri  wrote:

> Hi,
>
> I clicked on "Test connection" button on GeoFence I got this error, How
> I can fix that?
>
>
> org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider.getConnection(InjectedDataSourceConnectionProvider.java:71)
>  at
>
> org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:446)
>  ... 176 more
> Caused by: org.h2.jdbc.JdbcSQLException: Database may be already in use:
> Locked by another process. Possible solutions: close all other
> connection(s); use the server mode [90020-119]
>  at org.h2.message.Message.getSQLException(Message.java:106)
>  at org.h2.message.Message.getSQLException(Message.java:117)
>  at org.h2.message.Message.getSQLException(Message.java:76)
>  at org.h2.store.FileLock.getExceptionAlreadyInUse(FileLock.java:456)
>  at org.h2.store.FileLock.lockFile(FileLock.java:319)
>  at org.h2.store.FileLock.lock(FileLock.java:130)
>  at org.h2.engine.Database.open(Database.java:582)
>  at org.h2.engine.Database.openDatabase(Database.java:222)
>  at org.h2.engine.Database.(Database.java:216)
>  at org.h2.engine.Engine.openSession(Engine.java:58)
>  at org.h2.engine.Engine.openSession(Engine.java:140)
>  at org.h2.engine.Engine.getSession(Engine.java:120)
>  at
>
> org.h2.engine.SessionFactoryEmbedded.createSession(SessionFactoryEmbedded.java:17)
>  at
> org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:245)
>  at org.h2.engine.SessionRemote.createSession(SessionRemote.java:223)
>  at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:110)
>  at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:94)
>  at org.h2.Driver.connect(Driver.java:58)
>  at
>
> org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
>  at
>
> org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:582)
>  at
>
> org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1556)
>  at
>
> org.apache.commons.dbcp.BasicDataSource.createPoolableConnectionFactory(BasicDataSource.java:1545)
>  ... 180 more
> 2022-03-31 23:21:32,157 WARN [util.JDBCExceptionReporter] - SQL Error:
> 0, SQLState: null
> 2022-03-31 23:21:32,157 ERROR [util.JDBCExceptionReporter] - Cannot
> create PoolableConnectionFactory (Database may be already in use: Locked
> by another process. Possible solutions: close all other connection(s);
> use the server mode [90020-119])
> 2022-03-31 23:21:32,158 WARN [geoserver.web] - Could not open JPA
> EntityManager for transaction; nested exception is
> javax.persistence.PersistenceException:
> org.hibernate.exception.GenericJDBCException: Cannot open connection
> org.springframework.transaction.CannotCreateTransactionException: Could
> not open JPA EntityManager for transaction; nested exception is
> javax.persistence.PersistenceException:
> org.hibernate.exception.GenericJDBCException: Cannot open connection
>  at
>
> org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:431)
>  at
>
> org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:378)
>  at
>
> org.springframework.transaction.interceptor.TransactionAspectSupport.createTransactionIfNecessary(TransactionAspectSupport.java:476)
>  at
>
> org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:289)
>  

Re: [Geoserver-users] Jp2 file size limitation?

2021-12-08 Thread Simone Giannecchini
Dear Mats,
you have not answered my other questions:
- which plugin did you use in GeoServer? Did you use Kakadu?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.

drag-signature
We run on Drag
<https://www.dragapp.com/run-on-drag?utm_source=Drag%20Signature_medium=email>

On Wed, Dec 8, 2021 at 6:43 PM Mats Elfström 
wrote:

> Hi again!
> In fact, all I need to know is what the size limit is, where it is set,
> and whether the limit can be raised or not. Then I can work from there.
>
> Hälsning / Regards
> Mats.E
>
> Skickat från min / Sent from my iPhone, Ursäkta att jag är kortfattad /
> Excuse my brevity.
>
> 6 dec. 2021 kl. 23:59 skrev Mats Elfström :
>
> 
> Certainly. Below is the gdalinfo.
> The extension I installed is geoserver-2.20.1-jp2k-plugin.zip, which
> matches the version of Geoserver.
>
> Driver: JP2OpenJPEG/JPEG-2000 driver based on OpenJPEG library
> Files: skane1940.jp2
> Size is 134353, 131469
> Coordinate System is:
> BOUNDCRS[
> SOURCECRS[
> PROJCRS["SWEREF99 TM",
> BASEGEOGCRS["SWEREF99",
> DATUM["SWEREF99",
> ELLIPSOID["GRS 1980",6378137,298.257222101004,
> LENGTHUNIT["metre",1]]],
> PRIMEM["Greenwich",0,
> ANGLEUNIT["degree",0.0174532925199433]],
> ID["EPSG",4619]],
> CONVERSION["UTM zone 33N",
> METHOD["Transverse Mercator",
> ID["EPSG",9807]],
> PARAMETER["Latitude of natural origin",0,
> ANGLEUNIT["degree",0.0174532925199433],
> ID["EPSG",8801]],
> PARAMETER["Longitude of natural origin",15,
> ANGLEUNIT["degree",0.0174532925199433],
> ID["EPSG",8802]],
> PARAMETER["Scale factor at natural origin",0.9996,
> SCALEUNIT["unity",1],
> ID["EPSG",8805]],
> PARAMETER["False easting",50,
> LENGTHUNIT["metre",1],
> ID["EPSG",8806]],
> PARAMETER["False northing",0,
> LENGTHUNIT["metre",1],
> ID["EPSG",8807]]],
> CS[Cartesian,2],
> AXIS["easting",east,
> ORDER[1],
> LENGTHUNIT["metre",1]],
> AXIS["northing",north,
> ORDER[2],
> LENGTHUNIT["metre",1]],
> ID["EPSG",3006]]],
> TARGETCRS[
> GEOGCRS["WGS 84",
> DATUM["World Geodetic System 1984",
> ELLIPSOID["WGS 84",6378137,298.257223563,
> LENGTHUNIT["metre",1]]],
> PRIMEM["Greenwich",0,
> ANGLEUNIT["degree",0.0174532925199433]],
> CS[ellipsoidal,2],
> AXIS["latitude",north,
> ORDER[1],
> ANGLEUNIT["degree",0.0174532925199433]],
> AXIS["longitude",east,
> ORDER[2],
> ANGLEUNIT["degree",0.0174532925199433]],
> ID["EPSG",4326]]],
> ABRIDGEDTRANSFORMATION["Transformation from SWEREF99 to WGS84",
> METHOD["Position Vector transformation (geog2D domain)",
> ID["EPSG",9606]],
> PARAMETER["X-axis translation",0,
> ID["EPSG",8605]],
> 

Re: [Geoserver-users] Jp2 file size limitation?

2021-12-06 Thread Simone Giannecchini
I would add to Alexandre's the following questions:
- please paste here a gdalinfo of this image
- which plugin did you use in GeoServer? Did you use Kakadu?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Dec 6, 2021 at 6:00 PM Alexandre Gacon 
wrote:

> You said 13000 x 13000 pixels images but the message states that the image
> is 130k x 130k which is quite big in my opinion. Do you know the number of
> bands used? Do you use a particular library to compresse to JP2K ?
>
> Regards
> Alexandre
>
> Le lun. 6 déc. 2021 à 17:43, Mats Elfström  a
> écrit :
>
>> Yes, of course. I see that I was a factor ten wrong on the pixel size.
>> Sorry about that. Here is the message.
>>
>> "Could not list layers for this store, an error occurred retrieving them:
>> Dimensions (width=134353 height=131469) are too large"
>>
>> I tried to find a geoserver.log, but it is not in the Tomcat log folder
>>
>> Den mån 6 dec. 2021 kl 15:19 skrev Simone Giannecchini <
>> simone.giannecch...@geosolutionsgroup.com>:
>>
>>> Hi Mats,
>>> can you report the exact errore you are getting?
>>>
>>> Regards,
>>> Simone Giannecchini
>>> ==
>>> GeoServer Professional Services from the experts!
>>> Visit http://bit.ly/gs-services for more information.
>>> ==
>>> Ing. Simone Giannecchini
>>> @simogeo
>>> Founder/Director GeoSolutions Italy
>>> President GeoSolutions USA
>>>
>>> phone: +39 0584 962313
>>> fax: +39 0584 1660272
>>> mob:   +39  333 8128928
>>>
>>> http://www.geosolutionsgroup.com
>>> http://twitter.com/geosolutions_it
>>>
>>> ---
>>> This email is intended only for the person or entity to which it is
>>> addressed and may contain information that is privileged, confidential or
>>> otherwise protected from disclosure. We remind that - as provided by
>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>>> e-mail or the information herein by anyone other than the intended
>>> recipient is prohibited. If you have received this email by mistake, please
>>> notify us immediately by telephone or e-mail.
>>>
>>>
>>> On Mon, Dec 6, 2021 at 3:24 PM giskraft.se 
>>> wrote:
>>>
>>>> Hi!
>>>> Trying to create a jp2 store, geoserver tells me that the file is too
>>>> big.
>>>> It is some 13000 by 13000 pixels and 1.3Gb. Where is this limitation,
>>>> and can it be expanded?
>>>> This is on an Ubuntu 20 system with lots of space, and the jp2 file is
>>>> made with FME.
>>>>
>>>> Hälsning / Regards
>>>> Mats.E
>>>>
>>>> Skickat från min / Sent from my iPhone, Ursäkta att jag är kortfattad /
>>>> Excuse my brevity.
>>>>
>>>> ___
>>>> Geoserver-users mailing list
>>>>
>>>> Please make sure you read the following two resources before posting to
>>>> this list:
>>>> - Earning your support instead of buying it, but Ian Turton:
>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>> - The GeoServer user list posting guidelines:
>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>
>>>> If you want to request a feature or an improvement, also see this:
>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>
>>>>
>>>> Geoserver-users@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo

Re: [Geoserver-users] Jp2 file size limitation?

2021-12-06 Thread Simone Giannecchini
Hi Mats,
can you report the exact errore you are getting?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Dec 6, 2021 at 3:24 PM giskraft.se 
wrote:

> Hi!
> Trying to create a jp2 store, geoserver tells me that the file is too big.
> It is some 13000 by 13000 pixels and 1.3Gb. Where is this limitation, and
> can it be expanded?
> This is on an Ubuntu 20 system with lots of space, and the jp2 file is
> made with FME.
>
> Hälsning / Regards
> Mats.E
>
> Skickat från min / Sent from my iPhone, Ursäkta att jag är kortfattad /
> Excuse my brevity.
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] looking for sample JMeter .jmx files for GeoServer

2021-11-16 Thread Simone Giannecchini
You can find the zip at the end of this page
<https://www.geosolutionsgroup.com/technologies/geoserver/>.
Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Nov 16, 2021 at 9:27 PM Ashley Mort via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Is there anywhere I can find some free/public .jmx files to get started
> with load testing my GeoServer setup?  The ones in the GeoServer training
> seem like they’d be great but I don’t know if they’re publicly available.
>
>
>
> Ashley Mort
>
> Sr. Software Engineer
>
> 972-638-6317 office
>
> 814-571-3039 cell
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Simone Giannecchini
Please,
post a screenshot of that page.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Oct 12, 2021 at 3:31 PM Russ Hore  wrote:

> Thanks.
>
> I don't see the error on that page but if I go to the Tile Caching, I see
> the error on the Caching Defaults, Tile Layers and Disk Quota pages.
>
> Russ
>
>
>
>
> On 12 Oct 2021, at 13:51, Simone Giannecchini <
> simone.giannecch...@geosolutionsgroup.com> wrote:
>
> Hi Russ,
> the screenshot above is from the wrong page, you need to go to Settings ->
> Image Processing, see below:
> 
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
>
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geosolutionsgroup.com
> http://twitter.com/geosolutions_it
>
> ---
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
>
> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore  wrote:
>
>> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9
>>
>> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
>>
>> Java is
>> openjdk version "11.0.11" 2021-04-20
>> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
>> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed
>> mode, sharing)
>>
>> I am seeing an erorr/warning when I go to Disk Quota
>>
>> 
>>
>> As far as I can see I have the cache threshold set.
>>
>> 
>>
>> I see the same error/warning when I view the Caching Defaults, Tile
>> Layers screen.
>>
>> I am not sure if this happened with the current, non-RC version.
>>
>> Has anybody seen this before?
>>
>> Russ
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Error when trying to create an imagemosaic store

2021-10-08 Thread Simone Giannecchini
The issue might be this one -->  location is writable:false

GeoServer process can't write in the directory you want to create the
mosaic.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Oct 8, 2021 at 5:57 PM Devin Eyre  wrote:

> Environment:  Running Geoserver 2.19.2 on Ubuntu 20.04 with tomcat9.
>
> Listing of directory:
> storm@geoserver:/data/geoserver-mosaics/rtma_gust$ ll
> total 25380
> drwxrwxrwx  2 storm tomcat4096 Oct  8 14:19 ./
> drwxrwxrwx 12 storm tomcat4096 Oct  7 21:05 ../
> -rw-r--r--  1 storm tomcat 6523713 Oct  7 18:00
> 2021-10-07T17:00:00.000Z.tiff
> -rw-r--r--  1 storm tomcat 6536675 Oct  7 19:00
> 2021-10-07T18:00:00.000Z.tiff
> -rw-r--r--  1 storm tomcat 6454768 Oct  7 20:00
> 2021-10-07T19:00:00.000Z.tiff
> -rw-r--r--  1 storm tomcat 6449631 Oct  7 21:00
> 2021-10-07T20:00:00.000Z.tiff
> -rw-rw-r--  1 storm tomcat 269 Oct  7 18:21 datastore.properties
> -rw-rw-r--  1 storm tomcat 208 Oct  7 18:21 indexer.properties
> -rw-rw-r--  1 storm tomcat  70 Oct  7 18:21 timeregex.properties
>
> The storm user is in the tomcat group.
>
> From the geoserver log:
> 2021-10-08 13:56:23,330 ERROR [gce.imagemosaic] - Unable to create the
> mosaic, check the location:
> location is:/data/geoserver-mosaics/rtma_gust
> location exists:true
> location is a directory:true
> location is writable:false
> location is readable:true
> location is hidden:false
>
> 2021-10-08 13:56:23,331 INFO [geoserver.web] - Getting list of coverages
> for saved store file:///data/geoserver-mosaics/rtma_gust
> java.lang.RuntimeException: Could not list layers for this store, an error
> occurred retrieving them: Failed to create reader from
> file:///data/geoserver-mosaics/rtma_gust and hints Hints:
>   EXECUTOR_SERVICE = java.util.concurrent.ThreadPoolExecutor@16da9a9[Running,
> pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
>   REPOSITORY   = org.geoserver.catalog.CatalogRepository@cc8a698
>
>
> System defaults:
>   FEATURE_FACTORY  =
> org.geotools.feature.LenientFeatureFactoryImpl@770e60df
>   GRID_COVERAGE_FACTORY= GridCoverageFactory
>
> TILE_ENCODING  = null
>
>   FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
>
>   STYLE_FACTORY= StyleFactoryImpl
>
>   LENIENT_DATUM_SHIFT  = true
>
>   FILTER_FACTORY   = FilterFactoryImpl
>
>   FORCE_AXIS_ORDER_HONORING= http
>
>   COMPARISON_TOLERANCE = 1.0E-8
>
>
> What would be making this directory unwritable for geoserver?
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Storing image mosaic/pyramid footprints in PostGIS

2021-10-07 Thread Simone Giannecchini
Dear Dirk,
I second what has already been suggested, the most performant and stable
approach is to store the mask as binary masks inside the files themselves.
As for storing them inside a DBMS, that is not supported at the moment.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Aug 30, 2021 at 11:45 AM  wrote:

> Dear list,
>
> I'm creating an image pyramid for the usage in Geoserver with the image
> pyramid plugin. Beside the granule index I need a footprint to clip the
> granules by geometry. Per default image mosaics/pyramids in Geoserver are
> using shape files for the granule index and footprints. I want to store
> both due to performance issues and data handling within PostgreSQL/PostGIS.
>
> So far I could manage this for the granule index using a
> datasource.properties file within each level mosaic directory.
> Unfortunately this doesn't work for the footprints. There is a possibility
> to define a footprints.properties file, but as far as I can see it is only
> possible to set shape or WKT sources for the footprints. I could not find
> any further detailed documentation for the footprints.
>
> Currently I'm having a granule index in PostGIS and a footprint as shape.
> This feels very awkward and I think this might not be very performant when
> coming to lots of granules.
>
> So my question is: Is it possible to store the footpints for an image
> mosaic/pyramid within PostGIS? If not, are there better approaches for
> clipping (usage of NODATA is not possible)?
>
> Kind regards,
>
> Dirk
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Creating an ImageMosaic from PNG and WorldImage files

2021-09-27 Thread Simone Giannecchini
Hi Christos,
short version of the answer to your email, convert the files to geotiff and
optimize them.

Longer version of the answer to your email, convert the files to geotiff
and optimize them :)
You will find plenty of information on the web but I would check our
presentation "GeoServer on steroids" and our GeoServer training where
you will find information about the "why" as well as about the "how".

Hope this helps.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Sep 27, 2021 at 9:53 AM Christos Charmatzis <
xr_xarmat...@outlook.com> wrote:

> Hello Geoserver-User Community,
>
>
>
> I want a little bit help with creating an ImageMosaic from WorldImage
> files.
>
>
>
> My input is:
>   - a lot of PNG images in different UTM projections.
>  - the .wld files for each png (as described here   World file - Wikipedia
> <https://en.wikipedia.org/wiki/World_file>)
> - the .prj file that the current PNG.
>
>
>
> With these files I want to create a new ImageMosaic layer as the
> documentation mentions here that it is supported.
>
> “The plugin can be used with GeoTIFFs, as well as rasters accompanied by a
> world file (.wld, .pgw for PNG files, .jgw for JPG files, etc.)”
>
>
>
> ImageMosaic — GeoServer 2.19.x User Manual
> <https://docs.geoserver.org/maintain/en/user/data/raster/imagemosaic/>
>
>
>
> My mosaic .properties file is that
>
> MosaicCRS=EPSG\:4326
>
> Levels=0.057934032977228433,0.04039598061277999
>
> Heterogeneous=false
>
> Name=png_imagemosaic
>
> HeterogeneousCRS=true
>
> TypeName=png_imagemosiac
>
> Caching=false
>
> ExpandToRGB=false
>
> LocationAttribute=location
>
> PathType=ABSOLUTE
>
> SuggestedSPI=com.sun.imageio.plugins.png.PNGImageReaderSpi
>
> CheckAuxiliaryMetadata=false
>
> LevelsNum=1
>
> SuggestedFormat=org.geotools.gce.imagemosaic.remote.RemoteImageFormat
>
>
> SuggestedIsSPI=org.geotools.gce.imagemosaic.remote.RemoteImageInputStreamSPI
>
>
> Which is quite the same properties file as I found here:
>
> geotools/remote_test.properties at
> 06d379a2fdbfdbf94641c16813c37ef02aa7f63c · geotools/geotools (github.com)
> <https://github.com/geotools/geotools/blob/06d379a2fdbfdbf94641c16813c37ef02aa7f63c/modules/plugin/imagemosaic/src/test/resources/org/geotools/gce/imagemosaic/test-data/remote_test/remote_test.properties>
> which it the config file for publishing Png files
>
>
>
> As datastore I use a postgres table.
>
>
>
>
>
> By the way I tried to publish the same png files as an WorldImage layer
> and it works. The only catch was that it needed in the same path the *.prj
> file and the worldfile to be *.wld and not *.pnw.
>
> Does anyone had the same issue and resolved it somehow?
> The documentation also isn’t very clear on how we can use other formats
> than Geotiff files.
>
>
>
> PS. I already had created successfully imageMosaic layers using the
> Geotiffs and it works
>
>
>
> Thanks in advance,
>
> Christos
>
>
>
>
>
> Christos Charmatzis
>
> Tel. 0030 6945759344
>
> Email: xr_xarmat...@outlook.com
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
_

Re: [Geoserver-users] Serve more 800 JP2 files with Image Mosaic ?

2021-09-07 Thread Simone Giannecchini
Hi Laurent,
two things:
-1- For serving JP2 efficiently, you need to use, in my experience, the
Kakadu SDK, either through GeoServer own direct plugin or via GDAL. Mind
you, do not expect JP2 to be super fast, regardless of using GeoServer or
other OS servers.
-2- 800 files are a lot to show at the same time ( I am assuming these are
aerial or satellite RGB imagery) when you zoom out; you will need to make
sure you use exclusion rules based on the zoom level in your style. The
alternative is to mix this layer with a lower resolution layer
-3- I think you are missing a JP2 plugin. See -1- above, I would suggest
using Kakadu, regardless of using GDAL or not.

Hope this helps.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Sep 7, 2021 at 11:47 AM celati Laurent 
wrote:

> Good morning,
>
> I am a newbie with geoserver.
>
> I work with windows and geoserver 2.18.1.
> I have to serve 800 JP2 files.
> Please find below their characteristics:
> 8 bit unsigned. 3 bands. Pixel size : 2.5,-2.5
> Dimension  : X: 4000 Y: 4000.
>
> Could you tell me which tools, which extensions allow to serve my 800 JP2
> files ?
> I just tried to create a new repository with ImageMosaic but i have this
> error message :
>
> Could not list layers for this store, an error occurred retrieving them:
> Failed to create reader from file://D:\SIG-GLOBAL-ANDRA\IGN\BD_SCAN25\temp
> and hints Hints: REPOSITORY =
> org.geoserver.catalog.CatalogRepository@2b8e2550 EXECUTOR_SERVICE =
> java.util.concurrent.ThreadPoolExecutor@2d8b60c[Running, pool size = 0,
> active threads = 0, queued tasks = 0, completed tasks = 0] System defaults:
> COMPARISON_TOLERANCE = 1.0E-8 GRID_COVERAGE_FACTORY = GridCoverageFactory
> TILE_ENCODING = null FEATURE_FACTORY =
> org.geotools.feature.LenientFeatureFactoryImpl@48e371fa
> LENIENT_DATUM_SHIFT = true FORCE_AXIS_ORDER_HONORING = http FILTER_FACTORY
> = FilterFactoryImpl STYLE_FACTORY = StyleFactoryImpl
> FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
>
>
> Could you confirm to me that ImageMosaic is the relevant tool  for my need
> ?
> I have no install the gdal extension. As far i understood, i have to
> install this extension in order to be abble to serve JP2 files with
> imageMosaic ? Could you confirm to me ?
>
> If there are alternative ways to reach my goals ? Thanks a lot.
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Plugin Key Authentication Not Available

2021-08-31 Thread Simone Giannecchini
Hi Guillerme.
please, stay on the ML, no private support for free, I am afraid ;)

Unfortunately, building such an old version of GeoServer might prove to be
challenging since you also need GeoTools.
I would build from the GitHub tag, not sure if the release source code also
contains community extensions.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Aug 31, 2021 at 3:42 PM 1520 gis <
juliermeopensourcedevelo...@gmail.com> wrote:

> Mr Gianecchini
>
> Regarding the plugin Authkey build, should I build from Geoserver@2.15.2
> codebase available in github repository or can I build with Maver after
> deploying the war file?
>
> I appreciated your time
>
> Julierme
> On Tue, 31 Aug 2021 at 10:30 1520 gis <
> juliermeopensourcedevelo...@gmail.com> wrote:
>
>> Hi Mr Gianechini
>> Thank you for your response. Would you please point me to the direction
>> on how to build the plugin? Any tutorial or documentation available?
>>
>> kind regards
>>
>> Julierme
>>
>> On Tue, 31 Aug 2021 at 06:01 Simone Giannecchini <
>> simone.giannecch...@geosolutionsgroup.com> wrote:
>>
>>> Hi Julierme,
>>> I was not able to find myself.
>>>
>>> I think you need to revert to building it yourself.
>>>
>>> Regards,
>>> Simone Giannecchini
>>> ==
>>> GeoServer Professional Services from the experts!
>>> Visit http://bit.ly/gs-services for more information.
>>> ==
>>> Ing. Simone Giannecchini
>>> @simogeo
>>> Founder/Director GeoSolutions Italy
>>> President GeoSolutions USA
>>>
>>> phone: +39 0584 962313
>>> fax: +39 0584 1660272
>>> mob:   +39  333 8128928
>>>
>>> http://www.geosolutionsgroup.com
>>> http://twitter.com/geosolutions_it
>>>
>>> ---
>>> This email is intended only for the person or entity to which it is
>>> addressed and may contain information that is privileged, confidential or
>>> otherwise protected from disclosure. We remind that - as provided by
>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>>> e-mail or the information herein by anyone other than the intended
>>> recipient is prohibited. If you have received this email by mistake, please
>>> notify us immediately by telephone or e-mail.
>>>
>>>
>>> On Mon, Aug 30, 2021 at 8:18 PM 1520 gis <
>>> juliermeopensourcedevelo...@gmail.com> wrote:
>>>
>>>> Gentlemen,
>>>>
>>>> I have run GeoServer 2.15.2 for development and I am in need on the
>>>> plugin Key Authentication, but it is unavailable in
>>>> http://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/extensions/geoserver-2.15.2-authkey-plugin.zip
>>>> .
>>>> Could anyone point me to any other source that I can download, please?
>>>>
>>>> Thank you very much for your time in advance.
>>>>
>>>> Julierme
>>>>
>>> ___
>>>> Geoserver-users mailing list
>>>>
>>>> Please make sure you read the following two resources before posting to
>>>> this list:
>>>> - Earning your support instead of buying it, but Ian Turton:
>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>> - The GeoServer user list posting guidelines:
>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>
>>>> If you want to request a feature or an improvement, also see this:
>>>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>>>
>>

Re: [Geoserver-users] Plugin Key Authentication Not Available

2021-08-31 Thread Simone Giannecchini
Hi Julierme,
I was not able to find myself.

I think you need to revert to building it yourself.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Aug 30, 2021 at 8:18 PM 1520 gis <
juliermeopensourcedevelo...@gmail.com> wrote:

> Gentlemen,
>
> I have run GeoServer 2.15.2 for development and I am in need on the plugin
> Key Authentication, but it is unavailable in
> http://sourceforge.net/projects/geoserver/files/GeoServer/2.15.2/extensions/geoserver-2.15.2-authkey-plugin.zip
> .
> Could anyone point me to any other source that I can download, please?
>
> Thank you very much for your time in advance.
>
> Julierme
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Problem with GetCapabilties and TIME dimension

2021-08-13 Thread Simone Giannecchini
Dear Niklas,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Aug 10, 2021 at 6:39 AM Niklas Elelid  wrote:

> Hi!
>
> Sorry for another question but I'm not having any luck with finding the
> answer to this.
>
> I have 2 issues that might or might not be related, no idea really.
>
> 1. A newly created ImageMosaic layer with TIME dimension (List) is not
> returned in the XML when requesting GetCapabilities. Doing GetMap
> requests with the times for which images are available works fine, no
> problem, it's just not shown in the capabilities XML. I have three other
> layers from other stores that ARE shown in the XML.
>

We need more info to be able to help.
What do you mean by "Doing GetMap
requests with the times for which images are available works fine, no
problem"?
Do you see any errors in the log when you issue a GetCap? You can make a
single layer GetCap by adding /workspace/layer before ows to isolate.
Can you share a screenshot of the Dimensions tab content?


>
> 2. All my layers have TIME dimension. I might have misunderstood the WMS
> specification but I am under the impression that if I make a GetMap
> request for a specific time that does not exist in the published layer,
> the server should return an exception. (E.g. images exist for the year
> 2021 and if I make a request for a time in 2020 it should return an
> exception). My problem is that yes it does return an exception,
> sometimes Sometimes it returns just an empty png and it seems
> completely random. I do not have "Nearest match" enabled. I need to have
> an exception returned if the user requested time does not have a
> corresponding image that exactly matches the time.


> Any recommendations/workarounds how to solve especially the second issue?
>
> I'm running version 1.18.2 and the ImageMosaic information is stored in
> Postgres.
>

I do not remember what the WMS spec says but GeoServer by default returns a
blank Image if your request falls in the right bbox but does not meet any
WMS dimension.
If you activate the Nearest Match it broadens the search period time.

I kind of remember that we added the possibility to return an exception
when no TIME match is found but I can't find the issue now.
Maybe @Andrea Aime  remember about this?


>
> Thanks in advance for any assistance provided.
>
> /Niklas
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer SLD styling - 255 Colormap Limit

2021-08-05 Thread Simone Giannecchini
Dear Anthony,
let me try to interpret this message correctly.

You'd like to be able to generate a ColorMap
<https://docs.geoserver.org/latest/en/user/styling/sld/reference/rastersymbolizer.html#colormap>
in an SLD with more than 255 entries?
It should be possible to force GeoServer to generate a palette of up to 64k
colors by using the extended ColorMap type
<https://docs.geoserver.org/latest/en/user/styling/sld/reference/rastersymbolizer.html#extended>
.

Let me know how it goes.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Aug 3, 2021 at 8:21 PM Anthony, Michelle (Contractor) <
anth...@contractor.usgs.gov> wrote:

> We have several raster datasets that have more than 500+ unique
> classification entries but GeoServer has a limit of 255.
>
>
>
> How can we use GeoServer to properly display these raster datasets?
>
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Upcoming GeoServer free webinar, "Set up and Operate a GeoServer Cluster in K8s"

2021-07-08 Thread Simone Giannecchini
Dear All,
apologies for crossposting, but I believe this email can be of interest for
people on both lists.

I wanted to share with you info about an upcoming free webinar "Set up and
Operate a GeoServer Cluster in K8s" we are hosting on the 29th of July at
11am eastern / 3 pm GMT.

You can get more info and register here
<https://www.geosolutionsgroup.com/blog/devops-k8s/>.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

---
This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Upcoming GeoServer free webinar, "A DevOps Perspective on GeoServer: Monitoring, Metering, Logging and Troubleshooting a GeoServer Installation"

2021-06-14 Thread Simone Giannecchini
Dear All,
apologies for crossposting, but I believe this email can be of interest for
people on both lists.
I wanted to shared info with you about an upcoming free webinar "A DevOps
Perspective on GeoServer: Monitoring, Metering, Logging and Troubleshooting
a GeoServer Installation" we are hosting on the 29th of June at 11am
eastern /3 pm GMT.

You can get more info and register here
<https://www.geosolutionsgroup.com/blog/devops-geoserver-monitoring-metering/>
.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

https://www.geosolutionsgroup.com/  <http://www.geo-solutions.it>
http://twitter.com/geosolutions_it

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Upcoming free webinar from GeoSolutions - A DevOps perspective on GeoServer: Deployment planning guidelines

2021-05-13 Thread Simone Giannecchini
Dear All,
sorry for cross posting but I believe this might be of interest for both
lists.
I am sending this email to inform you that on 27th of May at 11 am eastern
/ 3pm GMT time we will hold a free webinar covering deployment planning
guidelines on GeoServer from a DevOps perspective.

You can register and find more information at the link below:
https://www.geosolutionsgroup.com/blog/devops-geoserver-planning-deployment/

We hope to see you there!

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

https://www.geosolutionsgroup.com/  <http://www.geo-solutions.it>
http://twitter.com/geosolutions_it

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Inconsistent axis order in app-schema WFS json output [SEC=OFFICIAL]

2021-04-29 Thread Simone Giannecchini
Dear Aaron,
please, create the JIRA report, we will try to put this in motion asap.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

https://www.geosolutionsgroup.com/  <http://www.geo-solutions.it>
http://twitter.com/geosolutions_it

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Apr 29, 2021 at 8:57 AM Sedgmen Aaron 
wrote:

> Hi Marco,
>
>
>
> Thanks very much for the advice.  The work around of including the srsName
> parameter, or using WFS 1.0.0, works well and gets us out of a hole.
>
>
>
> Given that the inconsistent axis order in nested geometries appears to be
> a bug, I will open a ticket on JIRA.
>
>
>
> Kind regards,
>
>
>
> Aaron Sedgmen.
>
>
>
> *From:* Marco Volpini 
> *Sent:* Wednesday, 28 April 2021 5:44 PM
> *To:* Sedgmen Aaron 
> *Cc:* Geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] Inconsistent axis order in app-schema
> WFS json output [SEC=OFFICIAL]
>
>
>
> Hi,
>
>
>
> unfortunately this looks like an AppSchema bug. A possibile workaround for
> this problem is to force the SRS to be EPSG:4326 with east north axis
> order: you should be able to obtain all the geometries with the same
> coordinates order adding the srsName=EPSG:4326 parameter eg.
> https://boreholes.gs.cloud.ga.gov.au/wfs?service=WFS=1.1.0=GetFeature=gsmlbh:Borehole=json=ga.borehole.10093=EPSG:4326;
> alternatively you can  use wfs 1.0.0 that by default request features using
> the east north axis order.
>
>
>
> If you are interested in here some more details on the issue:
>
>
>
> the GeoJSON standard mandates a longitude latitude axis order, while the
> different wfs protocol version have different way to handle this (more
> details are available here
> <https://docs.geoserver.org/latest/en/user/services/wfs/axis_order.html#:~:text=The%20formal%20EPSG%20definition%20provides,representation%20has%20east%2Fnorth%20order.>
> ).
>
> The GeoServer encoding mechanism will force, for all the wfs version and
> CRS definition, the order to longitude latitude on the basis of the CRS
> axis order definition of the Geometry. In this case seems that due a bug in
> AppSchema the nested Geometry end up having a  wrong axis order definition
> and that the GeoJSON encoder which wrongly switch the coordinates order.
>
>
>
> Best regards,
>
> Marco Volpini
>
>
>
> Il giorno ven 23 apr 2021 alle ore 05:39 Sedgmen Aaron <
> aaron.sedg...@ga.gov.au> ha scritto:
>
> Hi GeoServer Users,
>
>
>
> I have an app-schema WFS with a feature type containing a 3D LineString
> geometry.  I’m finding that the axis order of the x,y coordinates is
> inconsistent in the json output, i.e. some features are returned with
> latitude first and longitude second and others the reverse.
>
>
>
> Following are two example features from our test server to illustrate the
> issue.  The “shape” property contains the LineString geometry:
>
>
>
> Correct axis order -
> https://boreholes.gs.cloud.ga.gov.au/wfs?service=WFS=1.1.0=GetFeature=gsmlbh:Borehole=json=ga.borehole.466607
>
>
>
> Incorrect axis order -
> https://boreholes.gs.cloud.ga.gov.au/wfs?service=WFS=1.1.0=GetFeature=gsmlbh:Borehole=json=ga.borehole.10093
>
>
>
> gml32 output is ok, i.e. x,y axis order is the same for all features.
>
>
>
> The examples are from a GeoServer 2.18.1 and postgres/postgis
> installation.  I’ve also tested with GeoServer 2.19.0 and an Oracle
> database, with the same results

Re: [Geoserver-users] datastore cascade

2021-03-12 Thread Simone Giannecchini
_ideally_ it should work like that.

In practice, I think we'd need to look at the code or do a quick test to be
100% sure.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Mar 11, 2021 at 6:48 PM Crawford Jr., Stephen Rand 
wrote:

> Hi All,
>
> I have a postgres datastore with many published layers.  When my sys
> admins make a clone of the database with a new name, and point the
> datastore to the clone, will all the published layers cascade?  So I do not
> need to reconfigure a bunch of layers?
>
> Thanks,
> Steve
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Caching Gridsets and tilesize

2021-03-04 Thread Simone Giannecchini
Hi Rob,
a 768x768 is not a tile with 256x256 tiling scheme so I am not surprised by
the answer you are getting (although I think you are seeing that message in
a response header rather than in a real error message).
I don't see an immediate way for doing what you want, I mean a tile cache
is a fixed pyramid of resolutions and tile sizes (in your case 256x256) so
you simply cannot do what you are trying to, I believe, via tiles.

You might want to enable fullWMS with GWC then GWC would be allowed to
response to a generic WMS call using tiles in cache but at that point
things might not be that different than just using plan WMS (I know, I
simplified a lot).

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Mar 4, 2021 at 12:14 PM Rob Smallwood via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hi,
>
> Given a regular getMap request
>
>
> http://localhost:4000/geoserver/wms?bbox=-244598.49057485908,7210763.50214684,-234814.55095186457,7220547.441769835=image/png=GetMap==
> 256=256=EPSG:900913=true=true
>
> I get a 256x256 image that is served using the integrated cache.
>
> Subsequently if I request the same with a 768x768 image..
>
>
> http://localhost:4000/geoserver/wms?bbox=-244598.49057485908,7210763.50214684,-234814.55095186457,7220547.441769835=image/png=GetMap==
> 768=768=EPSG:900913=true=true
> <http://localhost:4000/geoserver/wms?bbox=-244598.49057485908,7210763.50214684,-234814.55095186457,7220547.441769835=image/png=GetMap==256=256=EPSG:900913=true=true>
>
> Then I get a 768x768 image that is NOT cached. The error is that the
> request does not align to the grid set EPSG:900913
>
> So.. What I would like to achieve is a 768x768 representation of the same
> original 256x256 tile and have that returned through the cache, i.e. The
> image contains the same details but is just an increase in resolution.. How
> do you do this?
>
> Kind Regards,
>
> Rob
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] S3 Storage with Geoserver

2021-03-03 Thread Simone Giannecchini
Dear Andreas,
you need to try the COG plugin
<https://docs.geoserver.org/latest/en/user/community/cog/index.html> which
has just been released.
This for the moment is a community plugin so it is not part of standard
releases which means you need to install it from nightly builds.

Before it becomes an official extension we need more users to test this
extension so your feedback would be highly appreciated.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Mar 3, 2021 at 4:36 PM Andreas Böhme  wrote:

> Hello guys,
> is it possible to connect geoserver to a S3 storage? I found a plugin
> documentation but no plugin for download. Is this extension gone? Also,
> what exactly is the "S3 Support for GeoTiff"-Plugin for? Do I need this
> if I connect my geoserver to S3 storage?
> Kind regards
> Andreas
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer tileSize and SRS for best performance with Leaflet

2021-03-03 Thread Simone Giannecchini
Dear Vera,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Mar 1, 2021 at 10:09 PM Vera Green  wrote:

> 3 questions in one.   Our end goal is serving vector and raster data from
> GeoServer (GeoWebCash) in Leaflet quickly - in other words we are trying to
> improve performance.
>
> *Tile Size *
> We are deciding if our workflow should use the tile size of 512 OR 256.
>
> GeoSolutions raster processing tutorial (here
> <https://geoserver.geo-solutions.it/educational/en/enterprise/raster.html>)
> is using 512 but 256 is the GeoServer and Leaflet L.TileLayer
> <https://docs.eegeo.com/eegeo.js/v0.1.780/docs/leaflet/L.TileLayer/>
> default.
>

Mind you the two things are not strictly related.
You can't ensure that tiles on disk align with tiles on map unless you are
serving a TMS from files directly.
Bigger tiles, within reason, when preprocessing raster data means less I/O
and smaller disk tiles.
For client applications I tend to prefer 512pix tiles as well especially if
you have amny overlays as it reduces the # of calls you make.
I think we recently added 512pix gridset on GeoServer to cope with this
scenario.


>
> Does anyone have insight on this?
> Is the recommendation different for vector vs raster data?
>
> *Projection Settings  *
> We are also investigating performance impacts of projection settings.
> Leaflet displays everything in  3857, we are currently storing all our
> vector data in PG in  4269 and the raster data we have been using the
> datasets local UTM reference such as  26912.  If anyone knows what the best
> projection or combination is. Or if the native SRS doesn't matter but we
> should set the Declared SRS to 3857 so that there is as little translation
> work for GeoServer when the request is called?
>

Native CRS matters if the data IS in that CRS so that you avoid the
reprojection, which in some cases has a significant cost.
So by reprojecting upfront you offset the cost of reprojection to the
preprocessing stage.
Obviously this is not always possible (if your data covers the poles, you
can't go to google mercator :)) and it might also introduce some
inflexibility in what you can do afterwards with your data.

Generally speaking the more you move to a single preprocessing step, the
better for serving at scale with speed.
I mean, think about if your case allows it, you could preprocessing
everything into static files to be served with TMS or so and put a CDN in
front of it.
This means almost no backend, but this does not work for all use cases. You
need to balance the possibility to preprocess as much as possible upfront,
especially for raster data and balance that with what you need afterwards
when serving.
This applies primarily to the storage format, compression and CRS.


>
>  - [26912](https://spatialreference.org/ref/epsg/26912/) - NAD 83 UTM
> Zone 12
>  - [4269](https://spatialreference.org/ref/epsg/4269/) - NAD 83 - PG
> Default
>  - [3857](https://spatialreference.org/ref/sr-org/7483/) - leaflet default
>  - [4326](https://spatialreference.org/ref/epsg/4326/) - WGS 83
>
> *OWS vs GWC*
>
> And lastly we are currently calling the layer through
>
> https://
> .../ows?=WMS=GetMap=layer_name==image%2Fpng=true=1.1.1=true_format=text%2Fhtml=false=256=256=EPSG%3A3857=...
>
> But according to this post
> <https://gis.stackexchange.com/questions/261721/how-to-implement-tile-caching-a-wms-vector-layer-and-use-that-cached-tiles-with>
> to get

Re: [Geoserver-users] GeoServer BLOB issue while migrating raster data tiles from Window to Linux Environment.

2021-02-26 Thread Simone Giannecchini
Dear Singh,
maybe it is me but I have no idea what "tiles stored as BLOB" means,
Can you clarify?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Feb 25, 2021 at 5:13 PM Singh3, Hariom (Xceedance) <
hariom.sin...@bhspecialty.com> wrote:

> Hi Team,
>
> *GeoServer BLOB issue while migrating raster data tiles from Window to
> Linux Environment*- We have large data tiles stored as BLOB and now we
> want to migrate and access these tiles by assigning new path to updated
> GeoServer. During this process, we find difficulty in GeoServer restart
> again with various errors.
>
> On the other side, it became possible by generating empty BLOB and copy
> all the tiles makes it very time-consuming process. To reduce time and
> effort, we want to access large data BLOB by assigning new accessible path
> without generating empty BLOB.
>
> Please let us know the approaches/solutions in this regard. We would
> appreciate your time and effort.
>
> Thank you in advance for your help.
>
> Kind regards,
>
> Hariom Singh
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Questions about multi temporal data

2021-02-14 Thread Simone Giannecchini
Ciao Massimiliano.
for the first part, you still have answered my questions.
You told us nothing about what data we are talking about and very little
about how this mosaic has been created.
Anyway, what you are trying to do seems legit, although it is still not
clear to me how you intend to "see how it changes its value during the
time" and what you do to "lot this information on a chart".

About the styles, you might need to create a parametric SLD and control
that from the client or to use this
<https://docs.geoserver.org/latest/en/user/community/colormap/index.html>
extension (see also this
<https://docs.geoserver.geo-solutions.it/edu/en/multidim/accessing_multidim/rtx/colormap.html>
and
this
<https://www.giserdqy.com/wp-content/guids/geoserver-2.14.0/user/community/ncwms/index.html>);
warning, it is a community extension so your mileage may vary.
Another alternative is the ability to make the RasterSymbolizer parametric
as explained here
<https://docs.geoserver.org/latest/en/user/styling/sld/reference/rastersymbolizer.html#cql-expressions>
and control the quantities from the client.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Sat, Feb 13, 2021 at 9:42 AM Massimiliano Moraca <
i...@massimilianomoraca.it> wrote:

> Ciao Simone,
> I try to be more specific.
>
> My colleague had activated the ImageMosaic to manage multitemporal raster.
> As an example, we need to manage the satellite images over a place. We have
> a number of images of that place taken one per month. He told me that he
> created a PostgreSQL DB and, using the indication from the previous link,
> he obtained a table thanks to which we now can manage multitemporal
> satellite data. Is this the right use of ImageMosaic or have we
> misunderstanded this feature?
>
> We need to query a single pixel of this multitemporal dataset because we
> want to see how it changes its value during the time. We plot this
> information on a chart but we can wait sometimes minutes to see this
> information and this happen even if we click again on another pixel of the
> same raster.
>
> I try to explain better the problem with legend and style for this kind of
> data. When I use a multitemporal NDVI I know that this index has data
> between -1 and 1; legend and style must be statics and I can create an SLD
> with QGIS for the style. Problems arise using multitemporal rasters that
> reproduce the temperatures. It's incorrect to say that on our planet this
> phenomena is between -50 and 50°C because there are a lot of places in
> which that range is different. So, in this case, we need a dynamic legend
> and style that must be created live from GeoServer. Is there a solution for
> this?
>
>
> *ing.Massimiliano Moraca*
> *Analisi, progettazione e sviluppo di soluzioni GIS e WebGIS*
> *P.IVA*: 08700081212
> *CELL*: 333 59 49 583 (*lun - ven 9.00 - 18.00*)
> *WEB*: www.massimilianomoraca.it
> * Attività svolta ai sensi della Legge 4 del 14 gennaio 2013, art.1*
>
>
> Il giorno ven 12 feb 2021 alle ore 16:50 Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> ha scritto:
>
>> Ciao Massimiliano,
>> please, read below...
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://bit.ly/gs-services for more information.
>> ==
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Di

Re: [Geoserver-users] Questions about multi temporal data

2021-02-12 Thread Simone Giannecchini
Ciao Massimiliano,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Feb 12, 2021 at 4:05 PM Massimiliano Moraca <
i...@massimilianomoraca.it> wrote:

> Hi everybody,
> in my company we need to use multitemporal tiles from satellite platforms.
> We use RGB scenes and various indexes like NDVI, NDWI.
> During last month we have implemented the ImageMosaic[1] but now I'm
> asking myself if it was the right choice. How do you implement the use of
> this kind of data? Is there another choice?
>

We need more information.
Did you enable a time dimension? If so how?
What is the source data type? Has it been optimized?


> When we use `GetFeatureInfo`, on click on pixel, the response comes with a
> lot of latency and the graph of all time data from a specific analysis is
> rendered after 2 or 3 minutes.
>

Same as above, "graph of all time data from a specific analysis", we can't
know what this means for your system, we need more information.


> I don't know which type of AWS solution we use in truth.
>
>
Not sure what you mean here...


> Another question is on legend and style. For a type of our product we need
> a dynamic legend and style. Another question is on legend and style. For a
> type of our product we need a dynamic legend and style. Is there a solution
> for this? Is there a solution for this?
>

What do you mean by dynamic legend and style?


>
> Hope that my questions aren't tedious, but I need some clarification.
>
> ---
> [1] https://docs.geoserver.org/stable/en/user/data/raster/imagemosaic/
>
> *ing.Massimiliano Moraca*
> *Analisi, progettazione e sviluppo di soluzioni GIS e WebGIS*
> *P.IVA*: 08700081212
> *CELL*: 333 59 49 583 (*lun - ven 9.00 - 18.00*)
> *WEB*: www.massimilianomoraca.it
> * Attività svolta ai sensi della Legge 4 del 14 gennaio 2013, art.1*
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] S3 Geotiff Plugin Stopped Working

2021-01-19 Thread Simone Giannecchini
+1 on the dropping!

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Jan 19, 2021 at 11:59 AM Andrea Aime 
wrote:

> On Tue, Jan 19, 2021 at 11:06 AM Daniele Romagnoli <
> daniele.romagn...@geo-solutions.it> wrote:
>
>> Hi Andy,
>> I will take a look on the issue.
>> It might be that the packaging of the s3-geotiff community plugin was
>> inheriting the ehcache jar from another module not actually needing it
>> anymore so we might just need to update the release pom for that community
>> piece to inlcude it again.
>>
>
> Now that there is a new S3 support module with some active devs behind it,
> we should also consider just dropping the old one...
>
> Cheers
> Andrea
>
> == GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
> Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
> (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
> http://www.geo-solutions.it http://twitter.com/geosolutions_it
> --- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] WMS credentials entry in AGOL

2020-10-24 Thread Simone Giannecchini
Hi Chris,
-warning, geosolutions related material-
we are about to release a blog post that should cover your scenario based
on work we did lately.
We should release it on Mon.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1603544274454=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1603544274454=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1603544274454=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Oct 23, 2020 at 10:49 PM McCleary, Chris 
wrote:

> Hello!
> Any idea why AGOL will not prompt for credentials entry when I try and
> enter my WMS OGC web service link? I imagine there is a setting in
> geoserver that must allow it...
>
> Thanks!!!
>
> --
>
> *Chris McCleary* | IT Software Support Specialist
> Davey Resource Group, Inc.
> O: 800.828.8312 ext. 8206
>
> *For TreeKeeper support requests, please contact the*
> * TreeKeeper Support Team:**800.828.8312 ext 4857* *| *
> treekeepersupp...@davey.com
>
>  ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Slicing geoserver data directory

2020-10-02 Thread Simone Giannecchini
Hi Andreas,
unfortunately there is no simple way to move files.

You either move them and reconfigure layers via the GUI or (risky, so
backup the data dir) you can move the data and then change the path
directly on the configuration on disk (inside the xml files) and then
restart geoserver.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1601645289530=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1601645289530=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1601645289530=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Oct 2, 2020 at 1:46 PM Andreas Böhme  wrote:

> Ok, ruper. Can you tell me what I need to do? In th e documentatio it is
> only mentioned how to externalize your data directory.
> Thx and regards
>
> Andreas
> Am 02.10.2020 um 12:37 schrieb Simone Giannecchini:
>
> Hi Andreas,
> it is actually advisable :)
>
> By default data stay inside the data directory so the config + the data is
> portable easily.
> In real enterprise systems we tend to separate them.
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services
> <https://sgnldrp.online/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1601635068354=http://bit.ly/gs-services>
> for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geo-solutions.it
> <https://sgnldrp.online/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1601635068354=http://www.geo-solutions.it>
> http://twitter.com/geosolutions_it
> <https://sgnldrp.online/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1601635068354=http://twitter.com/geosolutions_it>
>
> ---
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
>
> On Fri, Oct 2, 2020 at 12:16 PM Andreas Böhme 
> wrote:
>
>> Hi List,
>> is it possible to slice the data directory, like having the actual data
>> separated from all the other config-files?
>> Thx and regards
>> Andreas
>>
>>
>> ___
>> Geoserver-

Re: [Geoserver-users] Slicing geoserver data directory

2020-10-02 Thread Simone Giannecchini
Hi Andreas,
it is actually advisable :)

By default data stay inside the data directory so the config + the data is
portable easily.
In real enterprise systems we tend to separate them.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1601635068354=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1601635068354=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://sgnldrp.online/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1601635068354=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Oct 2, 2020 at 12:16 PM Andreas Böhme  wrote:

> Hi List,
> is it possible to slice the data directory, like having the actual data
> separated from all the other config-files?
> Thx and regards
> Andreas
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Geoserver + GeoFence in multiple cluster environment

2020-09-15 Thread Simone Giannecchini
Ciao Carlo,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://sgndrp.live/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1600191112602=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://sgndrp.live/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1600191112602=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://sgndrp.live/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1600191112602=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Sep 15, 2020 at 6:02 PM carlo cancellieri <
geo.ccancelli...@gmail.com> wrote:

> Dear List,
>  maybe it was to complex, let me simplify:
>
> How I can administer security/rest.properties via UI?
> F.e.: Is GeoFence able to limit access to the Geoserver's REST api,
> granting permissions to create resources (workspaces,stores,layers) via
> REST ?
>

No, GeoFence is for OGC Services.


>
> How did you manage that *dynamically* (at runtime)?
>

I think you simply cannot at the moment.


>
> Regards,
> C.
>
>
> Il giorno gio 10 set 2020 alle ore 19:01 carlo cancellieri <
> geo.ccancelli...@gmail.com> ha scritto:
>
>> Hi all,
>>  not sure this is the right place to ask for GeoFence but let me try.
>>
>> So I'm running multiple geserver in cluster: all having a separate
>> replica of the data+datadir but connected to the same database via a
>> connection pool configured in tomcat (one Database for each cluster).
>>
>> The loadbalancer is rotating through the Geoserver and the session is not
>> shared for the moment.
>>
>> I've several of clusters like these and all are meant to be used as read
>> only, update is performed rolling/updating the snapshot of the disks
>> (automatically by the cloud manager with no downtime).
>>
>> The clusters have an external Master Geoserver (one for each cluster)
>> used as model for the snapshots, so ANY write operation will be performed
>> over those instances and the cluster will be lazily updated later (pull).
>>
>> Now I'm starting looking at GeoFence to manage the authentications and to
>> grant permissions over layers for any write operation over Master instances
>> (multiple customers) and for any read operation over the clusters...
>>
>> In our scenario users can be managed across different cluster so I've to
>> centralize the user management (federated identity provider) and possibly
>> permissions.
>>
>> Few initial questions about geofence:
>>
>> - To simplify the infrastructure I'm wondering if it is possible to
>> install it as embedded plugin server sharing the GeoFenceDataSource
>> configuration over a single postgis DB (shared across one or more clusters
>> and the relatives Masters instances)?
>>
>> - Is GeoFence able to limit access to the Geoserver's REST api to grant
>> permissions to create resources via REST (f.e. w/ GeoCatBridge) this is
>> something that I'm currently doing with rest.properties
>> <https://sgndrp.live/click?redirect=http%3A%2F%2Frest.properties=1600191112602=rest.properties>
>> but I'd like to make it configurable via GUI.
>>
>> - is geofence really multitenant: supporting mutiple domains and paths
>> (not just by workspace)
>>
>> - If it's not possible to share the database, how to clusterize an
>> embedded/standalone geofence server?
>>
>> - looking here
>> <https://

Re: [Geoserver-users] Geowebcache seeding XML and JSON

2020-05-10 Thread Simone Giannecchini
Hi Bart,
this section in the GWC doc is your friend ;)

https://www.geowebcache.org/docs/1.5.1/production/index.html#seed-failure-tolerance
<https://signrt.info/click?redirect=https%3A%2F%2Fwww.geowebcache.org%2Fdocs%2F1.5.1%2Fproduction%2Findex.html%23seed-failure-tolerance=1589124536101=https://www.geowebcache.org/docs/1.5.1/production/index.html#seed-failure-tolerance>


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://signrt.info/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1589124536101=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://signrt.info/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1589124536101=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://signrt.info/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1589124536101=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, May 5, 2020 at 6:14 PM Verbeeck Bart (AIV) <
bart.verbe...@vlaanderen.be> wrote:

> This question disappeared between all the other mails.
>
> Can somebody help?
>
>
>
> Bart
>
>
>
> *Van:* Verbeeck Bart (AIV) 
> *Verzonden:* Friday, April 24, 2020 1:29 PM
> *Aan:* Geoserver-users@lists.sourceforge.net
> *Onderwerp:* [Geoserver-users] Geowebcache seeding XML and JSON
>
>
>
> Dear list,
>
>
>
> Where can I find detailed information or examples of *full* seed/truncate
> requests in XML and JSON.
>
>
>
> In xml we use gridSetId, in JSON srs, and there are more differences.
>
>
>
> i.e. I don’t know how to use
>
> * tileFailureRetryCount
>
> * tileFailureRetryWaitTim
>
> * totalFailuresBeforeAborting
>
> in a JSON request
>
>
>
> Thanks a lot
>
>
>
> Bart Verbeeck
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] geoserver-manager maintained

2020-02-25 Thread Simone Giannecchini
Hi Dominique,
I can talk only about us and with that in mind the answer is no.

If you want to take over, I am fine with that.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Tue, Feb 25, 2020 at 7:53 PM Bessette-Halsema, Dominique E
 wrote:
>
> Hello
>
>
>
> I was wondering if the geoserver-manager client library is maintained by any 
> group.  I’m looking at the Compatibility Matrix and it stops at GeoServer 
> version 2.9.
>
>
>
> https://github.com/geosolutions-it/geoserver-manager
>
>
>
> Dominique Bessette
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Persistence of config to disk

2020-02-13 Thread Simone Giannecchini
Hi,
yes, the config is written immediately,  but if my memory serves me right
it is done asynchronously wrt to the main thread.
In any case it is not easy to repicate the situation you are describing,
unless there is something going super wrong already (like geoserver is in
OOM error or so).

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1581628977268=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1581628977268=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1581628977268=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Feb 13, 2020 at 10:08 PM Matt Hakim  wrote:

> Hi, does anyone know if geoserver config changes are written to disk as
> soon as save is clicked in the web interface. We've had a few instances
> where config went missing if the geoserver instance was killed. Looks like
> the changes were only in memory?
> Regards,
> Matt.
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] 2.11.5 large rasters -> wms cause servlet instability, JVM settings?

2019-11-25 Thread Simone Giannecchini
Dear David,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1574690204587=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1574690204587=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1574690204587=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Sun, Nov 24, 2019 at 4:18 PM David I  wrote:

> Hello Simone,
>
> thanks for the concrete piece of advice (more than 30-40 files then
> imagemosaic might be unsuitable, find some other method, like using the
> pyramids plugin). In regards to whether one might feed our collection of
> 500MB tiffs (tiled for one scale, that is) to gdal_retile or if to try to
> produce something that isn't fantastically big with gdal_merge and then
> give
> that to gdal_retile or gdalbuildvrt on them and then gdal_translate to jpeg
> compress and produce and one large (but not super large) tif and feed that
> to gdal_retile - I shall tinker (the Geoserver docs give one big as the
> input in the example but the tool supposedly can handle multiple, including
> what's already tiled) (though if anyone has strong recommendations either
> way then don't be afraid to holler :) )
>

It is difficult to give you a concrete way forward as it need some testing.
Generally speaking you can create a mosaic of a few large bigtiff jpeg
compressed with overviews; tiles should be at least 512x512; overall size
for a single file can be up to 50 to 60 gb.
This means you can have a single mosaic of 1TB (more or less) of imagery
which works decently.
Notice that when you compress jpeg, even visually lossless, you still
compress a lot so we are talking about _a lot_ of data (potentially the
size of a country like Italy).



>
> Won't open a ticket for the timeout as we are currently on an older version
> of Geoserver. An update is being planned but this tif-sink thing required
> more immediate attention.
>
> Thanks again,
>
> Regards
> David.
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services
> <https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1574690204587=http://bit.ly/gs-services>
> 
> <https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-servicesdID=1574517951672linkName=http://bit.ly/gs-services>
> https://gnldr.online/track
> <https://gnldr.online/tracker/click?redirect=https%3A%2F%2Fgnldr.online%2Ftrack=1574690204587=https://gnldr.online/track>
> er/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-servicesdID=1574517951672linkName=
> http://bit.ly/gs-services;
> for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geo-solutions.it
> <https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1574690204587=http://www.geo-solutions.it>
> 
> <https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.itdID=1574517951672linkName=http://www.geo-solutions.it>
> https://gnldr.online/track
> <https://gnldr.online/tracker/click?redirect=https%3A%2F%2Fgnldr.online%2Ftrack=1574690204587=https://gnldr.online/track&g

Re: [Geoserver-users] 2.11.5 large rasters -> wms cause servlet instability, JVM settings?

2019-11-23 Thread Simone Giannecchini
Dear David,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1574517951672=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1574517951672=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1574517951672=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Sat, Nov 23, 2019 at 2:26 PM David Persson  wrote:

> Hi, thanks for your replies.
>
> We have not employed the image pyramid plugin. The current troublesome
> source material is an orthophoto delivered as a collection of rgb tiffs
> with .tfw reference files, 8cm resolution, 1000x1000m per tiff. Each tiff
> is 500MB, total size 324GB.
>
> The tiffs were prepped thusly: for %%i in (*.tif) do gdal_translate -co
> COMPRESS=JPEG -co PHOTOMETRIC=YCBCR -co TILED=YES %%i %%~ni.tif
> which reduced the size in MB of many tiffs by rather a lot. Then it was
> published via the Image Mosaic plugin in Geoserver.
> Would I need to gdal_merge into one gigantic tiff first in order to run
> gdal_retile? Or would you advice preparing this source material in some
> other way?
>

The key point for the imagemosaic is the number of files it has to open to
answer a request.
If you mosaic is comprised of more than 30 to 40 files as you zoom out
GeoServer will suffer a lot to answer, up to a point where it will probably
die for one reason or the other.

So we usually use pyramids or layergroup with different layers plus styling
rules based on the scale to exclude some layers.


>
> (Eventually we might run a standalone gwc as some things should only be
> employed cached but we still need to learn how to prep and publish raster
> properly in Geoserver in order for gwc to have something to feed on :) )
>
> (Haven't found a bug report about getMap requests that ignore the
> Geoserver WMS timeout set time, yet)
>

You can open that, this is true only for raster data atm.


>
> Respectfully,
> David.
>
> On Mon, Nov 11, 2019 at 1:37 PM Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> wrote:
>
>> Dear David,
>> I would take a different path and understand more about this "large
>> rasters":
>>
>> - tell us more about format and size
>> - tell us more about how you preprocessed them for performance
>>
>> The first step with serving (large) raster data is choosing the right
>> format then preprocessing, see here (slide 8 and onward):
>> <https://gnldr.online/tracker/click?redirect=https%3A%2F%2Fwww.slideshare.net%2Fgeosolutions%2Fgeoserver-in-production-we-do-it-here-is-how-foss4g-2016=1573475791127=https://www.slideshare.net/geosolutions/geoserver-in-production-we-do-it-here-is-how-foss4g-2016>
>> https://www
>> <https://gnldr.online/tracker/click?redirect=https%3A%2F%2Fwww=1574517951672=https://www>
>> .slideshare.net/geosolutions/
>> <https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fslideshare.net%2Fgeosolutions%2F=1574517951672=slideshare.net/geosolutions/>
>> geoserver-in-production-we-do-it-here-is-how-foss4g-2016
>> Everything else comes (way) afterwards.
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://bit.ly/gs-services
>> <https://gnldr.online/tracker/c

Re: [Geoserver-users] How to unsubscribe?

2019-11-14 Thread Simone Giannecchini
This should do:
https://sourceforge.net/projects/geoserver/lists/geoserver-users/unsubscribe

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Thu, Nov 14, 2019 at 7:22 PM Mike Bronner via Geoserver-users
 wrote:
>
> Sorry if this is posted in the wrong place, but I have tried MANY times to 
> unsubscribe using the link at the bottom of the list emails, but am still 
> getting copied on list conversations.
>
> Is there some other way we need to unsubscribe ourselves?
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] 2.11.5 large rasters -> wms cause servlet instability, JVM settings?

2019-11-11 Thread Simone Giannecchini
Dear David,
I would take a different path and understand more about this "large
rasters":

- tell us more about format and size
- tell us more about how you preprocessed them for performance

The first step with serving (large) raster data is choosing the right
format then preprocessing, see here (slide 8 and onward):
https://www.slideshare.net/geosolutions/geoserver-in-production-we-do-it-here-is-how-foss4g-2016
<https://gnldr.online/tracker/click?redirect=https%3A%2F%2Fwww.slideshare.net%2Fgeosolutions%2Fgeoserver-in-production-we-do-it-here-is-how-foss4g-2016=1573475791127=https://www.slideshare.net/geosolutions/geoserver-in-production-we-do-it-here-is-how-foss4g-2016>
Everything else comes (way) afterwards.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fbit.ly%2Fgs-services=1573475791127=http://bit.ly/gs-services>
for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geo-solutions.it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Fwww.geo-solutions.it=1573475791127=http://www.geo-solutions.it>
http://twitter.com/geosolutions_it
<https://gnldr.online/tracker/click?redirect=http%3A%2F%2Ftwitter.com%2Fgeosolutions_it=1573475791127=http://twitter.com/geosolutions_it>

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Sun, Nov 10, 2019 at 3:47 AM David I  wrote:

> Hi,
>
> We're currently running 2.11.5 (upgrade of the whole server scheduled for
> early next year) and are experiencing stability issues with the Jetty 9.3
> hosting Geoserver (and a Geoexplorer). For instance large ortho rasters
> previewed in Geoserver try to render for a long time and eventually fail
> and
> if several of those heavy getMaps happen in parallell Jetty becomes slow to
> respond and will either end up in state where it doesn't appear to recover,
> at least for 10 minutes, or it recovers. Lesser rasters preview ok and do
> not cause
>
> (This is a problem when using these WMS layers in desktop applications,
> it's
> not that lots of people preview them from Geoserver's /web)
>
>
> Latest Jetty 9.3, latest Corretto JRE 8.
>
> Java options:
> Marlin 0.9.4.1,
> -XX:+UseParallelGC
> -XX:SoftRefLRUPolicyMSPerMB=36000
>
> 6144MB initial heap and 8192 max, thread stack size 256KB.
>
> When Jetty becomes partially or totally unresponsive the heap via jmapheap
> -heap looks like so:
>
> Heap Configuration:
>MinHeapFreeRatio = 0
>MaxHeapFreeRatio = 100
>MaxHeapSize  = 8589934592 (8192.0MB)
>NewSize  = 2147483648 (2048.0MB)
>MaxNewSize   = 2863136768 (2730.5MB)
>OldSize  = 4294967296 (4096.0MB)
>NewRatio = 2
>SurvivorRatio= 8
>MetaspaceSize= 21807104 (20.796875MB)
>CompressedClassSpaceSize = 1073741824 (1024.0MB)
>MaxMetaspaceSize = 17592186044415 MB
>G1HeapRegionSize = 0 (0.0MB)
>
> Heap Usage:
> PS Young Generation
> Eden Space:
>capacity = 1982332928 (1890.5MB)
>used = 1982332928 (1890.5MB)
>free = 0 (0.0MB)
>100.0% used
> From Space:
>capacity = 437256192 (417.0MB)
>used = 0 (0.0MB)
>free = 437256192 (417.0MB)
>0.0% used
> To Space:
>capacity = 439353344 (419.0MB)
>used = 0 (0.0MB)
>free = 439353344 (419.0MB)
>0.0% used
> PS Old Generation
>capacity = 5726797824 (5461.5MB)
>used = 5726435656 (5461.154609680176MB)
>free = 362168 (0.34539031982421875MB)
>99.99367590735469

Re: [Geoserver-users] Imagemosaic: enforcing SuggestedSPI

2019-10-24 Thread Simone Giannecchini
Daniele,
shall we open an issue to track this strange behavior?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Wed, Oct 23, 2019 at 12:48 PM Alexander Petkov  wrote:
>
> Hello Daniele:
>
> gdal_translate with '-co PROFILE=GeoTIFF' solves this problem.
>
> The default GDALGeoTIFF writes extra metadata tags, which seem to
> envoke the NetCDFImageReaderSpi
>
> Alex
>
> On 10/23/19, Daniele Romagnoli  wrote:
> > Hi Alex,
> > Actually I was partially wrong.
> >
> > The GribFormat simply does a filename check:
> > https://github.com/geotools/geotools/blob/master/modules/plugin/coverage-multidim/grib/src/main/java/org/geotools/coverage/io/grib/GRIBFormat.java
> >
> >
> > Is the NetCDFImageReaderSpi which actually does a real format check based
> > on magic numbers:
> > https://github.com/geotools/geotools/blob/master/modules/plugin/coverage-multidim/netcdf/src/main/java/org/geotools/imageio/netcdf/NetCDFImageReaderSpi.java#L178
> >
> >
> > https://github.com/geotools/geotools/blob/master/modules/plugin/coverage-multidim/netcdf/src/main/java/org/geotools/imageio/netcdf/utilities/NetCDFUtilities.java#L705
> >
> >
> > I think that we may need to revisit that "accepts" method.
> >
> > Regards,
> > Daniele
> >
> >
> >
> > On Wed, Oct 23, 2019 at 11:57 AM Alexander Petkov 
> > wrote:
> >
> >> >> So my first question is:
> >> >> are you pretty sure that the files you are trying to mosaic are
> >> >> actually
> >> >> GeoTiffs and not NetCDFs/Gribs?
> >> >> Can you run a gdalinfo on one of them?
> >>
> >> gdalinfo confirms that all files are Geotiffs:
> >>
> >> for f in `find . -path './rtma2p5.201910*' -type f`;do gdalinfo ${f}
> >> |grep Driver ;done|uniq
> >> Driver: GTiff/GeoTIFF
> >>
> >>
> >> >> Second question: any chance that you are trying to create a mosaic on
> >> top
> >> >> of a folder containing both GeoTiffs and NetCDFs?
> >>
> >> My Geotiff  and .properties files are in their own subdirectory.
> >>
> >> >> In that case, if the first file to be analyzed by the mosaic
> >> configurator
> >> >> is a NetCDF, it will be used as reference format.
> >> >>
> >> >> Please, let us know.
> >> >> Regards,
> >> >> Daniele
> >>
> >> Thanks for giving your thoughts on this
> >>
> >> Alex
> >>
> >
> >
> > --
> > Regards,
> > Daniele Romagnoli
> > ==
> > GeoServer Professional Services from the experts! Visit
> > http://goo.gl/it488V
> > for more information.
> > ==
> >
> > Ing. Daniele Romagnoli
> > Senior Software Engineer
> >
> > GeoSolutions S.A.S.
> > Via di Montramito 3/A
> > 55054  Massarosa (LU)
> > Italy
> > phone: +39 0584 962313
> > fax:  +39 0584 1660272
> >
> > http://www.geo-solutions.it
> > http://twitter.com/geosolutions_it
> >
> > ---
> >
> > Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> > 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), 

Re: [Geoserver-users] Compressed GeoTIFF issues on 2.16

2019-09-25 Thread Simone Giannecchini
Apparently this (crazy.. :) ) crs is not recognized.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Sep 25, 2019 at 5:10 AM srto  wrote:

> Welp it looks like half my message has been swallowed by nabble :(
>
> Here's the error:
> ```
> Could not list layers for this store, an error occurred retrieving them:
> org.geotools.data.DataSourceException:
> GeoTiffMetadata2CRSAdapter::createCoordinateSystem:Only Geographic &
> Projected Systems are supported.
> ```
>
> Here's the gdalinfo diff between the two tif files:
> ```
> $ gdalinfo works.tif > works
> $ gdalinfo broken.tif > broken
> $ diff works broken
> 2c2
> < Files: works.tif
> ---
> > Files: broken.tif
> 47a48
> >   COMPRESSION=DEFLATE
> ```
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] How can i create a GML DataStore in Geoserver?

2019-09-20 Thread Simone Giannecchini
Hi Augustin,
long story short, I am pretty sure you cannot.

Serving from GML wouldn't be very performant anyway.
I would go through saving this into a spatial DBMS for serving with
GeoServer.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Thu, Sep 19, 2019 at 4:31 PM CON NS Agustin (ICA) via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hi everyone,
>
>
> What can i do to create a GML Datastore in Geoserver 2.13.1?  Is possible?
>
>
> I create a AIXM 5.1 GML (3.2 version) for interexchange data info... Can i
> create a datastore and layers from this file?
>
>
> I need to do that...
>
>
> Regards.
>
>
> Agustín Flores Franco
> Especialista em Geoprocessamento
> CTCEA / ICA
> Tel. (21) 2101-6998
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] WMS raster rendering interpolation quality

2019-06-26 Thread Simone Giannecchini
Short answer, no.

Longer answer below.
GeoServer, regardless of the interpolation will do a big subsampling
as you zoom out a lot and with this type of data good quality is
nearly impossible.
We would have to make GeoServer avoid big subsampling factors and
perform multiple smaller subsampling factors. I mean, instead of
scaling directly by 16x16 on each direction we could do 2x2 + 2x2 +
2x2 + 2x2.
Is this feasible? Yes, by modifying the code.
Is this going to be fast? Not really.

So, my suggestions is to do preprocessing correctly, e.g. using the
ImagePyramid.
We describe this also in out training:
https://geoserver.geo-solutions.it/edu/en/raster_data/advanced_gdal/example3.html

Hope this helps.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Wed, Jun 26, 2019 at 3:41 PM Stefan Ziegler
 wrote:
>
> Hi
>
> Geoserver offers three options for raster rendering: nearest neighbor, 
> bilinear, bicubic. I made some tests with a single band (black and white) 
> geotiff with internal overviews.
>
> Nearest neighbor: Rendering when zoomed out is as expected not very nice. 
> https://drive.google.com/file/d/18MXxA67lmfJFOmM_7qtRf9XUPploSamS/view?usp=sharing
>
> Bilinear: It looks like nearest neighbor when zoomed out (which irritates me 
> a bit). 
> https://drive.google.com/file/d/1lGSxUC4VNEi5NpVoV7Q1Ury2vif3tf5I/view?usp=sharing
>
> Bicubic: This is where i get black dots when zoomed out 
> https://drive.google.com/file/d/1iODH8-gEGGhBNfckQZ7XnXMnqyZDSVGW/view?usp=sharing
>
> When I use the image pyramid plugin to publish the file and preprocess the 
> file with gdal_retile I get much better rendering results with all three 
> methods. Bicubic example: 
> https://drive.google.com/file/d/1Fjml6_FckcuGSVwdRglT30HhzLe_BWaT/view?usp=sharing
>
> Is there a way to achieve the same rendering quality without preprocessing 
> the data (or using the image pyramid plugin respectively)?
>
> Original file can be found here: 
> https://drive.google.com/file/d/19pG6ZCuq1V1WTCr8lb3bMqWCwaBWd2aT/view?usp=sharing
>
> best regards
> Stefan
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] 4 weighted rasters into 1 raster

2019-06-03 Thread Simone Giannecchini
Ciao Erik,
the easiest thing in geoserver would most probably be to:
- create a coverage view that result in a 4 band raster -->
https://docs.geoserver.org/latest/en/user/data/raster/coverageview.html
- create a jiffle style that merges the 3 and uses env vars from the
client to control the merge -->
https://docs.geoserver.org/latest/en/user/styling/sld/extensions/rendering-transform.html#running-map-algebra-on-the-fly-using-jiffle




Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Thu, May 30, 2019 at 6:13 PM van Ingen, Erik  wrote:
>
> Hi Geoserver user community,
>
>
>
> We currently combine 4 rasters into 1 raster, based on weights provided by 
> the user through the browser in a UI. We now do this in a complete custom 
> way, running an R Shiny server, which uses the leaflet client.
>
>
>
> I would like to understand better what other possible architectural patterns 
> are, preferably in combination with Geoserver WMS, in order to remain with 
> open standards.
>
>
>
> Are the following patterns valid, which one is best and am I missing a 
> pattern?
>
> · Have a leaflet client, requesting 4 rasters from WMS, generating a 
> new raster (applying the weights) in the browser and displaying this through 
> leaflet?
>
> · Make a custom WMS which takes the weights into account through 
> parameters and generates (applying the weights)  the raster? Would this 
> custom WMS run in the Geoserver as some kind of plugin or aside Geoserver as 
> a separate webapp?
>
> · Is a pattern with the Javascript library 
> https://github.com/GeoTIFF/geoblaze relevant here?
>
> · Other?
>
>
>
> Best,
> Erik
>
>
>
>
>
>
>
>
>
>
>
>
>
> Erik van Ingen
>
> Digital Innovation Consultant
>
> Room A012
>
> Information and Communications Technology Division
>
> Via Paolo di Dono 44, 00142 Rome, Italy
>
> Mob. +39 3331311211
>
> www.ifad.org
>
>
>
>
>
> ~~ The information contained in or accompanying this email and any attachment 
> thereto, is intended solely for the use of the stated recipient(s) and may 
> contain information that is confidential and/or privileged. Any 
> dissemination, distribution or copying of this email and any attachment by 
> anyone who is not a stated recipient is strictly prohibited. If you receive 
> this message in error, please notify the sender immediately and delete the 
> message and any attachment from your system without retaining a copy. ~~
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead o

Re: [Geoserver-users] JMS question

2019-05-12 Thread Simone Giannecchini
Hi Jason,
first point, build server is down under huge maintenance. It will be
up again soon.

About the issue you mention, that is strange as we have a few clients
using JMS clustering.
Can you open a JIRA Report and paste it here so that we can someone
have a look at it?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Fri, May 10, 2019 at 5:30 PM Jason Cradit  wrote:
>
> Hello all - two questions...i've been trying to get to the community 
> downloads page and it's been failing for the last day.  Am i missing 
> something or is it down?
> https://build.geoserver.org/geoserver/2.15.x/community-latest/
>
> Also, i've been playing around with JMS and I feel like i've found an issue 
> and wonder if other people see this.  When building a JMS cluster with an 
> external broker i'm finding that if the server comes up with a config that 
> doesn't work (like it can't access the remote broker) it will never work - 
> like when you change it in the UI.  Even if it was working, changed to one 
> that doesn't and then changed back to the working one - it'll fail.  I've 
> been able to reproduce this quite a bit and wonder if this is just a known 
> issue or maybe i'm just doing something wrong.
>
> Thanks,
> Jason
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Problemas al subir imagenes JP2000 a geoserver

2019-05-09 Thread Simone Giannecchini
Thx Micho :P

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Thu, May 9, 2019 at 4:00 PM Micho García  wrote:
>
> Hola Jhon,
>
> esta es una lista internacional de usuarios de GeoServer y el lenguaje 
> utilizado en la misma es el inglés. Simplemente que lo tengas en cuenta ya 
> que es posible que muchos de los posibles receptores no hablén español y no 
> puedan responderte. Si te encuentras más cómodo utilizando el español, existe 
> una lista de usuarios de GeoServer en Español, no encontrarás tantos 
> receptores como en esta, pero también podrán ayudarte con tus dudas.
>
> https://groups.google.com/forum/#!forum/geoserver-es
>
> Haciendo una búsqueda rápida encuentro que GeoServer puede leer JPEG2000, 
> puedes ver la info en la documentación.
>
> https://docs.geoserver.org/latest/en/user/data/raster/gdal.html
>
> Un saludo y suerte.
>
>
> Micho Garcia
> http://geomati.co
>
>
> El jue., 9 may. 2019 a las 14:43, jhon ferley Giraldo 
> () escribió:
>>
>> Buenos días, me encuentro realizando un servidor de mapas, me permite subir 
>> imágenes tiff y shp. pero he buscado como subir imágenes jp2000 pero no 
>> encuentro la forma, alguien me puede ayudar. Gracias
>>
>> Jhon Ferley Parra Giraldo
>> Cel: 3122215487
>> Pais: Colombia
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Publishing big geotiff files

2019-04-16 Thread Simone Giannecchini
Hi Erik,
please, find my feedback inline below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Apr 16, 2019 at 12:17 PM van Ingen, Erik 
wrote:

> Dear Geoserver community,
>
>
>
> This page
>
> https://geoserver.geo-solutions.it/edu/en/enterprise/raster.html#
> <https://geoserver.geo-solutions.it/edu/en/enterprise/raster.html>
>
> suggests to use GDAL for preparing big GeoTiff files.
>
>
>
> A couple of related questions:
>
> · Does "consider BigTiff for large files (> 4 GB)"  imply Geotiff
> for < 4GB?
>

Yes


> · Is GDAL the best tool to use for preparing large GeoTiff files
> for publication in Geoserver? Are there alternatives?
>

Yes and Yes, however we do suggest GDAL even because most of the other
tools use GDAL behind the scenes, anyway.



> · Ideally we only push only the GeoTiff files with an SLD to
> Geoserver and do nothing more. Is there a way to automate as much as
> possible the publication of large GeoTiff files? What is the best practice
> to publish GeoTiff files up to 10GB? and to up to 20GB?
>

If they are independent layers you can use the REST API, if they somehow
part of a time series I would set up an ImageMosaic with an index in
Postgis and then use the harvesting API of the imagemosaic-- >
https://geoserver.geo-solutions.it/edu/en/multidim/rest/index.html

There is also a nice importer extension which has its own REST API and
which can also automated tasks like calling gdal_translate and gdal_addo on
the command line as part of an ingestion -->
https://docs.geoserver.org/stable/en/user/extensions/importer/rest_examples.html
.


>
>
> Kind Regards,
>
> Erik
>
>
>
>
>
>
>
>
>
> *Erik van Ingen*
>
> Digital Innovation Consultant
>
> Room A012
>
> Information and Communications Technology Division
>
> Via Paolo di Dono 44, 00142 Rome, Italy
>
> Mob. +39 3331311211
>
> www.ifad.org
>
> [image: cid:image001.png@01D495F9.EE4AC5A0]
>
> [image: cid:image002.png@01D495F9.EE4AC5A0]
> <http://instagram.com/ifadnews>
>
> [image: cid:image003.png@01D495F9.EE4AC5A0]
> <https://www.linkedin.com/company/ifad>
>
> [image: cid:image004.png@01D495F9.EE4AC5A0] <https://twitter.com/ifad>
>
> [image: cid:image005.png@01D495F9.EE4AC5A0]
> <http://www.youtube.com/user/IFADTV>
>
> *[image: cid:image006.png@01D495F9.EE4AC5A0]* <http://www.ifad.org/>
>
>
>
>
>
>
>
>
>
> ~~ The information contained in or accompanying this email and any
> attachment thereto, is intended solely for the use of the stated
> recipient(s) and may contain information that is confidential and/or
> privileged. Any dissemination, distribution or copying of this email and
> any attachment by anyone who is not a stated recipient is strictly
> prohibited. If you receive this message in error, please notify the sender
> immediately and delete the message and any attachment from your system
> without retaining a copy. ~~
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.

Re: [Geoserver-users] Updating imagemosaic index after granule updating

2019-04-09 Thread Simone Giannecchini
Minor observation,
I would not use a shapefile as mutable index, use Postgis instead.

If by adding granules the BBOX changes you will have to recalculate.
As an alternative you can set the bbox initially in GeoServer to a
value that is big enough as you will not need to recalculate
afterwards.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Fri, Apr 5, 2019 at 4:36 PM Daniele Romagnoli
 wrote:
>
> Hi Micho,
> It looks like some other people experienced the same issue:
> https://gis.stackexchange.com/questions/207460/geoserver-imagemosaic-index-is-not-updating-with-curl
>
> Did you already try the same approach?
> Please, let us know.
>
> Cheers,
> Daniele
>
> On Thu, Apr 4, 2019 at 12:06 PM Micho García  wrote:
>>
>> Hi,
>>
>> I'm Micho, I work at geomati.co, I am an OSGeo charter member and first of 
>> all my total admiration for your work developing and maintaining GeoServer.
>>
>> We are using GeoServer maybe in a weird use case, we are publishing geotiff 
>> as granules of an imagemosaic with the time dimension. When we publish the 
>> first granule it creates the store and next granules go adding to this 
>> store. The problem that we have found is because we usually update the same 
>> granule several times but the index doesn't refresh. We found that in the 
>> store folder in the data_dir is the correct last geotiff but geoserver is 
>> publishing other geotiff. We have checked when we force the geoserver 
>> reloads geoserver publishes the correct geotiff.
>>
>> It looks like that the index isn't refreshing correctly, maybe because we 
>> are updating always the same granule.
>>
>> We are using gsconfig-py3 to every REST operation to GeoServer. In fact, the 
>> method which publishes the granule is the `catalog.harvest_uploadgranule`.
>>
>> https://github.com/dimitri-justeau/gsconfig-py3/blob/master/src/geoserver/catalog.py#L554
>>
>> I was looking for some info, and I've found some comments in any other 
>> forums, now I'm trying to add the recalculate parameter to see it this 
>> parameter forces the index recalculation.
>>
>> https://docs.geoserver.org/stable/en/user/rest/api/coveragestores.html#recalculate
>>
>> Would I like if someone has experienced this issue before? Is there any way 
>> to force the update of the imagemosaic index?.
>>
>> A lot of thanks.
>>
>> Best.
>>
>> Micho Garcia
>> http://geomati.co
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
>
> --
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> for more informa

Re: [Geoserver-users] GetFeatureInfo custom GML response

2019-03-27 Thread Simone Giannecchini
I think you can use the PropertyName vendo param:
https://docs.geoserver.org/stable/en/user/services/wms/vendor.html#propertyname

This contains all attributes (including geometries):
http://cloudsdi.geo-solutions.it/geoserver/eumetsat/ows?service=WFS=1.0.0=GetFeature=eumetsat%3Ane_10m_coastline=50

this only the 2 I listed:
http://cloudsdi.geo-solutions.it/geoserver/eumetsat/ows?service=WFS=1.0.0=GetFeature=eumetsat%3Ane_10m_coastline=50&=featurecla,scalerank

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Wed, Mar 27, 2019 at 2:23 PM Oscar Diago Alonso
 wrote:
>
> Good morning.
>
> Is there a way to remove the Geometry field of the GetFeatureInfo response in 
> GML format?
>
> Thanks for any help provided!
>
> Best regards.
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Limitations in Workspace for Geoserver

2019-01-28 Thread Simone Giannecchini
Hi,
I don't think there is any hard limitation. There might be performance
issues beyond a certain level (thousands of workspaces?) but I have no
evidence.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Jan 28, 2019 at 3:07 PM dineshkcube 
wrote:

> Hi,
>
> I have installed the Geoserver 2.14.2. I need to know whether there is any
> limitations in terms of the number of workspaces that could be added to a
> geoserver instance. If so, pls let me know the constraint limit. Thanks.
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] MySQL 8 support

2019-01-23 Thread Simone Giannecchini
Hi Anto,
why not contributing a PR for this?

If you are interested in supporting MySQL you could step up as the
mantainer in the longer run.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Jan 23, 2019 at 2:20 AM antopaul  wrote:

> Irrespective of funding, these are bugs that prevent using MySQL 8 with
> GeoServer and Geotools.
>
> For those facing same issues - you can fix the issues by changing few
> function names to use prefix "ST_". The actual code used is Geotools.
>
> Github - https://github.com/geotools/geotools/releases/tag/20.2 or use the
> relevant release version.
> Folder -
> modules\plugin\jdbc\jdbc-mysql\src\test\java\org\geotools\data\mysql
> Files - MySQLDialect.java, MySQLDialectBasic.java, MySQLFilterToSQL.java
>
> Rename these functions(only those part of SELECT statement) to start with
> ST_ - srid, asWKB, envelope, GeomFromText
>
> Regards,
> Anto
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] MySQL 8 support

2019-01-22 Thread Simone Giannecchini
Dear Anto,
I would say no at least as long as geosolutions people are concerned.
Obviously this could change quickly if someone puts funding on the table
for this to happen.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Jan 22, 2019 at 4:30 AM antopaul  wrote:

> Is there any work in progress or planned for supporting MySQL 8?
>
> I am getting below exception with MySQL 8.0.13 and GeoServer 2.14.2 on
> clicking LayerPreview.
>
> Caused by: java.sql.SQLSyntaxErrorException: FUNCTION nyosm.asWKB does not
> exist
> at
> com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:118)
> at
> com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
> at
>
> com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
> at
> com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1247)
> at
>
> org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208)
> at
>
> org.apache.commons.dbcp.DelegatingStatement.executeQuery(DelegatingStatement.java:208)
> at
>
> org.geotools.jdbc.JDBCFeatureReader.lambda$new$0(JDBCFeatureReader.java:143)
> at
> org.geotools.jdbc.JDBCFeatureReader.runQuery(JDBCFeatureReader.java:247)
> ... 129 more
>
> Regards,
> Anto
>
>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer TileCache MS Azure

2019-01-13 Thread Simone Giannecchini
Dear Pascal,
there is no such support for this at this stage.
It would not be too hard to implement though.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Fri, Jan 11, 2019 at 12:58 PM Pascal Coulon 
wrote:

> Dear All,
>
>
>
> Does GeoServer support caching (i.e. via GeoWebCache) the tiles within MS
> Azure Blob, as it is available for storing in AWS S3?
>
>
>
> Have anybody implemented this?
>
>
>
> Regards,
>
>
>
> Pascal
>
> <http://gfidisc.scisys.co.uk>
>
>
> SCISYS UK Limited. Registered in England and Wales No. 4373530.
> Registered Office: Methuen Park, Chippenham, Wiltshire SN14 0GB, UK.
>
> Before printing, please think about the environment.
>
> <http://gfidisc.scisys.co.uk>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] GeoServer & 32 bit float images

2018-11-28 Thread Simone Giannecchini
Hi,
please, read below...

Il giorno mar 27 nov 2018 alle 21:56 agovind  ha
scritto:

> Hi,
> I need some help and inputs with serving imagery using GeoServer as I'm new
> to it. Thanks in advance.
>
> I downloaded 32 bit float TIFF images (TIFF_d32f) from Sentinel Hub to
> serve
> with GeoServer to a OpenLayers and JavaScript web map frontend.
> https://sentinelhub-py.readthedocs.io/en/latest/examples.html
>
> Tiff images are:
> multi-band (3 bands) - true color, false color
> single-band (1 band) - NDVI, NDWI
>
> For some reason, by default QGIS automatically assigns an alpha band
> (eventhough there's none) and sets transparency based on it and don't
> display and I had to manually set transparency as "none" or "no" to see the
> image. ArcMap correctly loaded the images by default.
>
> My questions:
> 1) Does GeoServer support 32-bit float images and correctly display them?
>

supports yes, correctly display depends on what correctly means


> 2) What is the easiest and recommended process to stylize or color
> single-band greyscale images? E.g. NDVI values ranging from -1 to +1? Can I
> use .clr, .sld template files?
>

SLD obviously as that is how geoserver styles data. look for exMoles of the
raster symbolizer in the docs or around the web


> 3) Do I need any extra plugins than the basic GeoServer?


no


>
> 4) I will have several hundred small images for multiple dates. Is it
> easier
> if I make a mosaic and add images to it and just style the mosaic once
> rather than style each small image? What's the best way to do this?


mosaic


>
> 5) The web map is to do both visual (colors) and numerical info (pixel
> values on click). So is it easier if images are imported into PostGIS and
> then brought to GeoServer?


I don’t see why.


Final note:
many of these questions can be answered  after having gone through the
avalable docs, presentations and books. I would recommend going back and
review what’s avail online and then ask specific questions.

Cheer
> Arun
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
-- 
Regards,
Simone Giannecchini.
GeoSolutions Director

- sent from my mobile, apologies for brevity and typos-
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] SLD styling in production environment

2018-11-07 Thread Simone Giannecchini
Dear VIlle,
if you have experience in GeoServer and plan to stick with it, my
suggestion is CSS; while it is geoserver specific it is much more compact
than SLD and mostly equivalent.
The geoserver editor has also been improved lately to be more user friendly.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Nov 7, 2018 at 2:41 PM Ville Koivisto <
ville.koivi...@kuntotekniikka.fi> wrote:

> *Dear list,*
>
>
>
> I need start working on with a bunch of styling with different layers.
> Knowing Geoserver, alternatives are either SLD or CSS. Could someone more
> experienced please enlighten me, what might be the most efficient way of
> producing SLD styles when number of styled layers is high?
>
>
>
> Should I start learning CSS and go with that?
>
>
>
> Should I produce SLD styles with QGIS and then repair their mismatches
> which are caused by version conflict? Or just start writing them in
> Geoserver panel? Use Udig that can produce SLD 1.0.0 as I’ve heard?
>
>
>
> Thanks in advance.
>
>
>
> *Kind regards,*
>
>
>
> Ville Koivisto
>
> +35840 701 4283
>
> GIS Expert
>
> Suomen kuntotekniikka Oy
>
> [image: KUNTO TEKNIIKKA logo transparent FF9900]
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] 16bit image rendering problem

2018-11-05 Thread Simone Giannecchini
Ciao Pedro,
please, stay on the list.

Not sure this is your problem. Anyway, best thing would be to try and
replicate this issue.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Nov 5, 2018 at 10:16 AM Briones Garcia, Pedro  wrote:

> Hi, Simone.
>
>
>
> I think my problem could be related with this topic:
> http://osgeo-org.1560.x6.nabble.com/Why-is-16-bit-geotiff-converted-to-8-bit-geotiff-by-geoserver-td5165528.html
>
>
>
> In my case, if pixel values of GeoTIFF file have values lower than 255 (8
> bits), it renders ok in GeoServer, but if the values are higher, the
> problem described in my previous mail appears.
>
>
>
> Regards.
>
>
>
> Un saludo.
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/Tragsatec.png]
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/cenefa.png]
>
> *Briones Garcia, Pedro *
>
> Grupo Tragsa - SEPI
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/Tragsatec_SEPI.png]
>
> Calle Julián Camarillo 6B - 28037 Madrid
> Tel.: 913226489 - 88216 - Fax: 913226005
> p...@tragsa.es
> *www.tragsa.es * <http://www.tragsa.es/>
>
>
> En beneficio del medio ambiente, imprime este e-mail sólo si realmente es
> necesario
> For the benefit of the environment, print this e-mail only if you really
> need to
>
>
>
> *De:* Simone Giannecchini [mailto:simone.giannecch...@geo-solutions.it]
> *Enviado el:* miércoles, 31 de octubre de 2018 16:26
> *Para:* Briones Garcia, Pedro 
> *CC:* Simone Giannecchini ;
> geoserver-users 
> *Asunto:* Re: [Geoserver-users] 16bit image rendering problem
>
>
>
> Ciao Pedro,
>
> I don't see anything strange from this info.
>
> You might want to make this geotiff available for us to have a look at
> (if/when we have time :) ).
>
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this 

Re: [Geoserver-users] 16bit image rendering problem

2018-10-31 Thread Simone Giannecchini
Ciao Pedro,
I don't see anything strange from this info.
You might want to make this geotiff available for us to have a look at
(if/when we have time :) ).

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Oct 31, 2018 at 4:15 PM Briones Garcia, Pedro  wrote:

> Hi, Simone.
>
>
>
> The style:
>
> **
>
> * xmlns="http://www.opengis.net/sld <http://www.opengis.net/sld>"
> xmlns:gml="http://www.opengis.net/gml <http://www.opengis.net/gml>"
> xmlns:ogc="http://www.opengis.net/ogc <http://www.opengis.net/ogc>"
> xmlns:sld="http://www.opengis.net/sld <http://www.opengis.net/sld>">*
>
> **
>
> **
>
> **
>
> **
>
> **
>
> *PrecipAnual-2016i*
>
> **
>
> **
>
> **
>
> **
>
> **
>
> **
>
> *grid*
>
> **
>
> *1*
>
> **
>
> * label="279.00" opacity="1.0" quantity="279"/>*
>
> * label="463.21" opacity="1.0" quantity="463.21"/>*
>
> * label="647.42" opacity="1.0" quantity="647.42"/>*
>
> * label="831.63" opacity="1.0" quantity="831.63"/>*
>
> * label="1015.84" opacity="1.0" quantity="1015.84"/>*
>
> * label="1200.05" opacity="1.0" quantity="1200.05"/>*
>
> * label="1384.26" opacity="1.0" quantity="1384.26"/>*
>
> * label="1554.30" opacity="1.0" quantity="1554.3"/>*
>
> * label="1696.00" opacity="1.0" quantity="1696"/>*
>
> **
>
> **
>
> **
>
> **
>
> **
>
> **
>
> **
>
>
>
> And gdalinfo output:
>
> *Driver: GTiff/GeoTIFF*
>
> *Files: C:\Procesos_TMP\SIAR_Teledeteccion\PrecipAnual-2016i.tif*
>
> *Size is 107809, 88498*
>
> *Coordinate System is:*
>
> *PROJCS["WGS 84 / UTM zone 30N",*
>
> *GEOGCS["WGS 84",*
>
> *DATUM["WGS_1984",*
>
> *SPHEROID["WGS 84",6378137,298.257223563,*
>
> *AUTHORITY["EPSG","7030"]],*
>
> *AUTHORITY["EPSG","6326"]],*
>
> *PRIMEM["Greenwich",0,*
>
> *AUTHORITY["EPSG","8901"]],*
>
> *UNIT["degree",0.0174532925199433,*
>
> *AUTHORITY["EPSG","9122"]],*
>
> *AUTHORITY["EPSG","4326"]],*
>
> *PROJECTION["Transverse_Mercator"],*
>
> *PARAMETER["latitude_of_origin",0],*
>
> *PARAMETER["central_meridian",-3],*
>
> *PARAM

Re: [Geoserver-users] 16bit image rendering problem

2018-10-31 Thread Simone Giannecchini
Dear Pedro,
we need to see the styles and the output of gdalinfo --stats on this image
before saying anything.
Can you provide them?

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Oct 31, 2018 at 12:41 PM Briones Garcia, Pedro 
wrote:

> Hi all.
>
>
>
> I’m having problems rendering a *16 bit GeoTIFF image* in GeoServer. I’ve
> created an SLD and I’ve associated it with the image, but the colors don’t
> correspond to the ones of the SLD. Looking for information in this list, I
> found that the GeoTIFF is stretched to 8 bits before being rendered by
> GeoServer. I’ve tried too  option, but I get an error.
> I can’t convert the image to 8 bit because I have values greater than 255.
>
>
>
> Is there any workaround?
>
>
>
> Thanks in advance.
>
>
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/Tragsatec.png]
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/cenefa.png]
>
> *Briones Garcia, Pedro *
> JGAP Sist Inform Geográfica
> S.Información Geográfica / G.Sist.Inf. Geografica
>
> Grupo Tragsa - SEPI
>
> [image:
> http://www.tragsa.es/SiteCollectionImages/Relaciones%20Institucionales%20(Prensa)/FIRMA%20OUTLOOK/Tragsatec_SEPI.png]
>
> Calle Julián Camarillo 6B - 28037 Madrid
> Tel.: 913226489 - 88216 - Fax: 913226005
> p...@tragsa.es
> *www.tragsa.es * <http://www.tragsa.es/>
>
>
> En beneficio del medio ambiente, imprime este e-mail sólo si realmente es
> necesario
> For the benefit of the environment, print this e-mail only if you really
> need to
>
>
>
>
>
>
> *--
> **
> El consumo de papel es perjudicial para el medio ambiente. Por favor,
> téngalo en cuenta antes de imprimir este mensaje. AVISO LEGAL: Este mensaje
> y sus anexos pueden contener información confidencial o legalmente
> protegida. Está dirigido únicamente a la persona o entidad indicada como
> destinatarios del mensaje. Si este mensaje le hubiera llegado por error,
> por favor elimínelo sin revisarlo ni reenviarlo y notifíquelo
> inmediatamente al remitente.
> **
> --*
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.o

Re: [Geoserver-users] Why is footprint shape file necessary in Geoserver and not in QGIS for ECW file?

2018-10-24 Thread Simone Giannecchini
Hi Ron,
we tend to use geotiff with various compressions.

A decent alternative to ECW is geotiff with JPEG compression at visually
lossless level (i.e. lossy but almost invisible to human eye) with raster
masks to mitigate compression artifacts.

The alternative is to set the transparent color in GeoServer to black for
ECW.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Sun, Oct 21, 2018 at 9:16 PM Ron Lindhoudt via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hi Andrea,
>
> This is the GDALINFO:
>
> C:\ECW\Weesp>gdalinfo Parcel2_Weesp_Mosaic.ecw
> Driver: ECW/ERDAS Compressed Wavelets (SDK 3.x)
> Files: Parcel2_Weesp_Mosaic.ecw
> Size is 175000, 175000
> Coordinate System is:
> PROJCS["NUTM31",
> GEOGCS["RIJKDRIEHOEKSMETING",
> DATUM["RD",
> SPHEROID["BESS1841",6377397.155,299.1528128]],
> PRIMEM["Greenwich",0],
> UNIT["degree",0.0174532925199433]],
> PROJECTION["Transverse_Mercator"],
> PARAMETER["latitude_of_origin",0],
> PARAMETER["central_meridian",3],
> PARAMETER["scale_factor",0.9996],
> PARAMETER["false_easting",50],
> PARAMETER["false_northing",0],
> UNIT["Meter",1]]
> Origin = (129500.000,483000.000)
> Pixel Size = (0.040,-0.040)
> Corner Coordinates:
> Upper Left  (  129500.000,  483000.000) (  0d20'15.75"W,  4d21'45.91"N)
> Lower Left  (  129500.000,  476000.000) (  0d20'14.75"W,  4d17'58.30"N)
> Upper Right (  136500.000,  483000.000) (  0d16'28.99"W,  4d21'46.91"N)
> Lower Right (  136500.000,  476000.000) (  0d16'28.01"W,  4d17'59.28"N)
> Center  (  133000.000,  479500.000) (  0d18'21.87"W,  4d19'52.60"N)
> Band 1 Block=175000x1 Type=Byte, ColorInterp=Red
>   Overviews: 87500x87500, 43750x43750, 21875x21875, 10937x10937, 5468x5468,
> 2734x2734, 1367x1367, 683x683, 341x341, 170x170
> Band 2 Block=175000x1 Type=Byte, ColorInterp=Green
>   Overviews: 87500x87500, 43750x43750, 21875x21875, 10937x10937, 5468x5468,
> 2734x2734, 1367x1367, 683x683, 341x341, 170x170
> Band 3 Block=175000x1 Type=Byte, ColorInterp=Blue
>   Overviews: 87500x87500, 43750x43750, 21875x21875, 10937x10937, 5468x5468,
> 2734x2734, 1367x1367, 683x683, 341x341, 170x170
>
>
> Maybe QGIS detects the background color black as to be transparent?
> In the Geoserver ImageMosaic plugin you can map an inputcolor to be
> transparent.
> But this is not possible in the Geoserver ECW plugin.
>
> What do you use instead of ECW for rasters that is not too big, time and
> memory consuming?
>
> Thanks,
> Ron
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and

Re: [Geoserver-users] Custom legend in GetLegendGraphic

2018-09-10 Thread Simone Giannecchini
A fix is undergoing.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Mon, Sep 10, 2018 at 6:26 PM Daniele Romagnoli
 wrote:
>
> Hi Sergey,
> I think that you have hit the same problem I have found time ago:
> https://osgeo-org.atlassian.net/browse/GEOS-7636
>
> Is that the same bug?
>
> Cheers,
> Daniele
>
> On Mon, Sep 10, 2018 at 5:06 PM, Sergey Kolosov  
> wrote:
>>
>> Hi Andrea,
>>
>> GeoServer 2.13.2.
>> Legend (png file) is in the 'www' directory in GEOSERVER_DATA_DIR.
>> Style is the default one.
>> Configuration: 
>> https://drive.google.com/open?id=1Ntlg4WTpsEgKj5pm81Gb98ckoMHa1qZj
>>
>> How to reproduce: I've created new data folder and copied default raster 
>> style in the new one named 'test_legend'. Then I added legend to the style 
>> via 'Add legend' button and provided path to legend file 
>> 'http://localhost:8080/geoserver/www/legend/heightmap.png'. Clicking on 
>> 'Auto-detect image size and type' filled width, height and format of the 
>> legend. After that I've saved the legend and assigned it to the layer 
>> 'nurc:mosaic'.
>>
>> Important note: by clicking on the 'Preview legend' button in the style 
>> editor I can see legend 'heightmap.png' 123x767, but in the layer editor on 
>> the Publish tab under Default style I see default  bluish image 20x20.
>>
>> The legend request URL is:
>> http://localhost:8080/geoserver/nurc/wms?SERVICE=wms=GetLegendGraphic=1.0.0=image/png=mosaic
>> Result of the requested URL is the default bluish style 20x20 instead of the 
>> image 'heightmap.png' 123x767
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to this 
>> list:
>> - Earning your support instead of buying it, but Ian Turton: 
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines: 
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this: 
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
>
> --
> Regards,
> Daniele Romagnoli
> ==
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> for more information.
> ==
>
> Ing. Daniele Romagnoli
> Senior Software Engineer
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:  +39 0584 1660272
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa 
> che ogni circostanza inerente alla presente email (il suo contenuto, gli 
> eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i 
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per 
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei 
> comunque grat

Re: [Geoserver-users] WFS Temporal Filter with TimePeriod

2018-08-21 Thread Simone Giannecchini
Dear Marc,
can you please file a JIRA report for this.

Apparently nobody has time or will to help but I believe it is worth taking
note of this.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Aug 15, 2018 at 4:26 PM Marc DiPasquale 
wrote:

> Hi,
>
>
> Has anyone been able to get a WFS GetFeature fes:Filter with the Temporal
> operators to work with an operand of TimePeriod?
>
> The Goeserver GetCapabilities states that the two operand options are
> gml:TimeInstant and gml:TimePeriod, but I can only get TimeInstant to work.
>
>
> *Example of gml:TimePeriod that doesn't work *( I also tried different
> operators and one level up on the xpath ValueReference, but it seems the
> issue is Geoserver parsing the TimePeriod itself)
>
> http://www.opengis.net/wfs/2.0;
>
> xmlns:gml="http://www.opengis.net/gml/3.2;
>
> xmlns:private="http://www.private.com/private/1.0;
>
>  xmlns:xlink="http://www.w3.org/1999/xlink;
>
>  xmlns:om="http://www.opengis.net/om/2.0;
>
> xmlns:sf="http://www.opengis.net/sampling/2.0;
>
> xmlns:wfs="http://www.opengis.net/wfs/2.0;
>
> xmlns:fes="http://www.opengis.net/fes/2.0;
>
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>
> version="2.0.0"
>
> service="WFS"
>
> handle="Example Query"
>
> xsi:schemaLocation="http://www.opengis.net/wfs/2.0
> http://schemas.opengis.net/wfs/2.0/wfs.xsd http://www.opengis.net/gml/3.2
> http://schemas.opengis.net/gml/3.2.1/gml.xsd;>
>
> 
>
>   
>
>  
>
>
> private:FeatureName/om:OM_Observation/om:phenomenonTime/gml:TimePeriod
>
>   
>
>
> 2017-07-14T20:00:00Z
>
>2017-07-14T21:00:00Z
>
>  
>
> 
>
>   
>
> 
>
> 
>
>
> *Error back from Geoserver with gml:TimePeriod*
>
> 
>
> http://www.opengis.net/ows/1.1;>
>
> 
>
> [Request parsing failed
>
> Parsing failed for TimePeriod: java.lang.ClassCastException:
> org.geotools.temporal.object.DefaultPosition cannot be cast to
> org.opengis.temporal.Instant
>
> org.geotools.temporal.object.DefaultPosition cannot be cast to
> org.opengis.temporal.Instant]:[Ljava.lang.StackTraceElement;@78093ec5
> 
>
> 
>
> 
>
>
> *For reference, here is the query portion of a request using
> gml:TimeInstant that works: *
>
> 
>   
>  
>   private:FeatureName
> /om:OM_Observation/om:phenomenonTime/gml:TimePeriod/gml:beginPosition
>gml:id="id2">2018-08-14T16:00:00Z
> 
>   
> 
>
> I tried checking for examples in the unit tests, but from what I found it
> looks like they neither use a TimeInstant or a TimePeriod which doesn't
> really jive with what the Geoserver GetCapabilities states.  The examples
> also seem to only show the equivalent of a TimeInstant filtering on a
> single time.
>
>
>
> thanks in advance!
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your suppor

Re: [Geoserver-users] GetFeatureInfo with time range

2018-08-21 Thread Simone Giannecchini
Dear Thomas,
this is the normal behavior since the getfeatureinfo returns a single value.

What you are looking for is the operation implemented by the
GetTimeSeries  operation which is implemented by the ncWMS extension:
http://docs.geoserver.org/latest/en/user/community/ncwms/index.html

See examples here:
http://docs.geoserver.org/latest/en/user/community/ncwms/index.html#ncwms-gettimeseries-operation


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Wed, Aug 15, 2018 at 5:06 PM tmoranduzzo 
wrote:

> I've been building a WMS service for time series data following this
> tutorial:
>
>
> http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html
>
> Everything is fine and my GetMap function work well and all the maps are
> loaded according to their data. The problem is when I want to use the
> GetFeatureInfo function. if I use it to retrieve the feature value of a
> point for a single date it works well, but if I try to add the time range
> parameter I only get the feature info of the starting date.
>
> I use it in this way:
>
> http://localhost/geoserver/cite/wms?SERVICE=WMS=1.3.1=GetFeatureInfo=image%2Fjpeg=true_LAYERS=cite%3A9_S_int=ocean=cite%3A9_S_int_FORMAT=application%2Fjson_COUNT=50=50=50=EPSG%3A4326=101=101=-77.27783203125%2C-46.5380859375%2C-72.83935546875%2C-42.099609375=2018-08-09/2018-08-11
>
> I've always used the time range in this way for all wms service I used. Now
> that I'm trying to build my own WMS service I get this problem. I've
> enabled
> the time dimension setting the presentation value to List.
>
> Here in the following the layer properties retrieved with GetCapabilities:
>
> 
> 9_S_int
> CMEMS_int_S
> 
> 
> CMEMS_int_S
> WCS
> ImageMosaic
> 
> EPSG:4326
> CRS:84
> 
>
> -83.8750025510788
>
> -63.79166538715362
>
> -55.70833460489909
>
> -35.62500127156576
> 
>  miny="-55.70833460489909" maxx="-63.79166538715362"
> maxy="-35.62500127156576"/>
>  miny="-83.8750025510788" maxx="-35.62500127156576"
> maxy="-63.79166538715362"/>
> 
> units="ISO8601">2018-08-08T00:00:00.000Z,2018-08-09T00:00:00.000Z,2018-08-10T00:00:00.000Z,2018-08-11T00:00:00.000Z,2018-08-14T00:00:00.000Z
>
> 
>
>
> Are there other properties I should check to enable the time range
> capability?
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html

Re: [Geoserver-users] Error when trying to create an imagemosic from tif files

2018-08-20 Thread Simone Giannecchini
Strange,
I would file a jira issue with some examples of the filenames and the
mosaic configs.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Aug 20, 2018 at 5:14 PM Corina Tudorache 
wrote:

> Simone,
>
> After doing a few more test I came to the conclusion that actually the
> name of the files were causing me the strange error message. I tested with
> the files that I was able to ingest effortless as imagemosaic, but changed
> the name to the original ones and indeed I can not create an imagemosaic
> store. This might have to do with the fact that the name is an entree on
> the time dimension field?
>
> Best,
> Corina
>
>
> On Monday, August 20, 2018, 11:41:28 AM GMT+1, Corina Tudorache <
> corina...@yahoo.com> wrote:
>
>
> I am not sure if this was the problem. What I am sure of is that no matter
> what I did, I wasn't able to create the imagemosaic. Maybe GeoServer has a
> strange sense of humor. :)
>
> Regards,
> Corina
>
>
> On Monday, August 20, 2018, 10:40:43 AM GMT+1, Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> wrote:
>
>
> Cool,
> strange that the naming caused problems.
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
>
> On Mon, Aug 20, 2018 at 11:37 AM Corina Tudorache 
> wrote:
>
> Hi Simone,
>
> I am not sure what the problem was, maybe the naming of the files, it was
> something like chirps.1981.05.tif, I have changed it to chirps-198105.tif
> . I had also processed the files a bit and it seems things are ok right
> now.
>
> Kind regards,
> Corina
>
> On Sunday, August 19, 2018, 7:04:40 PM GMT+1, Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> wrote:
>
>
> Can you paste the output of gdalinfo on one of the files?
>
> I suspect they have no proper CRS or a CRS without a code.
>
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!

Re: [Geoserver-users] Error when trying to create an imagemosic from tif files

2018-08-20 Thread Simone Giannecchini
Cool,
strange that the naming caused problems.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Mon, Aug 20, 2018 at 11:37 AM Corina Tudorache 
wrote:

> Hi Simone,
>
> I am not sure what the problem was, maybe the naming of the files, it was
> something like chirps.1981.05.tif, I have changed it to chirps-198105.tif
> . I had also processed the files a bit and it seems things are ok right
> now.
>
> Kind regards,
> Corina
>
> On Sunday, August 19, 2018, 7:04:40 PM GMT+1, Simone Giannecchini <
> simone.giannecch...@geo-solutions.it> wrote:
>
>
> Can you paste the output of gdalinfo on one of the files?
>
> I suspect they have no proper CRS or a CRS without a code.
>
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://goo.gl/it488V for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> Italy
> phone: +39 0584 962313
> fax:+39 0584 1660272
> mob:  +39  333 8128928
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
>
> ---
> Con riferimento alla normativa sul trattamento dei dati personali
> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
> “GDPR”), si precisa che ogni circostanza inerente alla presente email
> (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
> conoscenza è riservata al/i solo/i destinatario/i indicati dallo
> scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
> cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
> se potesse darmene notizia.
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential
> or otherwise protected from disclosure. We remind that - as provided
> by European Regulation 2016/679 “GDPR” - copying, dissemination or use
> of this e-mail or the information herein by anyone other than the
> intended recipient is prohibited. If you have received this email by
> mistake, please notify us immediately by telephone or e-mail.
>
> On Wed, Aug 15, 2018 at 6:23 PM Corina Tudorache via Geoserver-users
>  wrote:
> >
> >
> > Hi list,
> >
> > I have an issue when I try to create an imagemosaic from tif files, but
> teh
> > same files I can ingest them if I don't use a datastore.properties
> files. So
> > creating only a shapefile that stors the the data for the rasters works.
> >
> > The error message is like this:
> >
> >Could not list layers for this store, an error occurred retrieving
> them:
> > Failed to create reader from file:chirps and hints Hints:
> EXECUTOR_SERVICE =
> > java.util.concurrent.ThreadPoolExecutor@155604df[Running, pool size = 0,
> > active threads = 0, queued tasks = 0, completed tasks = 0] REPOSITORY =
> > org.geoserver.catalog.CatalogRepository@10dee30e System defaults:
> > FILTER_FACTORY = FilterFactoryImpl FORCE_LONGITUDE_FIRST_AXIS_ORDER =
> true
> > FEATURE_FACTORY =
> org.geotools.feature.LenientFeatureFactoryImpl@7bc10d84
> > FORCE_AXIS_ORDER_HONORING = http LENIENT_DATUM_SHIFT = true
> > COMPARISON_TOLERANCE = 1.0E-8 STYLE_FACTORY = StyleFactoryImpl
> > GRID_COVERAGE_FACTORY = GridCoverageFa

Re: [Geoserver-users] Error when trying to create an imagemosic from tif files

2018-08-19 Thread Simone Giannecchini
Can you paste the output of gdalinfo on one of the files?

I suspect they have no proper CRS or a CRS without a code.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Wed, Aug 15, 2018 at 6:23 PM Corina Tudorache via Geoserver-users
 wrote:
>
>
> Hi list,
>
> I have an issue when I try to create an imagemosaic from tif files, but teh
> same files I can ingest them if I don't use a datastore.properties files. So
> creating only a shapefile that stors the the data for the rasters works.
>
> The error message is like this:
>
> Could not list layers for this store, an error occurred retrieving them:
> Failed to create reader from file:chirps and hints Hints: EXECUTOR_SERVICE =
> java.util.concurrent.ThreadPoolExecutor@155604df[Running, pool size = 0,
> active threads = 0, queued tasks = 0, completed tasks = 0] REPOSITORY =
> org.geoserver.catalog.CatalogRepository@10dee30e System defaults:
> FILTER_FACTORY = FilterFactoryImpl FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
> FEATURE_FACTORY = org.geotools.feature.LenientFeatureFactoryImpl@7bc10d84
> FORCE_AXIS_ORDER_HONORING = http LENIENT_DATUM_SHIFT = true
> COMPARISON_TOLERANCE = 1.0E-8 STYLE_FACTORY = StyleFactoryImpl
> GRID_COVERAGE_FACTORY = GridCoverageFactory TILE_ENCODING = null
>
> In the logs it also says :
> Caused by: java.io.IOException: Failed to create reader from file:chirps and
> hints Hints:
>   EXECUTOR_SERVICE =
> java.util.concurrent.ThreadPoolExecutor@155604df[Running, pool size = 0,
> active threads = 0, queued tasks = 0, completed tasks = 0]
>   REPOSITORY   = org.geoserver.catalog.CatalogRepository@10dee30e
> System defaults:
>   FILTER_FACTORY   = FilterFactoryImpl
>   FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
>   FEATURE_FACTORY  =
> org.geotools.feature.LenientFeatureFactoryImpl@7bc10d84
>   FORCE_AXIS_ORDER_HONORING= http
>   LENIENT_DATUM_SHIFT  = true
>   COMPARISON_TOLERANCE = 1.0E-8
>   STYLE_FACTORY= StyleFactoryImpl
>   GRID_COVERAGE_FACTORY= GridCoverageFactory
> TILE_ENCODING  = null
>
>
> I have given write permissions to the flder that contains the files r and
> still I have the same error message.
>
> Any clues about what is causing this?
>
> Kind regards,
> Corina
>
>
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Ch

Re: [Geoserver-users] NetCDF extension and H2

2018-08-07 Thread Simone Giannecchini
Dear Clifford,
please, read below...

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Wed, Aug 1, 2018 at 7:17 PM Clifford Harms  wrote:
>
> I'm using the NetCDF extension to publish some forecast netcdfs via 
> GeoServer, which is working well.  But, when publishing NetCDF coverages 
> using gt-netcdf, there appears to be a H2 database created to maintain an 
> index in a hidden directory.

True.
This is the default, we can configure it to use Postgis instead.

> It looks like these H2 databases bind to network interfaces at some point.  
> This is an issue for me, as my operational environment will not allow >this 
> unless such connections can be extensively secured.  Is there any way at all 
> to restrict H2 to embedded mode only when used by the >NetCDF plugin?

I think that should be the default, @Daniele Romagnoli ?

>  I've also seen reference to some sort of xml based "indexer" file, could 
> this be a suitable alternative to H2 if there is no way to prevent H2 binding 
> > to network interfaces?

The XML indexer gives you much more freedom in terms of what you want
to server but I am not sure this is what you need.
As I said it is possible to configure things to use Postgis rather
than H2 which is also more stable.

>
> --
> Clifford M. Harms
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] [Geoserver-devel] GSIP 169 - WPS Extension "GetExecutions" Operation

2018-08-06 Thread Simone Giannecchini
so +1

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Fri, Aug 3, 2018 at 7:44 PM Alessio Fabiani
 wrote:
>
> Hi Simone,
> I have updated the proposal accordingly
>
> https://github.com/geoserver/geoserver/wiki/GSIP-169#response-paging
>
> Please have a look if that proposal makes sense. I tried to follow a path 
> which is consistent with the WFS 2.0.0 Response Paging implementation.
>
>
> Il giorno ven 3 ago 2018 alle ore 16:06 Simone Giannecchini 
>  ha scritto:
>>
>> Only one concern, I would add paging support for when we get information 
>> back.
>>
>> I would make default paging limit very high as I expect most responses
>> will fit in one page but still
>>
>> Besides that I am +1
>>
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://goo.gl/it488V for more information.
>> ==
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director
>>
>> GeoSolutions S.A.S.
>> Via di Montramito 3/A
>> 55054  Massarosa (LU)
>> Italy
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39  333 8128928
>>
>> http://www.geo-solutions.it
>> http://twitter.com/geosolutions_it
>>
>> ---
>> Con riferimento alla normativa sul trattamento dei dati personali
>> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
>> “GDPR”), si precisa che ogni circostanza inerente alla presente email
>> (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
>> conoscenza è riservata al/i solo/i destinatario/i indicati dallo
>> scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
>> cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
>> se potesse darmene notizia.
>>
>> This email is intended only for the person or entity to which it is
>> addressed and may contain information that is privileged, confidential
>> or otherwise protected from disclosure. We remind that - as provided
>> by European Regulation 2016/679 “GDPR” - copying, dissemination or use
>> of this e-mail or the information herein by anyone other than the
>> intended recipient is prohibited. If you have received this email by
>> mistake, please notify us immediately by telephone or e-mail.
>> On Fri, Aug 3, 2018 at 11:20 AM Alessio Fabiani
>>  wrote:
>> >
>> > Dear all, dear PSC,
>> > please find details about GSIP 169 @
>> >
>> > https://github.com/geoserver/geoserver/wiki/GSIP-169
>> >
>> > comments and feedbacks are appreciated.
>> >
>> > thanks,
>> > Alessio.
>> >
>> > --
>> >
>> > ==
>> >
>> > GeoServer Professional Services from the experts! Visit 
>> > http://goo.gl/it488V for more information.
>> > ==
>> > Ing. Alessio Fabiani
>> >
>> > @alfa7691
>> > Founder/Technical Lead
>> >
>> >
>> > GeoSolutions S.A.S.
>> > Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
>> > phone: +39 0584 962313
>> > fax: +39 0584 1660272
>> > mob:   +39 331 6233686
>> >
>> >
>> > http://www.geo-solutions.it
>> > http://twi

Re: [Geoserver-users] [Geoserver-devel] GSIP 169 - WPS Extension "GetExecutions" Operation

2018-08-03 Thread Simone Giannecchini
Only one concern, I would add paging support for when we get information back.

I would make default paging limit very high as I expect most responses
will fit in one page but still

Besides that I am +1

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.
On Fri, Aug 3, 2018 at 11:20 AM Alessio Fabiani
 wrote:
>
> Dear all, dear PSC,
> please find details about GSIP 169 @
>
> https://github.com/geoserver/geoserver/wiki/GSIP-169
>
> comments and feedbacks are appreciated.
>
> thanks,
> Alessio.
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
> for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054  Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> ---
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa 
> che ogni circostanza inerente alla presente email (il suo contenuto, gli 
> eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i 
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per 
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei 
> comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is addressed 
> and may contain information that is privileged, confidential or otherwise 
> protected from disclosure. We remind that - as provided by European 
> Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
> the information herein by anyone other than the intended recipient is 
> prohibited. If you have received this email by mistake, please notify us 
> immediately by telephone or e-mail.
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Geoserver-devel mailing list
> geoserver-de...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Choosing different port than 8080

2018-07-30 Thread Simone Giannecchini
pull request welcome ;)

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Mon, Jul 30, 2018 at 4:35 AM Tripple Tee  wrote:
>
> Found it, the startup.ini in root folder, please update your running.txt
>
>
>
> Sent from Mail for Windows 10
>
>
>
> From: Tripple Tee
> Sent: Monday, 30 July 2018 10:28 AM
> To: geoserver-users@lists.sourceforge.net
> Subject: Choosing different port than 8080
>
>
>
> Hi,
>
>
>
> I am using the platform dependence package 2.13.1 and run Geoserver on Linux, 
> because the Linux host already use the port 80 and 8080 so I have java 
> Exception FAILED ServerConnector@139da216{HTTP/1.1}{0.0.0.0:8080}: 
> java.net.BindException: Address already in use
>
>
>
> The running.txt file came with the package says
>
> --
>
> (4) Troubleshooting
>
>
>
> There are two common problems encountered when attempting to use the binary
>
> distribution of GeoServer:
>
>
>
> 1) Another web server (or other process) is already using port 8080.  This
>
> is the default HTTP port that GeoServer attempts to bind to at startup.
>
> To change this port, open the file:
>
>
>
>$GEOSERVER_HOME/etc/jetty.xml
>
>
>
> and search for '8080'.  Change it to a port that isn't in use, but is
>
> greater than 1024 (such as 8090).  Save this file and restart GeoServer.
>
> Make sure, of course, that you try to access GeoServer on the new port:
>
>
>
>http://localhost:
>
>
>
> where  is the new port.
>
> --
>
> But there is nothing refer to 8080 in the jetty.xml , or it was taken out of 
> the jetty.xml in the later versions of GeoServer . Googling this issue return 
> numerous unanswered queries about changing ports.
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] EXTERNAL: Re: EXTERNAL: RE: Loading a folder of tfw and tif files

2018-07-11 Thread Simone Giannecchini
Ciao Scott,
two things:

-1- you need to send a larger portion of the log as this is showing the
topmost report which is usually not the most interesting
- the imagemosaic scans a  directory and create a single layer that should
mosaic whatever is found in this directory (this is a simplification, but
you get the point). By default the mosaic builds an index by creating a
shapefile in the directory where it has been pointed to hence we need write
permission to do that

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
precisa che ogni circostanza inerente alla presente email (il suo
contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
operazione è illecita. Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential or
otherwise protected from disclosure. We remind that - as provided by
European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
e-mail or the information herein by anyone other than the intended
recipient is prohibited. If you have received this email by mistake, please
notify us immediately by telephone or e-mail.


On Tue, Jul 10, 2018 at 7:58 PM Haynes, Scott R 
wrote:

> These data files have been used in several other applications(data
> servers) without any issues.  I’m guessing that our severely locked down
> machines for security has something to do with this error.  What builds the
> dbf, fix, prj, properties, shp, and shx files?  If PostgreSQL and/or
> PostGIS get involved with the creation of the files, then that might be the
> problem.  I was just try to check my PostgreSQL installation, and that
> seems ok.  The PostGIS integration doesn’t appear correct though.  I’m
> unable to follow these instructions:
>
>
>
>
> https://www.gpsfiledepot.com/tutorials/installing-and-setting-up-postgresql-with-postgis/
>
>
>
> Scott
>
>
>
> *From:* Ian Turton 
> *Sent:* Tuesday, July 10, 2018 1:38 PM
> *To:* Haynes, Scott R (US) 
> *Cc:* Geoserver-users@lists.sourceforge.net
> *Subject:* EXTERNAL: Re: [Geoserver-users] EXTERNAL: RE: Loading a folder
> of tfw and tif files
>
>
>
> If your images do not have a correct projection associated with them then
> image mosaic will fail. I added a fix over the weekend so if you try again
> with a nightly build it may work now.
>
>
>
> Ian
>
>
>
> On Tue, 10 Jul 2018, 15:14 Haynes, Scott R, 
> wrote:
>
> I need to server out the data to Cesium, so the single layer option would
> be in the intended use.  I’ve seen several mentions of using the follow
> imagery provider in Cesium along with geoserver.  I just can’t find any
> reference on how to add the data to geoserver.  ImageMosaic does seem like
> the best option.
>
>
>
>
> https://cesiumjs.org/Cesium/Build/Documentation/WebMapServiceImageryProvider.html?classFilter=web
>
>
>
> After trying to load the data into the ImageMosaic, I get the following
> error(in the process a dbf, fix, prj, properties, shp, shx files are
> created.  There’s also a sample_image.dat file):
>
>
>
> org.apache.wicket.WicketRuntimeException: Method onRequest of interface
> org.apache.wicket.behavior.IBehaviorListener targeted at
> org.apache.wicket.ajax.markup.html.AjaxLink$1@13a5b7d9 on component
> [AjaxLink [Component id = link]] threw an exception
>
>   at
> org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:268)
>
>   at
> org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
>
>   at
> org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:248)
>
>   at
> org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
>
>   at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
>
>   at
> org.apache.wicket.req

Re: [Geoserver-users] Opacity using cql

2018-07-03 Thread Simone Giannecchini
When do you get this error, when validating and during a getmap?
In the first case you can simply try to ignore the validation error
and see what happens when you do a getmap.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Tue, Jul 3, 2018 at 11:42 AM Anneley McMillan
 wrote:
>
> Hi there,
>
> I'm using cql to add parameter values for my color map e.g.
>
>  label="values" opacity="${env('PlantOpacity', 1)}" />
>
> The PlantColor parameter works. However I can't get the opacity to work. The
> error is:
>
> line 27: cvc-datatype-valid.1.2.1: '${env('PlantOpacity', 1)}' is not a
> valid value for 'double'.
>
> I've tried various combinations of single quotes, double quotes, no quotes
> etc. for the attributes.  I understand it wants a number not a string, but
> how do you get that to work with the cql expression? It does say you can use
> cql for the opacity but I can't find an example syntax.
>
> Best regards,
>
> Anna
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Display a single JPEG + worldfile from a directory of many

2018-06-25 Thread Simone Giannecchini
Dear John,
a few things:

-1- I would go from JPEG + world file to GeoTiff JPEG compressed with
overviews  (see
https://geoserver.geo-solutions.it/edu/en/raster_data/advanced_gdal/example4.html#example-n-4-serving-a-large-number-of-satellite-aerial-rgb-geotiff-with-compression)
-2- You shall use ImageMosaic with either a custom dimension or a
cql_filter support which is dynamic (you can add it to WMS queries)
and act on the underlying index attributes. You can easily collect
attributes from the filenames and turn them into attributes into the
underlying index ( see
https://geoserver.geo-solutions.it/edu/en/multidim/imagemosaic/mosaic_indexer.html#imagemosaic-file-indexing-options).
As an instance you could use the file name and put that in an
attribute in the index which can be queried directly or turned into a
custom dimension.
-3- I would put the index in DBMS rather than using a shapefile (this
is an optional step though, see
https://geoserver.geo-solutions.it/edu/en/multidim/imagemosaic/mosaic_datastore.html)

This should be enough to get you started I believe.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.
On Mon, Jun 25, 2018 at 12:22 AM johnnyotoole  wrote:
>
> Use case: I've got a directory which contains thousands of JPG images and
> accompanying JGW world files (they are scanned images where users have
> red-lined areas of interest). Further images will be added to the directory
> over time. In my OpenLayers 4.x web application, the user will be presented
> with a list of relevant images. The user will choose which image to display
> on the map. The JPG should show on the map, only ever showing one JPG at a
> time.
>
> In GeoServer 2.13.1 I can display JPG+JGW files by creating a WorldImage
> datasource. This works fine for individual images, but I have to create a
> data source for each.
> I would like to configure GeoServer to have a single datasource which points
> to the directory containing the JPG images. Then from OpenLayers, I'd like
> to be able to request the display of any single JPG image in that directory
> - showing just one JPG at a time.
>
> Is this possible? Should I use Image Mosaic for this? I have read Image
> Mosaic and I don't see a way of requesting the display of just one
> image/granule from the mosaic.
>
> Thanks,
> John
>
>
>
>
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, 

Re: [Geoserver-users] JP2 overlap: cannot make "white background" transparent

2018-06-22 Thread Simone Giannecchini
Dear Adam,
setting the input Transparent Color to FF "should do the trick,
however JP2 is a strange best and there might pixels that "appear"
white but they are not.
I will have a look.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.
On Wed, Jun 20, 2018 at 4:34 PM Adam Cecile  wrote:
>
> Hello,
>
> I have imported all JP2 from the link below (except _1.jp2, _10.jp2,
> _100.jp2 which are lightweight variants) into an ImageMosaic store.
>
> https://data.public.lu/fr/datasets/orthophoto-officelle-du-grand-duche-de-luxembourg-edition-2016
>
>
> However, it's not working correctly, see the attached screenshot from
> layer preview. Also, when querying WMS, I receive a valid image for a
> given bbox not being into the white part in preview, but if it is, all I
> get is blank.
>
> I think some pictures overlap others without applying proper
> transparency, so I tried to set Input Transparent Color to FF but
> then everything is blank.
>
>
> I'm not sure what's going on here so I checked the JP2 files using
> gdalinfo (homemade build, include jasper, ECW, MrSID) and I cannot see a
> "mask" inside metadatas so I guess I can't use "Footprint behavior"
> option in layer config, but I'm not sure.
>
>
> Any help would be appreciated, I'm stuck.
>
>
> Thanks, Adam.
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Elevation profile

2018-06-21 Thread Simone Giannecchini
Short answer, I don't think this is supported right now.

Longer answer, it would be fairly easy to support by implementing a
GetTransect operation for the ncWMS extension.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
Con riferimento alla normativa sul trattamento dei dati personali
(Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati
“GDPR”), si precisa che ogni circostanza inerente alla presente email
(il suo contenuto, gli eventuali allegati, etc.) è un dato la cui
conoscenza è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a
cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato
se potesse darmene notizia.

This email is intended only for the person or entity to which it is
addressed and may contain information that is privileged, confidential
or otherwise protected from disclosure. We remind that - as provided
by European Regulation 2016/679 “GDPR” - copying, dissemination or use
of this e-mail or the information herein by anyone other than the
intended recipient is prohibited. If you have received this email by
mistake, please notify us immediately by telephone or e-mail.

On Tue, Jun 19, 2018 at 11:37 AM  wrote:
>
> Hi,
> I want to create an elevation profile using Geoserver. I have a large geotiff 
> file that contains the elevations. I've Googled for this problem and found 
> the following solution
> https://gis.stackexchange.com/questions/110241/how-to-get-elevation-profile-from-tif-dsm-on-the-web-map
> The solution requires to put the geotiff file in PostGIS table, then execute 
> a query to get the profile.
>
> Actually I do not want to put the geotiff in a DB, to not have duplicate data 
> in my project, because I'm using this geotiff file as a layer in Geoserver 
> for other purpose.
>
> My question is, is there other methods to create elevation profile in 
> Geoserver?
> can I make a Geotools custom function that does that?
>
> Another question, if I put the geotiff file in a PostGIS table (as a raster 
> data type), can I publish this table as a layer in Geoserver, and use it 
> normally like geotiff layer?
>
> Regards,
> Fawzy
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! 
> http://sdm.link/slashdot___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this: 
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Mongodb support in geoserver 2.13 or 2.14

2018-03-16 Thread Simone Giannecchini
Dear Dave,
this email has a perfect timing. We are about to hit the developers
list asking to promote MongoDB to
an official extension for GeoServer.

Right now it is a community extension so you can download nightly jars
but it does not ship with official releases.

We plan to make it avail for 2.13.1 and onwards, but we still have to
discuss with the community.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Fri, Mar 16, 2018 at 9:29 PM, Dave Potts <mrdapo...@gmail.com> wrote:
> I have been trying to find out about support for mongdb in geoserver, its
> documented in
> http://docs.geoserver.org/latest/en/user/community/mongodb/index.html
>
> I had assumed this was a reference to the development version of geoserver,
> but the link includes text to the effect its Geoserver 2.14.x
>
> There is no monodb listed in the development download sites for extensions
> to goserver 2.13rc1 unless I have overlooked it.
>
> Can anybody tell me what the state of mongodb plugin for geoserver ?
>
> Is a feature for release 2.13 or is a new feature for release 2.14?
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this
> list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] WMS does not deliver jpeg 2000 data since update to geoserver 2.12.0 using the ImageMosaicJDBC Plugin

2018-02-22 Thread Simone Giannecchini
Dear Sebastian,
I don't see anything obviously wrong, we might need to investigate deeper.

One quick, is what driver/plugin do you use for JPEG2000?
That fact things work when the two GeoServer's are deployed make me wonder
if this is a problem with some libs missing in the standard deploy of 2.12.


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

On Wed, Feb 21, 2018 at 6:36 PM, <sebastian.janit...@ldbv.bayern.de> wrote:

> Hi,
>
>
>
> since upgrade to geoserver 2.12.0 using the ImageMosaicJDBC Plugin our wms
> layer does not provide jpeg 2000 data.
>
>
>
> Our raster data store as a pyramid in a oracle database.
>
> We use 4 band tiff files for the low and 4 band jpeg 2000 files for the
> high resolution images.
>
> Before update to geoserver 2.12.0 we have no problems, the switch from the
> tiff to the jpeg 2000 files and back works fine.
>
>
>
> Actually we using a workaround. We find out, if there an older version of
> geoserver (2.10 or 2.11)  is running in the same tomcat container,
> everything is fine.
>
> But if we stop the older version of geoserver, our wms layer doesn't
> deliver the jpeg 2000 files ( see the logfile snippets below).
>
> Temporary this workaround is ok for us, but not for the long term.
>
>
>
> Any Ideas?
>
>
>
>
>
> regards,
>
> Sebastian
>
>
>
>
>
> Tomcat 8.0.41
>
> Java 1.8.0_111
>
> Linux and Windows 7
>
>
>
> logfile, only geoserver 2.12.0 is running:
>
>
>
> 2018-02-21 18:11:10,729 WARN [imagemosaic.jdbc] - Could not read 914277
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,729 WARN [imagemosaic.jdbc] - Could not read 914273
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,763 WARN [imagemosaic.jdbc] - Could not read 914275
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,796 WARN [imagemosaic.jdbc] - Could not read 914279
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,796 WARN [imagemosaic.jdbc] - Could not read 914278
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,828 WARN [imagemosaic.jdbc] - Could not read 914276
> from stream, switch to JAI
>
> 2018-02-21 18:11:10,938 WARN [lite.gridcoverage2d] - Could not reduce the
> grid geometry inside the valid area bounds: ReferencedEnvelope[-36.0 :
> 54.0, -85.0 : 85.0]
>
> Grid geometry isGridGeometry2D[GeneralGridEnvelope[0..1464, 0..956],
> PARAM_MT["Affine",
>
>   PARAMETER["num_row", 3],
>
>   PARAMETER["num_col", 3],
>
>   PARAMETER["elt_0_0", 0.3150763362010388],
>
>   PARAMETER["elt_0_2", 3204.087072816],
>
>   PARAMETER["elt_1_1", -0.31507633619843484],
>
>   PARAMETER["elt_1_2&qu

Re: [Geoserver-users] Using PNG images

2017-11-21 Thread Simone Giannecchini
Dear David,
this is not the way to go.

What you need is a raster timeseries which you might want to create
using the imagemosaic plugin.
Some pointers:
http://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html
http://geoserver.geo-solutions.it/edu/en/multidim/rest/index.html

Aside, you should probably convert to geotiff before ingesting.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Mon, Nov 20, 2017 at 1:09 PM, Shed <s...@manx.net> wrote:
> Hello,
>
>
>
> Geoserver 2.12 on Windows Server 2012
>
>
>
> I am just getting started with GeoServer and I am struggling to find a
> method of updating a png file once it is rendered.
>
>
>
> What I’m doing is retrieving a png of the rainfall radar image from the Met
> Office DataPoint service. If I set-up a worldfile store, with the associated
> pgw file, and create a layer, I can view that image in the preview and in my
> application. Where I fall down is replacing the current image with a new
> one.
>
>
>
> Attempting to overwrite the png file gets me an error that the file is “in
> use by java.exe”.
>
>
>
> Please can anyone point me to a method of uploading a new png file – either
> by ftp, file copy or via the API – to the file system so that my rainfall
> map is kept up-to-date?
>
>
>
> Many thanks
>
>
>
> David
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this
> list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

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


Re: [Geoserver-users] cascading WMTS over HTTPS

2017-10-11 Thread Simone Giannecchini
Dear Peter,
not sure this is supported by the WMTS cascading.

I would file a JIRA report for this.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Mon, Oct 2, 2017 at 1:39 PM, nueve <psimono...@gmail.com> wrote:
> Hi everyone,
>
> I'm trying to cascade WMTS service over https, but still got an error /"WMTS
> Connection test failed: java.security.NoSuchAlgorithmException: Error
> constructing implementation (algorithm: Default, provider: SunJSSE, class:
> sun.security.ssl.SSLContextImpl$DefaultSSLContext)"/. Application server is
> running on Windows with jdk 1.8.0_144, Tomcat 7 and geoserver 2.12-RC1.
> I added a SSL certificate of wmts service to cacerts, but it didn't work. Do
> you have same issue or I miss something?
> thanks in advance
>
> Peter
>
>
>
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

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


Re: [Geoserver-users] Help me, with Construction regex for timerex.properties

2017-08-03 Thread Simone Giannecchini
Ciao Jesus,
the regex will only use the filename not the full path.

That said, to build the regex you can use one of the various helper
around the web; regex are usually a little obscure.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Wed, Jul 26, 2017 at 7:10 AM, Jesus Alfredo Sanabria Mejia
<alefe1978capacitac...@gmail.com> wrote:
>
>
> I ask your kind help to build the file timerex.properties
> For files that are organized as follows
>
> filesfolder/2017/07/15/img20170715230058.tif
>
> Where filesfolder is the main folder
> 2017 year (one folder for 2015, 2016, 2017)
> 07 month (one folder for each month)
> 15 day  (one folder for each day)
> Img20170715230058.tif image name
>
> thanks
>
> i need construction a  mosaic with multiimages
>
>
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this
> list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

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


Re: [Geoserver-users] Nimrod files

2017-07-16 Thread Simone Giannecchini
Ciao Aschinch,
some info on what kind of NetCDF you can serve with GeoServer can be
found here below:
- http://docs.geoserver.org/latest/en/user/extensions/netcdf/netcdf.html
- http://geoserver.geo-solutions.it/edu/en/multidim/netcdf/netcdf_basics.html

Hope that helps.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Fri, Jul 14, 2017 at 8:51 AM, aschinch <avinash.chinchwad...@cgi.com> wrote:
> Thanks Ian.  We tried with Iris library
> http://scitools.org.uk/iris/docs/v1.7/iris/iris/fileformats/nimrod.html
> But the netcdf file generated through it, is not accepted by GeoServer.
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/Nimrod-files-tp5327775p5327865.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to this 
> list:
> - Earning your support instead of buying it, but Ian Turton: 
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: 
> http://geoserver.org/comm/userlist-guidelines.html
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

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


Re: [Geoserver-users] GeoServer and GPL

2017-05-12 Thread Simone Giannecchini
Ciao Aaron,
I can speak for myself and GeoSolutions here.

GPL mandates that upon request from someone to whom you delivered the
binaries of something build on top of GeoServer you should make
available to him the source code.

There is no mandate to put code publicly available or to give itaway
for free. Of course, you cannot stop someome who received the source
code from you to make it available, even through a minor modification.

The whole point of open source (IMHO) is giving back something, hence
that should be your mindset here :)



Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Fri, May 12, 2017 at 6:13 PM, FunkMonkey33
<aedwa...@ponderosa-advisors.com> wrote:
> Hi,
>
> I just noticed that GeoServer is licensed under the GNU Public License
> (GPL).
>
> I'm curious to hear from anyone who is developing or has developed a
> commercial product using GeoServer as a tile server.  Did you have to
> release your source code for your finished product as part of the GPL
> compliance?
>
> I am thinking that they can't expect everyone who uses GeoServer to release
> their source code.  Firstly, there are a lot of public GeoServers out there;
> I can't imagine that every project that is consuming data from a public
> GeoServer is releasing it's source.
>
> Also, I worked on a huge commercial mapping product a few years back that
> used GeoServer.  I know for a fact that they had lawyers looking at every
> component we consumed, so I'm assuming they decided GeoServer was okay to
> use.
>
> Thanks.
>
> Aaron
>
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/GeoServer-and-GPL-tp5320369.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Mosaic

2017-03-17 Thread Simone Giannecchini
Hi David,
probably too late but it might be worth for you to explain what
problem you are seeing.

That might attract more help, IMHO :)

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Thu, Mar 9, 2017 at 2:24 AM, Rogers, David <david.rog...@gdit.com> wrote:
> Hello,
>
>
>
> Does this Image Mosaic plugin hold any sort of cache in memory between
> “rest/workspaces//coveragestores//external.imagemosaic?configure=all”
> calls?  I’m specifically interested in something that may cause it to
> misbehave in a clustered environment.
>
>
>
> Thanks,
>
>
>
> David Rogers
>
> Software Engineer
>
> General Dynamics Information Technology
>
> david.rog...@gdit.com
>
>
>
>
> --
> Announcing the Oxford Dictionaries API! The API offers world-renowned
> dictionary content that is easy and intuitive to access. Sign up for an
> account today to start using our lexical data to power your apps and
> projects. Get started today and enter our developer competition.
> http://sdm.link/oxford
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Image Pyramid - Geoserver

2017-03-17 Thread Simone Giannecchini
Ciao Srikanth,
can you share a sample? This error looks strange to me.

Aside, you might not need a puramid for such a file as it is not that
big. A tiled tiff with internal overview shoudl suffice.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Fri, Mar 17, 2017 at 2:59 PM, Srikanth <srikanth1...@gmail.com> wrote:
> Hello,
>
> I have 50k x 40k RGB image of 16 bit, I have converted it from 16 bit to 8
> bit along with masking using a shape file. During the process I have added
> an alpha layer to maintain transparency outside the area of interest. Later
> I have used gdal_retile.py to create tiles for geoserver.
>
> Below are the commands
>
> $ gdalwarp -cutline shp_rectified.shp -crop_to_cutline -of vrt -dstalpha
> DHN-AREA-2.tif ./test/dhn.vrt
> $ gdal_translate -scale 10 250 -ot Byte -co compress=LZW ./test/dhn.vrt
> ./test/dhn.tif -co TILED=YES --config GDAL_CACHEMAX 2048 -multi
> $ gdal_retile.py -v -r bilinear -levels 10 -ps 1024 1024 -co "TILED=YES" -co
> "COMPRESS=JPEG" -targetDir processed dhn.tif
>
>
> When I have use ImagePyramid plugin for creating the pyramid with the output
> from above, it throws the following error when "publish". I have checked
> this in two versions for geoserver ie 2.10.2 and 2.7.1.
>
> As a troubleshooting exercise, I have used gdal_retile again without JPEG
> compression, then the ImagePyramid plugin works fine. I can go ahead use
> this, but the size of tiff created here is atleast 20 times more than when
> JPEG compression is used. ( 4MB compared to 200 KB)
>
> Please advise how this can be addressed.
>
> Below is the log.
>
> 2017-03-17 19:14:32,267 WARN [io.imageio] - Unable to compute source area
> for URL file:/D:/Opp/Image/DHN-IMG/test/processed/0/dhn_01_01.tif
> javax.imageio.IIOException: Unsupported Image Type
> at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(Unknown
> Source)
> at com.sun.imageio.plugins.jpeg.JPEGImageReader.read(Unknown Source)
> at
> it.geosolutions.imageioimpl.plugins.tiff.TIFFJPEGDecompressor.decodeRaw(TIFFJPEGDecompressor.java:278)
> at
> it.geosolutions.imageio.plugins.tiff.TIFFDecompressor.decode(TIFFDecompressor.java:2627)
> at
> it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.decodeTile(TIFFImageReader.java:1722)
> at
> it.geosolutions.imageioimpl.plugins.tiff.TIFFImageReader.read(TIFFImageReader.java:2021)
> at
> org.geotools.coverage.grid.io.imageio.ReadType$1.read(ReadType.java:81)
> at
> org.geotools.gce.imagemosaic.GranuleDescriptor.loadRaster(GranuleDescriptor.java:918)
> at
> org.geotools.gce.imagemosaic.GranuleLoader.call(GranuleLoader.java:106)
> at
> org.geotools.gce.imagemosaic.GranuleLoader.call(GranuleLoad

Re: [Geoserver-users] Problem with YSLD ColorMapEntry from YAML file.

2017-03-15 Thread Simone Giannecchini
Hi Moses,
this is most likely a minor bug in the YSLD to SLD conversion.

SLD parser will not chew a Java color.



Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

On Wed, Mar 15, 2017 at 11:03 AM, <moses.g...@t-systems.com> wrote:

> Dear List,
> We are using Geoserver REST API to upload and attach yaml style files to
> layers. A sample yaml file looks like this:
>
> name:  Test
> title: Test Style title
> abstract: Styling of Test layer
> feature-styles:
> - rules:
>   - title: raster
> symbolizers:
>   - raster:
>   opacity: 1.0
>   color-map:
> type: values
> entries:
> - ['#e20374', 1.0, 1, Lorem Ipsum (magenta = covered)]
>
> We use the following curl commands to upload the style:
>
> *Creating Style*
> curl -u "$credentials" -XPOST -H "Content-type: text/xml" -d
> "<name>$style_name</name><format>ysld</format><
> filename>$style_name.yaml</filename><languageVersion><
> version>1.0.0</version></languageVersion>" *http://**host*
> *:8081/geoserver/rest/workspaces/$workspace_name/styles*
> <http://host:8081/geoserver/rest/workspaces/$workspace_name/styles>
>
> *Update the style with uploaded style info*
> curl -u $credentials -XPUT -H "Content-type:
> application/vnd.geoserver.ysld+yaml" --data-binary @$style_name.yaml
> http:// host:8081/geoserver/rest/workspaces/$workspace_name/styles/$style_name
>
>
> *Check result*:
> curl -u $credentials -XGET http:// host:8081/geoserver/rest/
> workspaces/$workspace_name/styles/$style_name.sld?pretty=true
>
> 
> http://www.opengis.net/sld; xmlns:sld="
> http://www.opengis.net/sld; xmlns:gml="http://www.opengis.net/gml;
> xmlns:ogc="http://www.opengis.net/ogc; version="1.0.0">
> 
> test
> 
> Test
> Test Style
> Styling abstract desc.
> 
> 
> raster
> 
> 
>  label="lorem ipsum (magenta = covered)"/>
> 
> 
> 
> 
> 
> 
> 
> 
>
> As can be seen, #e20374 is converted to java.awt.Color instead of the same
> '#e20374' literal. When I manually edit the yaml file in geoserver (i.e
> replace *java.awt.Color[r=226,g=3,b=116]* with #e20374) , I get the
> correct styling.
>
>
> However, if I use the the java color ( *java.awt.Color[r=226,g=3,b=116]*
> *)*, I 

Re: [Geoserver-users] Possible application questions

2017-02-22 Thread Simone Giannecchini
Dear Joe,
your questions are very detailed, I don't have time to give a full
answer but I can give you some pointers to get started:

-1- mysql support in geoserver is suboptimal. People in the geospatial
world tend to use postgresql or oralce (or sql server).
You could use geoserver on top of postgresql with foreign data in
mysql. No idea how robust that is, you might want to try the mysql
extension first
-2- geoserver reads by default flat tables with geometries. Such table
can be a view in the DB or a view in geoserver
(http://docs.geoserver.org/stable/en/user/data/database/sqlview.html)
so you can have geoserver access existing table or views
-3- geoserver can then spit out raw data (via WFS) or maps (via WMS)

You might need to dig a bit more, but this should get you started.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Mon, Feb 20, 2017 at 5:06 PM, Joe Hogan <joeho...@gmx.com> wrote:
> Hello,
>
> I am writing to ask if GeoServer will work for our application.
>
> We are working on a project that wiow us to place on a map of our
> country various projects.  WE want to be able to filter them based on
> various piecs of information, including, for example:
>
> year of project
> population
> project budget
> etc...
>
> We are compiling the data in a CRM(MySQL database), and want to use the
> data from the CRM to feed the mapping software.
>
> 1 - can I map the type fo information that I need?
> 2 - can we use the data directly from the CRM database if we tell the
> mapping software what data to use(so t can be read on the fly, live from
> the databe?), or does it need to be exported before using inthe mapping
> software?
> 3 - It it needs to be in its own exported format, how to I get it from
> MtSQL tothe correct format?
>
>
> Thanks for any and all help.
>
> Joseph
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Database pooling for clustered Geoserver configuration

2017-02-14 Thread Simone Giannecchini
Dear Dimitris.
please, find some feedback inline below...


Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Thu, Feb 9, 2017 at 9:29 AM, dimmihel
<dimitrios.michela...@improvementservice.org.uk> wrote:
> Hi Andrea,
>
> Apologies for not making crystal clear my purpose in my previous post. It is
> probably because I don't fully understand how the database pooling technique
> works.
>
> I was aiming using one database pool for the whole cluster (by the way I
> have multiple stores and not only one) but you are suggesting that this may
> not be as beneficial as I expected and also there is limited information on
> how to implement it.
>
> Your other suggestion is setting up a JNDI but having four instances of
> Geoserver in my setup If I use the  Setting up a JNDI connection pool with
> Tomcat
> <http://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html>
> guidelines to setup the JNDI I will be doing that in the master tomcat
> container right? (e.g. tomcat-1)

Each Tomcat instance will have its own pool which you can then share
between multiple stores.

Some additional info:

http://docs.geoserver.org/stable/en/user/tutorials/tomcat-jndi/tomcat-jndi.html
http://geoserver.geo-solutions.it/edu/en/adv_gsconfig/db_pooling.html
https://docs.google.com/document/d/1O02PeDRYKt2xLWG21k6BmcaRPzVRvXb4SQcrcZf4bHQ/edit

>
> How about the tomcat containers (e.g. tomcat-2,tomcat-3,tomcat-4) serving
> the slave Geoservers? Will they be able to use the tomcat-1 pool  or do I
> have to setup separate JNDI for them as well?

No they won't, it's separate processes hey cannot share the pool.

>
> Thanks again,
> Dimitris
>
>
>
>
>
> --
> View this message in context: 
> http://osgeo-org.1560.x6.nabble.com/Database-pooling-for-clustered-Geoserver-configuration-tp5306937p5307117.html
> Sent from the GeoServer - User mailing list archive at Nabble.com.
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] ImageMosiac poor quality

2017-02-14 Thread Simone Giannecchini
Ciao Chris,
you might want to have a look at the slides on raster preprocessing here:
http://www.slideshare.net/geosolutions/geoserver-on-steroids-foss4g-2015

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility  for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

On Mon, Feb 13, 2017 at 10:27 PM, Chris Jones <
chris.jo...@sunshinecoast.qld.gov.au> wrote:

> Thanks Andrea I will add them!
>
>
>
> *From:* andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] *On Behalf
> Of *Andrea Aime
> *Sent:* Monday, 13 February 2017 6:50 PM
> *To:* Chris Jones <chris.jo...@sunshinecoast.qld.gov.au>
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] ImageMosiac poor quality
>
>
>
> On Mon, Feb 13, 2017 at 6:37 AM, Chris Jones <Chris.Jones@sunshinecoast.
> qld.gov.au> wrote:
>
> I haven’t created overviews or tiled the tiffs as I thought caching would
> provide adequate performance.
>
>
>
> Creating overviews is not just about performance, it's also about quality.
>
> When creating overviews each level is computed as a summary of the
> previous one, so each
>
> pxiel in the overviews is a summary of all pixels of the original image.
>
> When not creating them, the scaling algorithm does not go to read all
> original pixels, it does
>
> subsampling, reading 1 pixel every 1 to get closer to the requested
> resolution.  Trying to get
>
> the same quality as with overviews would imply a massive overhead, reading
> all pixels
>
> and then doing repeated "scale by half" operations until reaching the
> desired resolution.
>
>
>
> So... add overviews.
>
>
>
> Cheers
>
> Andrea
>
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
>
> http://goo.gl/it488V for more information.
>
> ==
>
>
>
> Ing. Andrea Aime
>
> @geowolf
>
> Technical Lead
>
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
>
> phone: +39 0584 962313 <0584%20962313>
>
> fax: +39 0584 1660272 <0584%20166%200272>
>
> mob: +39  339 8844549 <339%20884%204549>
>
>
>
> http://www.geo-solutions.it
>
> http://twitter.com/geosolutions_it
>
>
>
> *AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o
> nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
> loro utilizzo è consentito esclusivamente al destinatario del messaggio,
> per le finalità indicate nel messaggio stesso. Qualora riceviate questo
> messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
> darcene notizia via e-mail e di procedere alla distruzione del messaggio
> stesso, cancellandolo d

Re: [Geoserver-users] filter out points in a raster

2017-01-15 Thread Simone Giannecchini
Dear Dominique,
please, find my response inline below

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Wed, Jan 4, 2017 at 10:57 PM, Bessette-Halsema, Dominique E
<dominique.besse...@gdit.com> wrote:
> Is it possible to apply the ogc:Filter function in an SLD for a Raster?

Nope.

> I’m
> trying to apply a filter to the data in the second raster band.
>
>
>
> Can I apply a RasterSymbolizer rule and specify the band name?

You can use ChannelSelection to select a single band and then specify
a rastersymbolzer to apply a colormap.
Example here: http://pastebin.com/ZbNM8AjG

>
>
>
> I can create a style that transforms the raster to a feature using the
> RasterAsPointCollection WPS and then filter out the points, but then I have
> a bunch of point data on the map and it needs to be blended.

and performance will suffer a little :)

>
>
>
> Thanks
>
> Dominique
>
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Zoom

2016-11-25 Thread Simone Giannecchini
Dear Matt,
FYI https://osgeo-org.atlassian.net/browse/GEOS-7464 has been fixed on
master and now we are backporting to the other versions.

It would be great if you can grab a master nightly build and give it a
try to let us know how it goes.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Thu, Jul 7, 2016 at 4:43 PM, Mason, Matthew <matthew.s.ma...@saic.com> wrote:
> I tested this and it seems like turning off the advanced projection handling
> helped increase the performance slightly, however, some of the requests
> still took way too long when zoomed in tightly resulting in timeout after 60
> seconds.
>
>
>
> I tested these settings in both 2.8.2 and 2.8.4.
>
>
>
> I’m not sure if its relevant, but the area that I’m zooming in on isn’t near
> the dateline, poles, or the equator.
>
>
>
> Thanks,
>
> Matt
>
>
>
> From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of
> Andrea Aime
> Sent: Thursday, July 07, 2016 3:31 AM
> To: Mason, Matthew
> Cc: geoserver-users@lists.sourceforge.net
> Subject: Re: [Geoserver-users] Zoom
>
>
>
> On Wed, Jul 6, 2016 at 6:18 PM, Mason, Matthew <matthew.s.ma...@saic.com>
> wrote:
>
> I did notice though that in 2.8.4 the memory usage was much more constant
> and not approaching the max allocated which I believe was part of the
> problem with the prior versions of 2.6 and up and that seemed to help a bit,
> but didn’t solve it.
>
>
>
> Oh, 2.6.0 is when we introduced the machinery to make rasters wrap the
> dateline, handle poles
>
> and other projection related issues. It's called "advanced projection
> handling", you might want into
>
> the WMS settings and try disabling it, see if that helps any
>
>
>
> Cheers
>
> Andrea
>
>
>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
>
> http://goo.gl/it488V for more information.
>
> ==
>
>
>
> Ing. Andrea Aime
>
> @geowolf
>
> Technical Lead
>
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
>
> phone: +39 0584 962313
>
> fax: +39 0584 1660272
>
> mob: +39  339 8844549
>
>
>
> http://www.geo-solutions.it
>
> http://twitter.com/geosolutions_it
>
>
>
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
>
> Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i
> file/s allegato/i sono da considerarsi strettamente riservate. Il loro
> utilizzo è consentito esclusivamente al destinatario del messaggio, per le
> finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio
> senza esserne il destinatario, Vi preghiamo cortesemente di darc

Re: [Geoserver-users] Fwd: Unable to create postgis database

2016-11-21 Thread Simone Giannecchini
Ciao Gila,
check this part of the message:

Connection to localhost:5432 refused. Check that the hostname and port
are correct and that the postmaster is accepting TCP/IP connections

GeoServer is having troubles connecting to your DBMS. Check the
connection params.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

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

---
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate.
Il loro utilizzo è consentito esclusivamente al destinatario del
messaggio, per le finalità indicate nel messaggio stesso. Qualora
riceviate questo messaggio senza esserne il destinatario, Vi preghiamo
cortesemente di darcene notizia via e-mail e di procedere alla
distruzione del messaggio stesso, cancellandolo dal Vostro sistema.
Conservare il messaggio stesso, divulgarlo anche in parte,
distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità
diverse, costituisce comportamento contrario ai principi dettati dal
D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely
for the attention and use of the named addressee(s) and may be
confidential or proprietary in nature or covered by the provisions of
privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New
Data Protection Code).Any use not in accord with its purpose, any
disclosure, reproduction, copying, distribution, or either
dissemination, either whole or partial, is strictly forbidden except
previous formal approval of the named addressee(s). If you are not the
intended recipient, please contact immediately the sender by
telephone, fax or e-mail and delete the information in this message
that has been received in error. The sender does not give any warranty
or accept liability as the content, accuracy or completeness of sent
messages and accepts no responsibility  for changes made after they
were sent or for other risks which arise as a result of e-mail
transmission, viruses, etc.


On Mon, Nov 21, 2016 at 7:44 AM, Gila J Burton-Curl <g...@uw.edu> wrote:
>
>
>
> Can you help me with this error:
>
> Error creating data store, check the parameters. Error message: Unable to
> obtain connection: Cannot create PoolableConnectionFactory (Connection to
> localhost:5432 refused. Check that the hostname and port are correct and
> that the postmaster is accepting TCP/IP connections.)
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>

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


  1   2   3   4   5   6   7   >