Book Image

GeoServer Cookbook

By : Stefano Iacovella
Book Image

GeoServer Cookbook

By: Stefano Iacovella

Overview of this book

Table of Contents (17 chapters)
GeoServer Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Creating reports from the monitoring database


The collected monitoring data can be very useful, but you probably want to use it in a more flexible way than just staring at the custom report included in the GeoServer interface.

Reports can be designed to show usage stats or check the safety state of your server. You can group them in several ways, as with any other source of alphanumerical data. There are several different tools you can use for this, most of them coming from the business intelligence, data warehousing, and analytics branches of Information Technology.

In this recipe, we want to focus again on the spatial component of the data. You may wonder what the most queried area of your datasets is, for example, and want analyze whether there are some preferential areas where your user browses for data. This may prove useful in order to tune your GeoServer for better performance, and it'll be more useful if a wider extent is covered by your data.

We'll create a point layer from the request...