GeoShare: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
==Files== | ==Files== | ||
The Geo Share is primarily intended to host geographical data, either for the purpose of standardized input for the creation of [[Project]]s, or to host the results of performed calculations in an easily accessible way without the need to keep a [[Session]] active or even a complete [[Project]]. However, other files can be hosted on the Geo Share as well, with a focus on files which can be used as [[asset]]s in a [[Project]] such as [[Excel]]s. | The Geo Share is primarily intended to host geographical data, either for the purpose of standardized input for the creation of [[Project]]s, or to host the results of performed calculations in an easily accessible way without the need to keep a [[Session]] active or even a complete [[Project]]. However, other files can be hosted on the Geo Share as well, with a focus on files which can be used as [[asset]]s in a [[Project]] such as [[Excel]]s. | ||
The Geo Share supports the following filetypes: | |||
{|class=wikitable | |||
! Filetype | |||
! Type of data | |||
! Input | |||
! Output | |||
|- | |||
| .cityjson | |||
| 3D vector data | |||
| Import as [[Construction]]s | |||
| | |||
|- | |||
| .csv | |||
| Text-based list of values | |||
| | |||
| | |||
|- | |||
| .docx | |||
| Document | |||
| | |||
| | |||
|- | |||
| .geojson | |||
| 2D Vector data | |||
| Import as [[Construction]]s, [[Area]]s, etc | |||
| | |||
|- | |||
| .gif | |||
| Animated image | |||
| | |||
| | |||
|- | |||
| .gml | |||
| XML data | |||
| | |||
| | |||
|- | |||
| .jpeg | |||
| Image | |||
| | |||
| | |||
|- | |||
| .jpg | |||
| Image | |||
| | |||
| | |||
|- | |||
| .json | |||
| 2D Vector data | |||
| Import as [[Construction]]s, [[Area]]s, etc | |||
| | |||
|- | |||
| .pdf | |||
| Document | |||
| | |||
| | |||
|- | |||
| .png | |||
| Image | |||
| | |||
| | |||
|- | |||
| .slpk | |||
| 3D Vector data | |||
| Import as [[Construction]]s | |||
| | |||
|- | |||
| .tif | |||
| Grid data | |||
| [[GeoTiff Overlay]], [[Elevation model]], other grid data | |||
| | |||
|- | |||
| .tiff | |||
| Grid data | |||
| [[GeoTiff Overlay]], [[Elevation model]], other grid data | |||
| | |||
|- | |||
| .txt | |||
| Text | |||
| | |||
| | |||
|- | |||
| .xlsx | |||
| [[Excel]] | |||
| | |||
| | |||
|- | |||
| .xml | |||
| XML data | |||
| | |||
| | |||
|} | |||
==Viewers== | ==Viewers== |
Revision as of 12:36, 23 December 2021
The Geo Share is a shared central repository for files and (geographical) data, hosted on the Tygron Platform. It is linked to an individual Domain, but exists separate from active Sessions. This allows for the sharing of data, either input data or results from calculations, without the overhead of a full Project's data or a running Session. In addition to geographical data, the Geo Share can also host other files which can be used as assets in a Project.
The Geo Share supports uploading, downloading, renaming and deleting files, as well as setting up a file structure to organize them.
All users with Editor rights can access and update all files on the Geo Share.
Access
Files uploaded to the Geo Share can be accessed via a url. The url allows anyone to access the file at any time. The url can be used in a webbrowser to initiate a download of the file (or provide an in-browser overview of the contents of a directory).
On a per-file and per-directory basis, it is possible to set a required access token. Although to access a file or directory a url must be known in the first place, requiring an access token provides an additional secret which must be known in order to access the data.
When a directory is accessed in a web browser, all direct contents of the directory are displayed, including those which actually also require an access token. However, only contents which do not require an access token can be directly accessed from that overview.
Files
The Geo Share is primarily intended to host geographical data, either for the purpose of standardized input for the creation of Projects, or to host the results of performed calculations in an easily accessible way without the need to keep a Session active or even a complete Project. However, other files can be hosted on the Geo Share as well, with a focus on files which can be used as assets in a Project such as Excels.
The Geo Share supports the following filetypes:
Filetype | Type of data | Input | Output |
---|---|---|---|
.cityjson | 3D vector data | Import as Constructions | |
.csv | Text-based list of values | ||
.docx | Document | ||
.geojson | 2D Vector data | Import as Constructions, Areas, etc | |
.gif | Animated image | ||
.gml | XML data | ||
.jpeg | Image | ||
.jpg | Image | ||
.json | 2D Vector data | Import as Constructions, Areas, etc | |
Document | |||
.png | Image | ||
.slpk | 3D Vector data | Import as Constructions | |
.tif | Grid data | GeoTiff Overlay, Elevation model, other grid data | |
.tiff | Grid data | GeoTiff Overlay, Elevation model, other grid data | |
.txt | Text | ||
.xlsx | Excel | ||
.xml | XML data |
Viewers
Notes
- The url for any file, directory, or viewer, contains the name of the file and the name of the domain in which the original file was uploaded.
- To reset the access token for any file, disable and re-enable the token for the file. A new token will be generated.