-
Notifications
You must be signed in to change notification settings - Fork 191
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
Tutorial for custom raster data usage #1916
Comments
we can take it into consideration - have you tried ingesting a geotiff? |
Yes i have managed to ingest a geotiff. I downloaded from USGC a landsat tif file of the area around Berlin (I opted for landsat as they are a safe tif option regarding quality and standards) but I wanted to ingest and use it as a custom tif case. Through QGIS I validated it visually and changed its CSR to the default of EPSG:4326. By doing a mixed apporach of the Quickstart Guide I executed the following commands:
Then, to check the ingested data visually, I added it to the geoserver as per the Quickstart and in the Layer Preview I can see correctly my tif. However, is it possible to either perform a query on the raster data after I have ingested them (and export the results to one of the supported formats) or apply a cql filter during the ingestion (as in other data ingestion cases or the landsat example in the Quickstart)? I cannot find any clear option through the documentation but maybe I am missing something. |
For those use cases you'd have to either write some custom code (which is essentially what we did for the landsat data) or you could utilize geoserver operations. Once you have a "coverage" raster layer in GeoWave there are a number of capabilities provided through geoserver and its extensions. For example, check out the raw data download WPS extension for cropping an ROI: https://docs.geoserver.org/main/en/user/extensions/wps-download/rawDownload.html |
Hello, as raster are a very popular and important geospatial data, is it possible to update the Quickstart with a working example and to expand it with ingestion of custom data (other .tif files) that are not a specific case such as Landsat data?
The text was updated successfully, but these errors were encountered: