[OpenMap Users] RE: NIMA CIB Imagery in OpenMap

From: Pearson John T Jr GG-13 453 EWS/EWR <John.Pearson@LACKLAND.AF.MIL>
Date: Wed Oct 16 2002 - 18:40:38 EDT

Classification: UNCLASSIFIED

Don,

Is there any reason 1 meter CIB wouldn't work with Openmap?

Thanks

John pearson

-----Original Message-----
From: Don Dietrick [mailto:dietrick@bbn.com]
Sent: Wednesday, October 16, 2002 03:17 PM
To: Huff Bill K CONTRACTOR 453 EWS/EWR
Cc: Pearson John T Jr GG-13 453 EWS/EWR; 'Jim Marks'; Dean Jeff S GG-13
453 EWS/EWR; 'openmap-users@bbn.com'
Subject: Re: NIMA CIB Imagery in OpenMap

Hi Bill,

On Wednesday, October 16, 2002, at 03:11 PM, Huff Bill K CONTRACTOR
453 EWS/EWR wrote:

> Don,
>
> Well, I was not ever scaling in close enough to see the imagery, it
> works
> just fine. What is the scale range at which CIB data is viewable in
> OpenMap?

The 10 meter resolution (*.I1*) has a base scale of 1:66,666. The 5
meter (*.I2*) has a base scale of 1:33,333.

The scale range depends on the scale factor given to the layer, by
default set to 4. So, the range for 10 meter data is 66,666/4 to
4*66,666.

> Is there one list that identifies all the data types and formats that
> can be
> read and viewed in OpenMap? The list would probably something to post
> on a
> web page at the OpenMap web site.

The com.bbn.openmap.layer.rpf.RpfConstants class lists them. You can
access that information by using the RpfProductInfo class.

I just added a main method to RpfProductInfo that prints all of the RPF
types out with all their backup info, for the next release.

- Don

> -----Original Message-----
> From: Pearson John T Jr GG-13 453 EWS/EWR
> Sent: Tuesday, October 15, 2002 3:05 PM
> To: 'Don Dietrick'
> Cc: 'Jim Marks'; Deil Lothar W GG-13 453 EWS/EWR; Dean Jeff S GG-13 453
> EWS/EWR; Huff Bill K CONTRACTOR 453 EWS/EWR; openmap-users@bbn.com
> Subject: RE: NIMA CIB Imagery in OpenMap
>
>
> Classification: UNCLASSIFIED
>
> now even I know the correct answer. Thanks Don
>
> JPearson
>
> -----Original Message-----
> From: Don Dietrick [mailto:dietrick@bbn.com]
> Sent: Tuesday, October 15, 2002 02:47 PM
> To: Pearson John T Jr GG-13 453 EWS/EWR
> Cc: 'Jim Marks'; Deil Lothar W GG-13 453 EWS/EWR; Dean Jeff S GG-13 453
> EWS/EWR; Huff Bill K CONTRACTOR 453 EWS/EWR; openmap-users@bbn.com
> Subject: Re: [OpenMap Users] RE: RE: NIMA CIB Imagery in OpenMap
>
>
> Just to get nit-picky, RPF files are wrapped in a NITF file format.
> The NITF wrapper has pointers within itself to where the RPF data
> actually is, and then from that point, the RPF data format completely
> takes over with it's own internal pointers to the different sections of
> the data.
>
> - Don
>
> On Tuesday, October 15, 2002, at 03:30 PM, Pearson John T Jr GG-13 453
> EWS/EWR wrote:
>
>> Classification: UNCLASSIFIED
>>
>> CIB is in NIMA's "raster product format" or RPF. NITF is National
>> Imagery
>> Transmission Format. The data I sent, except for the one JPG was in
>> RPF
>> format. Bill huff is working to make that displayable right now.
>>
>> -----Original Message-----
>> From: Jim Marks [mailto:jim.marks@gtri.gatech.edu]
>> Sent: Tuesday, October 15, 2002 01:47 PM
>> To: Pearson John T Jr GG-13 453 EWS/EWR
>> Subject: Fwd: RE: NIMA CIB Imagery in OpenMap
>>
>>
>> What you sent me was NITF (whatever that stands for), right?
>>
>> Jim
>>
>>> From: Huff Bill K CONTRACTOR 453 EWS/EWR <Bill.Huff@LACKLAND.AF.MIL>
>>> To: "'Don Dietrick'" <dietrick@bbn.com>
>>> Cc: "Jim Marks (E-mail)" <jim.marks@gtri.gatech.edu>,
>> openmap-users@bbn.com,
>>> Pearson John T Jr GG-13 453 EWS/EWR
>>> <John.Pearson@LACKLAND.AF.MIL>
>>> Subject: RE: NIMA CIB Imagery in OpenMap
>>> Date: Tue, 15 Oct 2002 11:55:57 -0500
>>> X-Mailer: Internet Mail Service (5.5.2653.19)
>>>
>>> Don,
>>>
>>> When I try to display CIB data the rectangle of the area is displayed
>>> on
>> the
>>> map, but
>>> the rectangle is a solid blue color. Do I need to adjust the
>>> settings
>> below
>>> to view
>>> imagery?
>>>
>>> cib.class=com.bbn.openmap.layer.rpf.RpfLayer
>>> cib.prettyName=Controlled Image Base (CIB)
>>> cib.paths=x:/rpf
>>> cib.opaque=255
>>> cib.number.colors=216
>>> cib.showmaps=true
>>> cib.showinfo=false
>>> cib.scaleImages=true
>>> cib.imageScaleFactor=4
>>> cib.killCache=true
>>> cib.chartSeries=ANY
>>> cib.autofetchAttributes=false
>>> cib.coverage=true
>>> cib.subframeCacheSize=64
>>>
>>>
>>> Bill
>>> -----Original Message-----
>>> From: Don Dietrick [mailto:dietrick@bbn.com]
>>> Sent: Tuesday, October 15, 2002 9:23 AM
>>> To: Pearson John T Jr GG-13 453 EWS/EWR
>>> Cc: Huff Bill K CONTRACTOR 453 EWS/EWR; Jim Marks (E-mail);
>>> openmap-users@bbn.com
>>> Subject: Re: NIMA CIB Imagery in OpenMap
>>>
>>>
>>> Hi John,
>>>
>>> CIB is RPF data, and the RPFLayer can render it. The 10 meter
>>> resolution works out to about 1:66,666 scale, the 5 meter to
>>> 1:33,333,
>>> etc.
>>>
>>> There is a nitf layer package in OpenMap, but the code there is just
>>> used to decode the NITF header of the RPF data. There isn't any code
>>> to display general NITF imagery.
>>>
>>> Regards,
>>>
>>> Don
>>>
>>> On Tuesday, October 15, 2002, at 10:13 AM, Pearson John T Jr GG-13
>>> 453
>>> EWS/EWR wrote:
>>>
>>>> Classification: UNCLASSIFIED
>>>>
>>>> Don,
>>>>
>>>> Does OpenMap support the display of NIMA CIB imagery? What about
>>>> NITF
>>>> formatted imagery?
>>>>
>>>> Thanks
>>>>
>>>> John Pearson
>>>>
>>>> John T. Pearson, Jr., GG-13, DAF
>>>>
>>>> Chief, Analytical Systems Engineering Element (EWA-SE)
>>>> Electronic Warfare Analysis Flight (EWA)
>>>> 453 Electronic Warfare Squadron (453 EWS)
>>>> 318 Information Operations Group (318 IOG)
>>>> Air Force Information Warfare Center (AFIWC)
>>>> Air Intelligence Agency (AIA)
>>>> Air Combat Command (ACC)
>>>> United States Air Force (USAF)
>>>>
>>>> 453 EWS/EWA
>>>> 102 Hall St, Ste 331
>>>> San Antonio, TX 78243-7020
>>>>
>>>> Voice: (210) 977-2706, DSN 969-2706;
>>>> FAX: (210) 977-4586, DSN 969-4586 NON-SECURE
>>>> SECURE FAX: (210) 977-4680, DSN 969-4860 (auto receive PM only)
>>>>
>>>> Home: rcd2951@aol.com <mailto:rcd2951@aol.com>
>>>> NIPRNET: john.pearson@lackland.af.mil
>>>> <mailto:john.pearson@lackland.af.mil>
>>>>
>>>> Classification: UNCLASSIFIED
>>>>
>>>>
>>>
>>>
>>> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>> Don Dietrick, BBN Technologies, dietrick@bbn.com
>>> 10 Moulton Street, Cambridge, MA 02138
>>> 617-873-3031 [fax]-2794
>>> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>>
>> James R. Marks Electronic Systems Lab
>> Senior Research Engineer Georgia Tech Research
>> Institute
>> mailto:jim.marks@gtri.gatech.edu 225 North Ave
>> 404-894-7255 (voice) 404-894-8342 (fax) Atlanta, GA 30332-0840
>>
>>
>> Classification: UNCLASSIFIED
>>
>> --
>> [To unsubscribe to this list send an email to "majdart@bbn.com"
>> with the following text in the BODY of the message "unsubscribe
>> openmap-users"]
>>
>>
>
>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> Don Dietrick, BBN Technologies, dietrick@bbn.com
> 10 Moulton Street, Cambridge, MA 02138
> 617-873-3031 [fax]-2794
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> Classification: UNCLASSIFIED
>
>

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Don Dietrick, BBN Technologies, dietrick@bbn.com
10 Moulton Street, Cambridge, MA 02138
617-873-3031 [fax]-2794
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Classification: UNCLASSIFIED

--
[To unsubscribe to this list send an email to "majdart@bbn.com"
with the following text in the BODY of the message "unsubscribe openmap-users"]
Received on Wed Oct 16 18:45:20 2002

This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:33 EDT