Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixup!: add raster requirements #75

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ hale»connect currently supports a range of file formats which can be used to cr

**Raster data**
* Supported formats include \*.png, and \*.GeoTIFF
* Use an RGB image with transparency through an additional alpha channel or with NoData values
* Currently the upload of one raster data resource per data set is supported
* Publishing raster resources without vector resources is not supported. A dummy vector file needs to be added in this case
* A separate raster layer is published in the view and download services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ hale»connect currently supports a range of file formats which can be used to cr

**Raster data**
* Supported formats include \*.png, and \*.GeoTIFF
* Use an RGB image with transparency through an additional alpha channel or with NoData values
* Currently the upload of one raster data resource per data set is supported
* Publishing raster resources without vector resources is not supported. A dummy vector file needs to be added in this case
* A separate raster layer is published in the view and download services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ hale»connect unterstützt derzeit verschiedene Daten-Formate, die genutzt werde

**Raster-Daten**
* Die unterstützten Formate sind \*.png, und \*.GeoTIFF.
* Bitte verwenden sie ein RGB-Bild mit Transparenzangaben in einem Alpha-Kanal oder einem Kanal mit NoData-Werten.
* Derzeit wird das Hochladen einer Raster-Daten-Ressource pro Datensatz unterstützt.
* Das Veröffentlichen von Rasterdaten ohne Vektordaten wird nicht unterstützt. Für solche Fälle muss eine Dummy-Vektor-Datei erzeugt werden.
* In den Darstellungs- und Download-Diensten wird ein separater Raster-Layer veröffentlicht.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Die Größenbeschränkung für Anhänge auf haleconnect.com liegt bei 750 MB.

**Raster-Datenformate**
* Die unterstützten Formate sind \*.png, und \*.GeoTIFF.
* Bitte verwenden sie ein RGB-Bild mit Transparenzangaben in einem Alpha-Kanal oder einem Kanal mit NoData-Werten.
* Derzeit wird das Hochladen einer Rasterdatenquelle pro Datensatz unterstützt.
* Das Veröffentlichen von Rasterdaten ohne Vektordaten wird nicht unterstützt. Für solche Fälle muss eine sogenannte "Dummy-Vektordatei" erzeugt werden.
* In den Darstellungs- und Downloaddiensten wird ein separater Rasterlayer veröffentlicht.
Expand Down
Loading