GeoServer - Footprint support doesn't work with PostgreSQL indexed Image Mosaic The Next CEO of Stack OverflowMosaicing indexed colour rasters with independent colour tablesGeoserver 2.5.1 Image Mosaic PluginGeoServer- Reload feature type doesn't workGeoServer crop Coverage WPS with Image MosaicGeoserver ImageMosaic Creation through rest api with postgis granule indexingGeoserver layer from the ArcGIS image mosaicJPEG2000 Image Mosaic with GeoServerHow to mosaicking image that doesnt align each otherHow to use custom PostgreSQL schema with GeoServer ImageMosaic JDBC?GeoServer - Imagemosaic/netcdf - Schema 'currdir' does not exist
Is there a way to save my career from absolute disaster?
To not tell, not take, and not want
Won the lottery - how do I keep the money?
What is "(CFMCC)" on an ILS approach chart?
Unreliable Magic - Is it worth it?
Inappropriate reference requests from Journal reviewers
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?
Make solar eclipses exceedingly rare, but still have new moons
Complex fractions
What connection does MS Office have to Netscape Navigator?
How do I avoid eval and parse?
Is there an analogue of projective spaces for proper schemes?
How to start emacs in "nothing" mode (`fundamental-mode`)
Novel about a guy who is possessed by the divine essence and the world ends?
Multiple labels for a single equation
Why does standard notation not preserve intervals (visually)
Real integral using residue theorem - why doesn't this work?
Would a completely good Muggle be able to use a wand?
Preparing Indesign booklet with .psd graphics for print
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Rotate a column
If a black hole is created from light, can this black hole then move at speed of light?
What flight has the highest ratio of time difference to flight time?
GeoServer - Footprint support doesn't work with PostgreSQL indexed Image Mosaic
The Next CEO of Stack OverflowMosaicing indexed colour rasters with independent colour tablesGeoserver 2.5.1 Image Mosaic PluginGeoServer- Reload feature type doesn't workGeoServer crop Coverage WPS with Image MosaicGeoserver ImageMosaic Creation through rest api with postgis granule indexingGeoserver layer from the ArcGIS image mosaicJPEG2000 Image Mosaic with GeoServerHow to mosaicking image that doesnt align each otherHow to use custom PostgreSQL schema with GeoServer ImageMosaic JDBC?GeoServer - Imagemosaic/netcdf - Schema 'currdir' does not exist
Running GeoServer 2.14.2 on Linux/Ubuntu
I have an Image Mosaic layer using a postgres table as the index. Rather then allowing GeoServer to insert the rows into the table I have a ready created table with the correct paths of each image. This works and GeoServer is correctly displaying the right images. However, footprints of any sort do not work. I have tried sidecar chain shape files, one shape file called footprints.shp and set the layer to transparent
to clip the image to the footprints. I have also tried with footprint.properties with various options with both the footprints in the same relative path as the .properties files and with the images themselves.
If I select a folder and generate a shapefile indexed image mosaic layer the footprints work as expected and clip the images. Therefore the issue is not with either the sidecar shapefiles or the footprints.shp options. A quick dig in the code (I am not a Java developer) showed this comment;
* A set of properties to be ignored when parsing the properties file. It is used to get only
* the FootprintManagement property, avoiding by this way to load and compute useless elements.
*/
Therefore I am worried that footprint support does not work at all for DB based indexed image mosaic layers.
There are no obvious signs in the logs that anything is a miss.
geoserver wms image-mosaic
add a comment |
Running GeoServer 2.14.2 on Linux/Ubuntu
I have an Image Mosaic layer using a postgres table as the index. Rather then allowing GeoServer to insert the rows into the table I have a ready created table with the correct paths of each image. This works and GeoServer is correctly displaying the right images. However, footprints of any sort do not work. I have tried sidecar chain shape files, one shape file called footprints.shp and set the layer to transparent
to clip the image to the footprints. I have also tried with footprint.properties with various options with both the footprints in the same relative path as the .properties files and with the images themselves.
If I select a folder and generate a shapefile indexed image mosaic layer the footprints work as expected and clip the images. Therefore the issue is not with either the sidecar shapefiles or the footprints.shp options. A quick dig in the code (I am not a Java developer) showed this comment;
* A set of properties to be ignored when parsing the properties file. It is used to get only
* the FootprintManagement property, avoiding by this way to load and compute useless elements.
*/
Therefore I am worried that footprint support does not work at all for DB based indexed image mosaic layers.
There are no obvious signs in the logs that anything is a miss.
geoserver wms image-mosaic
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday
add a comment |
Running GeoServer 2.14.2 on Linux/Ubuntu
I have an Image Mosaic layer using a postgres table as the index. Rather then allowing GeoServer to insert the rows into the table I have a ready created table with the correct paths of each image. This works and GeoServer is correctly displaying the right images. However, footprints of any sort do not work. I have tried sidecar chain shape files, one shape file called footprints.shp and set the layer to transparent
to clip the image to the footprints. I have also tried with footprint.properties with various options with both the footprints in the same relative path as the .properties files and with the images themselves.
If I select a folder and generate a shapefile indexed image mosaic layer the footprints work as expected and clip the images. Therefore the issue is not with either the sidecar shapefiles or the footprints.shp options. A quick dig in the code (I am not a Java developer) showed this comment;
* A set of properties to be ignored when parsing the properties file. It is used to get only
* the FootprintManagement property, avoiding by this way to load and compute useless elements.
*/
Therefore I am worried that footprint support does not work at all for DB based indexed image mosaic layers.
There are no obvious signs in the logs that anything is a miss.
geoserver wms image-mosaic
Running GeoServer 2.14.2 on Linux/Ubuntu
I have an Image Mosaic layer using a postgres table as the index. Rather then allowing GeoServer to insert the rows into the table I have a ready created table with the correct paths of each image. This works and GeoServer is correctly displaying the right images. However, footprints of any sort do not work. I have tried sidecar chain shape files, one shape file called footprints.shp and set the layer to transparent
to clip the image to the footprints. I have also tried with footprint.properties with various options with both the footprints in the same relative path as the .properties files and with the images themselves.
If I select a folder and generate a shapefile indexed image mosaic layer the footprints work as expected and clip the images. Therefore the issue is not with either the sidecar shapefiles or the footprints.shp options. A quick dig in the code (I am not a Java developer) showed this comment;
* A set of properties to be ignored when parsing the properties file. It is used to get only
* the FootprintManagement property, avoiding by this way to load and compute useless elements.
*/
Therefore I am worried that footprint support does not work at all for DB based indexed image mosaic layers.
There are no obvious signs in the logs that anything is a miss.
geoserver wms image-mosaic
geoserver wms image-mosaic
edited yesterday
Vince
14.8k32849
14.8k32849
asked yesterday
Mark AllenMark Allen
211
211
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday
add a comment |
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317036%2fgeoserver-footprint-support-doesnt-work-with-postgresql-indexed-image-mosaic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317036%2fgeoserver-footprint-support-doesnt-work-with-postgresql-indexed-image-mosaic%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I believe this might be a relative path issue but I need to do more testing to make sure. Using full path seems to have fixed it.
– Mark Allen
yesterday