GeoShare Viewer: Difference between revisions
mNo edit summary |
No edit summary |
||
| (19 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
[[File:GeoShareViewer.png|thumb|Example of a GeoShare Viewer showing a [[Water Overlay]] with multiple timeframes and the option on the left to show two other feature layers.]] | |||
A GeoShare Viewer is a functional viewing application hosted on and served by the {{geoshare}}. They can be used to share insight into geographical data [[ | A GeoShare Viewer is a functional viewing application hosted on and served by the {{geoshare}}. They can be used to share insight into geographical data [[GeoPackage]]s, [[GeoTIFF]]s and small [[GeoJSON]]s in a user-friendly way, with their primary intended use being the sharing of results from calculations such as [[Flooding Overlay|flood analyses]] or [[Heat Overlay|heat stress effects]]. | ||
Like other [[ | Like other [[Geo Data]] on the {{geoshare}}, it is accessible through a url outside of running [[Session]]s, regardless of the contents of the data. This will open a web-based interface in which the data of the viewer can be inspected or played, if the data consists of multiple [[timeframe]]s. The extent of the viewer is based on the extent of the data which is part of it. The viewer can be configured to require a [[token]] for authentication. | ||
GeoShare Viewers do not take up a significant amount of space on the {{geoshare}}. However, the data a GeoShare Viewer relies on must continue to exist on the {{geoshare}}. | GeoShare Viewers do not take up a significant amount of space on the {{geoshare}}. However, the data a GeoShare Viewer relies on must continue to exist on the {{geoshare}}. | ||
{{article end | {{article end | ||
|notes= | |||
* A [[GeoJSON]] viewer input can have a maximum of 1.000.000 features, for more please use a [[GeoPackage]] because this format is more efficient and performant for large datasets. | |||
* Unmodified [[GeoJSON]]s from before {{software}} version 2026 are allowed to have more features due to backwards compatibility. | |||
|howtos= | |howtos= | ||
* [[How to create a GeoShare Viewer]] | * [[How to create a GeoShare Viewer]] | ||
* [[How to create a GeoShare Viewer with multiple timeframes]] | * [[How to create a GeoShare Viewer with multiple timeframes]] | ||
* [[How to create a WFS for data on the GeoShare]] | |||
* [[How to export objects in a Project to a GeoPackage]] | |||
* [[How to export a GeoPackage from QGIS]] | |||
* [[How to convert a GeoJSON to GeoPackage using QGIS]] | |||
}} | }} | ||
{{GeoDataOverview}} | |||
Latest revision as of 18:55, 12 March 2026

A GeoShare Viewer is a functional viewing application hosted on and served by the GeoShare. They can be used to share insight into geographical data GeoPackages, GeoTIFFs and small GeoJSONs in a user-friendly way, with their primary intended use being the sharing of results from calculations such as flood analyses or heat stress effects.
Like other Geo Data on the GeoShare, it is accessible through a url outside of running Sessions, regardless of the contents of the data. This will open a web-based interface in which the data of the viewer can be inspected or played, if the data consists of multiple timeframes. The extent of the viewer is based on the extent of the data which is part of it. The viewer can be configured to require a token for authentication.
GeoShare Viewers do not take up a significant amount of space on the GeoShare. However, the data a GeoShare Viewer relies on must continue to exist on the GeoShare.
Notes
- A GeoJSON viewer input can have a maximum of 1.000.000 features, for more please use a GeoPackage because this format is more efficient and performant for large datasets.
- Unmodified GeoJSONs from before Tygron Platform version 2026 are allowed to have more features due to backwards compatibility.
How-to's