[Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network drive – S:.

However I can’t point Geoserver to a network location in the ImageMosaic plugin, just to the local files on the C:\ drive of the server. I’ve tried replacing S:\ with \server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible to create a mosaic from a network location?

I also tried this http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html. Geoserver and Tomcat are both running as services on my installation as in this post.

The problem seems to be with this is that it definitely doesn’t recognise S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC path.

Any help gratefully received.

Thanks

Sandra

Hi Sandra,
that seems strange.

I have some sample data contained into a network disk which I refer as V:\bigdisk.… when configuring some mosaics and I have no issues.

Could you please provide us some more information?

  1. Which geoserver version are you using?

  2. How are you configuring the mosaic? (As an instance, I have a V:\bigdisk\mosaic folder containing several TIFFs… I have created an imageMosaic store referring to that folder and it worked fine. Or are you dealing instead with a properties file to define an external location through the IndexingDirectories parameter?)

Please, let us know.

Cheers,
Daniele

···

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 2:50 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network drive – S:.

However I can’t point Geoserver to a network location in the ImageMosaic plugin, just to the local files on the C:\ drive of the server. I’ve tried replacing S:\ with \server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible to create a mosaic from a network location?

I also tried this http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html. Geoserver and Tomcat are both running as services on my installation as in this post.

The problem seems to be with this is that it definitely doesn’t recognise S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC path.

Any help gratefully received.

Thanks

Sandra

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk


October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Sandra,

I’m keeping the discussion inside the mailing list so that in case I’m unable to provide some more help, someone else can probably do it.

Could you try to directly insert the mosaic path inside the ConnectionParameters: URL edit box? (Without using the “Browse” link)

In my example I have:
file://V:\bigdisk\data\mosaics\50cm

Where V: is the network drive.

Please let me know.

Cheers,
Daniele

···

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 4:35 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hi Daniele

Thanks for your reply.

I’m using 2.3.5 and configuring the image mosaic by Clicking Add New Store, choosing ImageMosaic and clicking the Browse button and trying to navigate to a location. I can only see local files though and trying to enter the paths to the network in manually doesn’t work either. I just get the error: Could not find file: \server\share\folder

If I copy the files to a local folder on the actual Geoserver server then it works fine.

Regards

Sandra

Sandra Kennish

GIS Officer

From: dany.geotools@anonymised.com [mailto:dany.geotools@anonymised.com] On Behalf Of Daniele Romagnoli
Sent: 10 October 2013 14:53
To: Sandra Kennish
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

Hi Sandra,
that seems strange.

I have some sample data contained into a network disk which I refer as V:\bigdisk.… when configuring some mosaics and I have no issues.

Could you please provide us some more information?

  1. Which geoserver version are you using?

  2. How are you configuring the mosaic? (As an instance, I have a V:\bigdisk\mosaic folder containing several TIFFs… I have created an imageMosaic store referring to that folder and it worked fine. Or are you dealing instead with a properties file to define an external location through the IndexingDirectories parameter?)

Please, let us know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 2:50 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network drive – S:.

However I can’t point Geoserver to a network location in the ImageMosaic plugin, just to the local files on the C:\ drive of the server. I’ve tried replacing S:\ with \server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible to create a mosaic from a network location?

I also tried this http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html. Geoserver and Tomcat are both running as services on my installation as in this post.

The problem seems to be with this is that it definitely doesn’t recognise S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC path.

Any help gratefully received.

Thanks

Sandra

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY - www.maildefender.net


October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Scanned by MailDefender - managed email security from intY - www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Hi Daniele

I’ve typed in:

file://S:\OS_1_250_RASTER

but I just get an error: Could not find file: file://S:\OS_1_250_RASTER

The drives are showing on the server correctly – could it be permissions as I’m logged directly in to Geoserver as a Geoserver user, and while I have full access to these folders, the Geoserver user I’m using probably doesn’t. How would I give a Geoserver user file permissions?

Regards

Sandra

Sandra Kennish

GIS Officer

···

Hi Sandra,

I’m keeping the discussion inside the mailing list so that in case I’m unable to provide some more help, someone else can probably do it.

Could you try to directly insert the mosaic path inside the ConnectionParameters: URL edit box? (Without using the “Browse” link)

In my example I have:
file://V:\bigdisk\data\mosaics\50cm

Where V: is the network drive.

Please let me know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 4:35 PM, Sandra Kennish <s.kennish@anonymised.com…> wrote:

Hi Daniele

Thanks for your reply.

I’m using 2.3.5 and configuring the image mosaic by Clicking Add New Store, choosing ImageMosaic and clicking the Browse button and trying to navigate to a location. I can only see local files though and trying to enter the paths to the network in manually doesn’t work either. I just get the error: Could not find file: \server\share\folder

If I copy the files to a local folder on the actual Geoserver server then it works fine.

Regards

Sandra

Sandra Kennish

GIS Officer

From: dany.geotools@anonymised.com…84… [mailto:dany.geotools@anonymised.com] On Behalf Of Daniele Romagnoli
Sent: 10 October 2013 14:53
To: Sandra Kennish
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

Hi Sandra,
that seems strange.

I have some sample data contained into a network disk which I refer as V:\bigdisk.… when configuring some mosaics and I have no issues.

Could you please provide us some more information?

  1. Which geoserver version are you using?

  2. How are you configuring the mosaic? (As an instance, I have a V:\bigdisk\mosaic folder containing several TIFFs… I have created an imageMosaic store referring to that folder and it worked fine. Or are you dealing instead with a properties file to define an external location through the IndexingDirectories parameter?)

Please, let us know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 2:50 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network drive – S:.

However I can’t point Geoserver to a network location in the ImageMosaic plugin, just to the local files on the C:\ drive of the server. I’ve tried replacing S:\ with \server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible to create a mosaic from a network location?

I also tried this http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html. Geoserver and Tomcat are both running as services on my installation as in this post.

The problem seems to be with this is that it definitely doesn’t recognise S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC path.

Any help gratefully received.

Thanks

Sandra

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY - www.maildefender.net


October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Scanned by MailDefender - managed email security from intY - www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY - www.maildefender.net

Scanned by MailDefender - managed email security from intY - www.maildefender.net

Hi Sandra,
another question:

do you have proper permission on that drive?

Cheers,

Daniele

···

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 4:45 PM, Daniele Romagnoli <daniele.romagnoli@anonymised.com> wrote:

Hi Sandra,

I’m keeping the discussion inside the mailing list so that in case I’m unable to provide some more help, someone else can probably do it.

Could you try to directly insert the mosaic path inside the ConnectionParameters: URL edit box? (Without using the “Browse” link)

In my example I have:
file://V:\bigdisk\data\mosaics\50cm

Where V: is the network drive.

Please let me know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 4:35 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hi Daniele

Thanks for your reply.

I’m using 2.3.5 and configuring the image mosaic by Clicking Add New Store, choosing ImageMosaic and clicking the Browse button and trying to navigate to a location. I can only see local files though and trying to enter the paths to the network in manually doesn’t work either. I just get the error: Could not find file: \server\share\folder

If I copy the files to a local folder on the actual Geoserver server then it works fine.

Regards

Sandra

Sandra Kennish

GIS Officer

From: dany.geotools@anonymised.com84… [mailto:dany.geotools@anonymised.com] On Behalf Of Daniele Romagnoli
Sent: 10 October 2013 14:53
To: Sandra Kennish
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

Hi Sandra,
that seems strange.

I have some sample data contained into a network disk which I refer as V:\bigdisk.… when configuring some mosaics and I have no issues.

Could you please provide us some more information?

  1. Which geoserver version are you using?

  2. How are you configuring the mosaic? (As an instance, I have a V:\bigdisk\mosaic folder containing several TIFFs… I have created an imageMosaic store referring to that folder and it worked fine. Or are you dealing instead with a properties file to define an external location through the IndexingDirectories parameter?)

Please, let us know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it


On Thu, Oct 10, 2013 at 2:50 PM, Sandra Kennish <s.kennish@anonymised.com> wrote:

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network drive – S:.

However I can’t point Geoserver to a network location in the ImageMosaic plugin, just to the local files on the C:\ drive of the server. I’ve tried replacing S:\ with \server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible to create a mosaic from a network location?

I also tried this http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html. Geoserver and Tomcat are both running as services on my installation as in this post.

The problem seems to be with this is that it definitely doesn’t recognise S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC path.

Any help gratefully received.

Thanks

Sandra

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY - www.maildefender.net


October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Scanned by MailDefender - managed email security from intY - www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Ciao Sandra,
if you are running GeoServer as a service, you need to fiddle with the
account that is running that service to make sure it has acccess to
network drives.

Regards,
Simone Giannecchini

Our support, Your Success! Visit http://opensdi.geo-solutions.it for
more information.

Ing. Simone Giannecchini
@simogeo
Founder/Director

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

On Thu, Oct 10, 2013 at 5:06 PM, Sandra Kennish
<s.kennish@anonymised.com> wrote:

Hi Daniele

I’ve typed in:

file://S:\OS_1_250_RASTER

but I just get an error: Could not find file: file://S:\OS_1_250_RASTER

The drives are showing on the server correctly – could it be permissions as
I’m logged directly in to Geoserver as a Geoserver user, and while I have
full access to these folders, the Geoserver user I’m using probably doesn’t.
How would I give a Geoserver user file permissions?

Regards

Sandra

Sandra Kennish

GIS Officer

From: dany.geotools@anonymised.com [mailto:dany.geotools@anonymised.com] On Behalf Of
Daniele Romagnoli
Sent: 10 October 2013 15:46
To: Sandra Kennish; geoserver-users@lists.sourceforge.net

Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a
Networked Drive

Hi Sandra,

I'm keeping the discussion inside the mailing list so that in case I'm
unable to provide some more help, someone else can probably do it.

Could you try to directly insert the mosaic path inside the
ConnectionParameters: URL edit box? (Without using the "Browse" link)

In my example I have:
file://V:\bigdisk\data\mosaics\50cm

Where V: is the network drive.

Please let me know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

On Thu, Oct 10, 2013 at 4:35 PM, Sandra Kennish
<s.kennish@anonymised.com> wrote:

Hi Daniele

Thanks for your reply.

I’m using 2.3.5 and configuring the image mosaic by Clicking Add New Store,
choosing ImageMosaic and clicking the Browse button and trying to navigate
to a location. I can only see local files though and trying to enter the
paths to the network in manually doesn’t work either. I just get the error:
Could not find file: \\server\share\folder

If I copy the files to a local folder on the actual Geoserver server then it
works fine.

Regards

Sandra

Sandra Kennish

GIS Officer

From: dany.geotools@anonymised.com [mailto:dany.geotools@anonymised.com] On Behalf Of
Daniele Romagnoli
Sent: 10 October 2013 14:53
To: Sandra Kennish
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a
Networked Drive

Hi Sandra,
that seems strange.

I have some sample data contained into a network disk which I refer as
V:\bigdisk\... when configuring some mosaics and I have no issues.

Could you please provide us some more information?

1) Which geoserver version are you using?

2) How are you configuring the mosaic? (As an instance, I have a
V:\bigdisk\mosaic folder containing several TIFFs... I have created an
imageMosaic store referring to that folder and it worked fine. Or are you
dealing instead with a properties file to define an external location
through the IndexingDirectories parameter?)

Please, let us know.

Cheers,
Daniele

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.

Ing. Daniele Romagnoli
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

On Thu, Oct 10, 2013 at 2:50 PM, Sandra Kennish
<s.kennish@anonymised.com> wrote:

Hello

I wonder if anyone can help.

I’m trying to create an Image Mosaic from some tif files stored on a network
drive – S:\.

However I can’t point Geoserver to a network location in the ImageMosaic
plugin, just to the local files on the C:\ drive of the server. I’ve tried
replacing S:\ with \\server\share but that doesn’t work either.

I don’t really want to keep a second copy of these files, so is it possible
to create a mosaic from a network location?

I also tried this
http://osgeo-org.1560.x6.nabble.com/Image-Mosaicking-Plugin-and-UNC-paths-td3806076.html.
Geoserver and Tomcat are both running as services on my installation as in
this post.

The problem seems to be with this is that it definitely doesn’t recognise
S:\ within the dbf file, and I can’t seem to get gdaltindex to write a UNC
path.

Any help gratefully received.

Thanks

Sandra

CONFIDENTIALITY: The contents of this message are the views of the author,
not necessarily the views of the North York Moors National Park Authority.
This is a private message intended for the named addressee(s) only. Its
contents may be confidential.

If you have received this message in error please reply to say so and then
delete the message. Any use, copying, disclosure or distribution by anyone
other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author,
not necessarily the views of the North York Moors National Park Authority.
This is a private message intended for the named addressee(s) only. Its
contents may be confidential.

If you have received this message in error please reply to say so and then
delete the message. Any use, copying, disclosure or distribution by anyone
other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author,
not necessarily the views of the North York Moors National Park Authority.
This is a private message intended for the named addressee(s) only. Its
contents may be confidential.

If you have received this message in error please reply to say so and then
delete the message. Any use, copying, disclosure or distribution by anyone
other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

On Thu, Oct 10, 2013 at 5:06 PM, Sandra Kennish <
s.kennish@anonymised.com> wrote:

Hi Daniele

I’ve typed in:

file://S:\OS_1_250_RASTER

but I just get an error: Could not find file: file://S:\OS_1_250_RASTER

Have you tried with file://S:/OS_1_250_RASTER?
Just a shot in the dark, may not be it at all

Cheers
Andrea

--

Our support, Your Success! Visit http://opensdi.geo-solutions.it for more
information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

Hi Andrea

No afraid I get the same error. I’m off for a couple of days now, but I’ll try looking at permissions when I get back.

Regards

Sandra

Sandra Kennish

GIS Officer

···

On Thu, Oct 10, 2013 at 5:06 PM, Sandra Kennish <s.kennish@anonymised.com…> wrote:

Hi Daniele

I’ve typed in:

file://S:\OS_1_250_RASTER

but I just get an error: Could not find file: file://S:\OS_1_250_RASTER

Have you tried with file://S:/OS_1_250_RASTER?

Just a shot in the dark, may not be it at all

Cheers

Andrea

==

Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

==

Ing. Andrea Aime

@geowolf

Technical Lead

GeoSolutions S.A.S.

Via Poggio alle Viti 1187

55054 Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39 339 8844549

http://www.geo-solutions.it

http://twitter.com/geosolutions_it


Scanned by MailDefender - managed email security from intY - www.maildefender.net

Hello

Just to update I’ve managed to create the image mosaic by adding in the Geoserver server name to the folder containing my tif files and giving it full permission to start with and then reducing it to read once I’ve created the mosaic.

I had to use the UNC path to the files.

Thanks for all your suggestions.

Regards

···

Sandra Kennish

GIS Officer

From: Sandra Kennish [mailto:s.kennish@anonymised.com]
Sent: 10 October 2013 16:47
To: Andrea Aime
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

Hi Andrea

No afraid I get the same error. I’m off for a couple of days now, but I’ll try looking at permissions when I get back.

Regards

Sandra

Sandra Kennish

GIS Officer

From: andrea.aime@anonymised.com [mailto:andrea.aime@anonymised.com] On Behalf Of Andrea Aime
Sent: 10 October 2013 16:43
To: Sandra Kennish
Cc: Daniele Romagnoli; geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Creating Image Mosaic from Files on a Networked Drive

On Thu, Oct 10, 2013 at 5:06 PM, Sandra Kennish <s.kennish@anonymised.com…> wrote:

Hi Daniele

I’ve typed in:

file://S:\OS_1_250_RASTER

but I just get an error: Could not find file: file://S:\OS_1_250_RASTER

Have you tried with file://S:/OS_1_250_RASTER?

Just a shot in the dark, may not be it at all

Cheers

Andrea

==

Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information.

==

Ing. Andrea Aime

@geowolf

Technical Lead

GeoSolutions S.A.S.

Via Poggio alle Viti 1187

55054 Massarosa (LU)

Italy

phone: +39 0584 962313

fax: +39 0584 1660272

mob: +39 339 8844549

http://www.geo-solutions.it

http://twitter.com/geosolutions_it


Scanned by MailDefender - managed email security from intY - www.maildefender.net

CONFIDENTIALITY: The contents of this message are the views of the author, not necessarily the views of the North York Moors National Park Authority. This is a private message intended for the named addressee(s) only. Its contents may be confidential.

If you have received this message in error please reply to say so and then delete the message. Any use, copying, disclosure or distribution by anyone other than the addressee is forbidden.

www.northyorkmoors.org.uk

Scanned by MailDefender - managed email security from intY - www.maildefender.net

Scanned by MailDefender - managed email security from intY - www.maildefender.net