Re: [Geoserver-users] Noob Question importing CDARG Map data

2018-04-11 Thread Jim Gallogly
Thanks Jason, it's great to have a place to start!

On Wed, Apr 11, 2018, 5:51 PM Jason Newmoyer 
wrote:

> Jim,
>
> You're in for a real treat! RPF data can be quite frustrating to work
> with. At a high level, we usually use GDAL to retile and convert it to
> geotiff,  then create ImageMoasic layers in GeoServer.
>
> Here's some basic steps you need to take:
>
> 1) Identify which layers you want to create, i.e. TLM100, TLM50, etc. They
> are coded by file extension, and you'll probably want to get a hold of the
> MIL SPEC to figure it out.
> 2) Use gdal_retile to simultaneously convert to geotiff (usually LZW
> compress them) and retile the images into more manageable sizes, like 16k x
> 16x for example. RPF tiles are tiny, so won't perform well in an ImageMosaic
> 3)  Create an ImageMosaic store for each layer, and publish. Pay attention
> to the Coverage Parameters section. You'll have to experiment a little to
> get the desired effect.
>
>
>
>
> Jason Newmoyer
> Newmoyer Geospatial Solutions
> 843.606.0424
> ja...@newmoyergeospatial.com
>
>
>
> On Wed, Apr 11, 2018 at 9:48 AM, Jim Gallogly  wrote:
>
>> I am completely new to geoserver so any guidance is helpful.
>>
>> I am running geoserver 2.13.0 on windows. I have CDARG Map data I am
>> trying to load. So I try to create a new "Store" for it and I am asked to
>> select a Data Source but I am not sure what my data source is or how to
>> import it.
>>
>> Since its CDARG I am assuming its one of the Raster Sources. However each
>> one has a Connection parameter file:data/example.extension and I am not
>> sure what to browse for or which one to select
>>
>> My Directory structor looks like this
>>
>>- CMB_RPF_TLM50.mdb
>>- CMB_RPF_TLM50.idb
>>- esri.idb
>>   - Images
>>   - _RPF
>>  - CDRG
>> - TLM50
>>- RPF
>>   - A.TOC
>>   - Data
>>  - *.tl1
>>
>> I also have a TML100 set as well
>>
>> any help on how to get me started would be greatly appreciated!
>>
>> Thanks
>>
>>
>> --
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] Noob Question importing CDARG Map data

2018-04-11 Thread Jason Newmoyer
Jim,

You're in for a real treat! RPF data can be quite frustrating to work with.
At a high level, we usually use GDAL to retile and convert it to geotiff,
then create ImageMoasic layers in GeoServer.

Here's some basic steps you need to take:

1) Identify which layers you want to create, i.e. TLM100, TLM50, etc. They
are coded by file extension, and you'll probably want to get a hold of the
MIL SPEC to figure it out.
2) Use gdal_retile to simultaneously convert to geotiff (usually LZW
compress them) and retile the images into more manageable sizes, like 16k x
16x for example. RPF tiles are tiny, so won't perform well in an ImageMosaic
3)  Create an ImageMosaic store for each layer, and publish. Pay attention
to the Coverage Parameters section. You'll have to experiment a little to
get the desired effect.




Jason Newmoyer
Newmoyer Geospatial Solutions
843.606.0424
ja...@newmoyergeospatial.com



On Wed, Apr 11, 2018 at 9:48 AM, Jim Gallogly  wrote:

> I am completely new to geoserver so any guidance is helpful.
>
> I am running geoserver 2.13.0 on windows. I have CDARG Map data I am
> trying to load. So I try to create a new "Store" for it and I am asked to
> select a Data Source but I am not sure what my data source is or how to
> import it.
>
> Since its CDARG I am assuming its one of the Raster Sources. However each
> one has a Connection parameter file:data/example.extension and I am not
> sure what to browse for or which one to select
>
> My Directory structor looks like this
>
>- CMB_RPF_TLM50.mdb
>- CMB_RPF_TLM50.idb
>- esri.idb
>   - Images
>   - _RPF
>  - CDRG
> - TLM50
>- RPF
>   - A.TOC
>   - Data
>  - *.tl1
>
> I also have a TML100 set as well
>
> any help on how to get me started would be greatly appreciated!
>
> Thanks
>
> 
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/comm/
> userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-
> requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


[Geoserver-users] Noob Question importing CDARG Map data

2018-04-11 Thread Jim Gallogly
I am completely new to geoserver so any guidance is helpful.

I am running geoserver 2.13.0 on windows. I have CDARG Map data I am trying
to load. So I try to create a new "Store" for it and I am asked to select a
Data Source but I am not sure what my data source is or how to import it.

Since its CDARG I am assuming its one of the Raster Sources. However each
one has a Connection parameter file:data/example.extension and I am not
sure what to browse for or which one to select

My Directory structor looks like this

   - CMB_RPF_TLM50.mdb
   - CMB_RPF_TLM50.idb
   - esri.idb
  - Images
  - _RPF
 - CDRG
- TLM50
   - RPF
  - A.TOC
  - Data
 - *.tl1

I also have a TML100 set as well

any help on how to get me started would be greatly appreciated!

Thanks
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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