Re: [Xastir] Weather map question

2007-06-25 Thread Lee Bengston

On 6/19/07, Tom Russo <[EMAIL PROTECTED]> wrote:


The cool thing is that if you select, say, only the color brown, then only
the pixels that contain contour lines will be drawn, and anything you have
in a lower map level will show
through.  This allows you to overlay the USGS's contour lines on top of
any other map data (such as aerial photos).



Very nice!  Thanks for all the great info.


Lee - K5DAT
Murphy, TX
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-20 Thread Curt, WE7U
On Tue, 19 Jun 2007, Tom Russo wrote:

> This is for vector layers, especially shapefiles.

Add a bunch of this stuff to the Wiki?  Then you can say "RTFM" next
time.  ;-)

--
Curt, WE7U.   APRS Client Comparisons: http://www.eskimo.com/~archer
"Lotto:A tax on people who are bad at math." -- unknown
"Windows:  Microsoft's tax on computer illiterates." -- WE7U
"The world DOES revolve around me:  I picked the coordinate system!"
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-19 Thread Tom Russo
On Mon, Jun 18, 2007 at 02:07:07PM -0500, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
>  I got the WMSradar to overlay the Tigermaps by setting the radar map to a
>  higher layer - worked great.  Besides the layer settings, what do the other
>  settings in the map chooser properties mean?  

> [Filled (yes/no/auto),

This is for vector layers, especially shapefiles.  Yes means that polygons
present in the vector layer are always filled, no means they're never filled,
and auto means that some method of choosing automatically is used.  For 
shapefiles that method is either the hard-coded method if you don't have
PCRE installed or compiled with "--without-dbfawk" and dbfawk otherwise.

Leaving this at "auto" is reasonable unless you find you have a filled-polygon
layer that you would rather have unfilled, or a polygon layer that's not
being filled when you want it to be.

>  automaps (yes/no)

Automaps is an old way of choosing which maps to display.  It's somewhat
unnecessary now (although many people continue to find it useful) since
we have much finer-grained control by using the min/max zoom level settings.

If you turn on automaps in the Map menu, the automap algorithm is used.  
The automap yes/no setting lets you exclude some maps from that algorithm.

Unless you use Automaps, just ignore that setting.  And I recommend that you
not use automaps unless you have a very specific use for it.  I advocate
removing automaps from the code, but there are still enough people who find
it useful that we won't be doing that anytime soon.

>  and USGS DRG (yes/no/auto)]

USGS DRG maps are digitized topo quadrangless from the United States Geological 
Survey (DRG stands for "Digital Raster Graphics").  The USGS uses a standard
color palette of only 12 unique colors for all of their topographic maps, 
which makes it pretty easy to do a cool thing:

There is a setting in the Map->Configure menu that allows you to pick a subset
of the twelve colors to display --- any pixel in a USGS DRG map of one of the 
deselected colors is simply not drawn.  The cool thing is that if you
select, say, only the color brown, then only the pixels that contain contour
lines will be drawn, and anything you have in a lower map level will show
through.  This allows you to overlay the USGS's contour lines on top of any
other map data (such as aerial photos).

This was originally implemented in such a way that the color selections
were applied to all GeoTIFF files, which was a problem if you had a mixture
of USGS topo maps and other types.   The setting in the map choose was
added to fix that implementation problem.

USGS DRG files obtained directly from the USGS contain a nifty piece of 
metadata that allows you to recognize them.  However some GIS departments
tweak USGS topos (either to strip out the map color, or to compress them,
or to otherwise monkey with them) and sometimes this process removes
that bit of metadata.  So "Auto" means 'look in the file for that bit of 
metadata, and if you find it, apply the settings in the 
"Map->Configure->Configure USGS DRG" dialog, otherwise do not use
those settings'.  "No" means "This file is not a USGS DRG topo so do NOT 
apply those settings" and "Yes" means "This really is a USGS topo, even if it 
lacks the metadata that would normally identify it as such"

You can pretty much always have this at "Auto" unless you've got a bunch of
USGS-derived, but defective, topo maps in GeoTIFF format.
-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236 AHTB#1 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
 one trick, rational thinking, but when you're good and crazy, oooh, oooh,
 oooh, the sky is the limit!"  --- The Tick
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-19 Thread Lee Bengston

On 6/10/07, Rick Green <[EMAIL PROTECTED]> wrote:

On Sun, 10 Jun 2007, EarlNeedham via Kubuntu wrote:


> I like to use the WMSradar map when the weather get rough out here, but
I have
> a slight problem with it -- I don't see any landmarks, towns, etc.  I
see
> other APRS stations on the map, and unless I can see one that I
recognize, I
> have no way of knowing where the cells are.  Is there a way to add, say,
> Tiger maps at a low level to the weather maps?
>
Yes, that's what I do  with USRadar.geo.  Place tigermap.geo at a low
level, say 10, and the radar at a higher level, say 50.
   If you're using the kubuntu repository version of xastir, you'll have
to
edit the radar .geo file to set the transparent falue to black instead of
white, or you won't see the tiger map underneath it.  That seems to be
fixed in the latest stable tarball.



I got the WMSradar to overlay the Tigermaps by setting the radar map to a
higher layer - worked great.  Besides the layer settings, what do the other
settings in the map chooser properties mean?  [Filled (yes/no/auto),
automaps (yes/no), and USGS DRG (yes/no/auto)]

Thanks,

Lee - K5DAT
Murphy, TX
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-11 Thread Richard Polivka, N6NKO

Earl,

This is where the compositing/layers come in handy. I have the radar 
image on the lowest layer, the county layout above that, the street map 
above, then the cities as the top layer.


This way, Xastir does the layering work.

73 from 807,

Richard, N6NKO


Gerry Creager wrote:
The WMS mapping only and solely provides a radar image.  I don't try 
to add landmarks, roads, etc.


gerry

EarlNeedham via Kubuntu wrote:
I like to use the WMSradar map when the weather get rough out here, 
but I have a slight problem with it -- I don't see any landmarks, 
towns, etc.  I see other APRS stations on the map, and unless I can 
see one that I recognize, I have no way of knowing where the cells 
are.  Is there a way to add, say, Tiger maps at a low level to the 
weather maps?


Thanks,
Earl
KD5XB
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir



___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-11 Thread Gerry Creager
The WMS mapping only and solely provides a radar image.  I don't try to 
add landmarks, roads, etc.


gerry

EarlNeedham via Kubuntu wrote:
I like to use the WMSradar map when the weather get rough out here, but I have 
a slight problem with it -- I don't see any landmarks, towns, etc.  I see 
other APRS stations on the map, and unless I can see one that I recognize, I 
have no way of knowing where the cells are.  Is there a way to add, say, 
Tiger maps at a low level to the weather maps?


Thanks,
Earl
KD5XB
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


--
Gerry Creager -- [EMAIL PROTECTED]
Texas Mesonet -- AATLT, Texas A&M University
Cell: 979.229.5301 Office: 979.458.4020 FAX: 979.862.3983
Office: 1700 Research Parkway Ste 160, TAMU, College Station, TX 77843

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Tom Russo
On Sun, Jun 10, 2007 at 11:22:09AM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> On Sunday 10 June 2007 11:02:26 Tom Russo wrote:
> > On Sun, Jun 10, 2007 at 11:00:41AM -0600, we recorded a bogon-computron 
> collision of the <[EMAIL PROTECTED]> flavor, containing:
> > >   Does WMSRadar automatically update at some interval, or do I need to
> > > refresh it periodically?
> >
> > It refreshes every 720 seconds (twelve minutes).  You can see that in
> > /usr/local/share/xastir/maps/Online/WMSRadar.geo, where it has a
> > REFRESH line.
> 
>   Does that mean it can be edited for a different interval?  Not that I 
> can 
> think of a better one...

Yes, you can just change that line to download more often.  But the images 
themselves are only updated at the server every 6 minutes.  So you wouldn't 
want to download them much more frequently.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236 AHTB#1 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
 one trick, rational thinking, but when you're good and crazy, oooh, oooh,
 oooh, the sky is the limit!"  --- The Tick
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Earl Needham via Kubuntu
On Sunday 10 June 2007 11:02:26 Tom Russo wrote:
> On Sun, Jun 10, 2007 at 11:00:41AM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> > Does WMSRadar automatically update at some interval, or do I need to
> > refresh it periodically?
>
> It refreshes every 720 seconds (twelve minutes).  You can see that in
> /usr/local/share/xastir/maps/Online/WMSRadar.geo, where it has a
> REFRESH line.

Does that mean it can be edited for a different interval?  Not that I 
can 
think of a better one...

Earl
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Tom Russo
On Sun, Jun 10, 2007 at 11:00:41AM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> 
>   Does WMSRadar automatically update at some interval, or do I need to 
> refresh 
> it periodically?

It refreshes every 720 seconds (twelve minutes).  You can see that in
/usr/local/share/xastir/maps/Online/WMSRadar.geo, where it has a 
REFRESH line.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236 AHTB#1 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
 one trick, rational thinking, but when you're good and crazy, oooh, oooh,
 oooh, the sky is the limit!"  --- The Tick
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Earl Needham via Kubuntu

Does WMSRadar automatically update at some interval, or do I need to 
refresh 
it periodically?

Thanks,
Earl
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread EarlNeedham via Kubuntu
On Sunday 10 June 2007 10:05:06 Tom Russo wrote:
> Yes.  The WMSRadar images are transparent (or at least they're supposed to
> be) except where there is weather, so you can add any other maps you want
> to the mix by selecting them in the map chooser.  Just make sure that the
> WMSRadar.geo is set to have a higher layer number than any of the others
> (using the Map Properties dialog), and it will be painted on top of the
> others.

On Sunday 10 June 2007 09:46:30 you wrote:
> Yes, that's what I do  with USRadar.geo.  Place tigermap.geo at a low
> level, say 10, and the radar at a higher level, say 50.
>If you're using the kubuntu repository version of xastir, you'll have to
> edit the radar .geo file to set the transparent falue to black instead of
> white, or you won't see the tiger map underneath it.  That seems to be
> fixed in the latest stable tarball.

Thanks, guys -- that's just what I was hoping for.

BTW, do y'all realize those new "wind farms" generate an image on the 
weather 
radar?  Take a look around House, New Mexico and you can plainly see the line 
where that one is.

Tnx es 7 3
Earl
KD5XB
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Rick Green

On Sun, 10 Jun 2007, EarlNeedham via Kubuntu wrote:


I like to use the WMSradar map when the weather get rough out here, but I have
a slight problem with it -- I don't see any landmarks, towns, etc.  I see
other APRS stations on the map, and unless I can see one that I recognize, I
have no way of knowing where the cells are.  Is there a way to add, say,
Tiger maps at a low level to the weather maps?

Yes, that's what I do  with USRadar.geo.  Place tigermap.geo at a low 
level, say 10, and the radar at a higher level, say 50.
  If you're using the kubuntu repository version of xastir, you'll have to 
edit the radar .geo file to set the transparent falue to black instead of 
white, or you won't see the tiger map underneath it.  That seems to be 
fixed in the latest stable tarball.


--
Rick Green

"Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety."
  -Benjamin Franklin

___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


Re: [Xastir] Weather map question

2007-06-10 Thread Tom Russo
On Sun, Jun 10, 2007 at 09:50:12AM -0600, we recorded a bogon-computron 
collision of the <[EMAIL PROTECTED]> flavor, containing:
> I like to use the WMSradar map when the weather get rough out here, but I 
> have 
> a slight problem with it -- I don't see any landmarks, towns, etc.  I see 
> other APRS stations on the map, and unless I can see one that I recognize, I 
> have no way of knowing where the cells are.  Is there a way to add, say, 
> Tiger maps at a low level to the weather maps?

Yes.  The WMSRadar images are transparent (or at least they're supposed to
be) except where there is weather, so you can add any other maps you want to 
the mix by selecting them in the map chooser.  Just make sure that the 
WMSRadar.geo is set to have a higher layer number than any of the others 
(using the Map Properties dialog), and it will be painted on top of the others.

-- 
Tom RussoKM5VY   SAR502   DM64ux  http://www.swcp.com/~russo/
Tijeras, NM  QRPL#1592 K2#398  SOC#236 AHTB#1 http://kevan.org/brain.cgi?DDTNM
"And, isn't sanity really just a one-trick pony anyway? I mean all you get is
 one trick, rational thinking, but when you're good and crazy, oooh, oooh,
 oooh, the sky is the limit!"  --- The Tick
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir


[Xastir] Weather map question

2007-06-10 Thread EarlNeedham via Kubuntu
I like to use the WMSradar map when the weather get rough out here, but I have 
a slight problem with it -- I don't see any landmarks, towns, etc.  I see 
other APRS stations on the map, and unless I can see one that I recognize, I 
have no way of knowing where the cells are.  Is there a way to add, say, 
Tiger maps at a low level to the weather maps?

Thanks,
Earl
KD5XB
___
Xastir mailing list
Xastir@xastir.org
http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir