using piclayer calibrations

2019-08-29 Thread Richard Welty
i've been using the piclayer plugin for some time to align
historical imagery for use with OpenHistoricalMap.

i'm wondering if anyone has any insights/suggestions on
using the calibration data to allow a calibrated image to
be used as a layer in a leaflet widget.

thanks,
   richard
-- 
rwe...@averillpark.net
 Averill Park Networking - GIS & IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search



Re: using .tfwx w/GeoTIFF files with the JOSM image import plugin

2019-07-10 Thread Richard Welty
On 7/10/19 2:40 PM, Greg Troxel wrote:

> I am not familiar with tfwx.  I would guess wildly that it's an XML
> version of tfw, because a file with a few numbers isn't cool anymore.

a tfwx file is similar in appearance to a tfw file, but is interpreted
differently. the following stackexchange page explains a little bit
about it, but not enough to let me get to a useful place:

https://gis.stackexchange.com/questions/87101/georeferenced-tif-files-can-tfw-files-be-created-from-tfwx-files-arcgis-9-3


-- 
rwe...@averillpark.net
 Averill Park Networking - GIS & IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search



using .tfwx w/GeoTIFF files with the JOSM image import plugin

2019-07-09 Thread Richard Welty
is this practical? image import wants a tfw file which i don't have;
i have the tfwx and aux files instead.

thanks,
   richard
-- 
rwe...@averillpark.net
 Averill Park Networking - GIS & IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search



mac ox package and wiki update

2017-03-26 Thread Richard Welty
a couple of weeks ago i updated the wiki with a procedure for getting
the josm app working in mac os 10.12 that was different from prior versions.
in the interim i see that my update was removed in an edit labeled

"Removed obsolete and irrelevant macOS info"

the one method left in the wiki for mac os x does not work on my mac
running mac os 10.12.3. the method that works is the one i added to
the wiki. i know this because i just updated and things went the same
way as before.

in the interests of avoiding an edit war in the wiki i am not
putting it back. but folks, if you're going to do an edit like that,
you should be very sure you're right, and then double check.

richard

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS & IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search





Re: [OSM-dev] Is there or should there be an OSM approved work exchange forum? (Jo Walsh)

2015-02-13 Thread Richard Welty
On 2/13/15 7:00 AM, dev-requ...@openstreetmap.org wrote:
 From: Jo Walsh metaz...@fastmail.net

 Do OSM freelance developers typically hang out in one place, or is there
 a jobs list or similar?
at one point i had been talking to Mike Collinson about setting up
an osm-jobs list. we didn't really put it into service, but i'm still
interested in doing it. if anyone else speaks up in favor and there
are no major objections, i'll see about doing it.

the premise is that it would be for osm related work only (including
projects that are using osm tools not necessarily with osm data.)
job advertisements for non-osm geo work would not be welcome.

richard

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] [OSM-talk] initializing an apidb database

2014-09-08 Thread Richard Welty
On 9/8/14 2:16 PM, Paul Norman wrote:
 On 9/8/2014 10:50 AM, Richard Welty wrote:
 i have the rails port installed (with postgresql) on an ubuntu 14.04
 instance in the EC2 cloud. i have an extract (made of state boundaries
 taken from TIGER 2013 data using ogr2osm) which i installed in
 the db using osmosis. since osmosis insisted on positive ids i flipped
 the sign on the extract before installing (using -read-xml and
 -write-apidb)


 cc'ing dev@ since this is more of a dev issues than a talk issue.

 ogr2osm has some hidden shoot-self-in-foot options for this situation,
 --positive-id, --add-version, and --add-timestamp. These are hidden
 because they are quite specialized, and can seriously screw up live
 OSM data if misused.

i read some of the commentary on them but since the underlying
documentation on the schemas seems a little sketchy i wasn't quite
sure how it all fit together.
 For the changeset, I'd take a PR to ogr2osm to add a --changeset
 option that allows you to specify a changeset. It should be basically
 a copy/paste of --add-version.

 Otherwise, some SQL could change the changeset number to 1.

 If you're just doing state boundaries, the easiest way might be to
 create an account on the instance and upload to it with conventional tools
is there a way to have the instance just use existing OSM credentials
for accounts?

richard

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] [OSM-talk] initializing an apidb database

2014-09-08 Thread Richard Welty
On 9/8/14 2:16 PM, Paul Norman wrote:

 For the changeset, I'd take a PR to ogr2osm to add a --changeset
 option that allows you to specify a changeset. It should be basically
 a copy/paste of --add-version.

 Otherwise, some SQL could change the changeset number to 1.

changesets.id is referenced by the current_* tables so the
sql is clearly more than a simply update of id.

so add another row to changesets and get changesets_id_seq
incremented?

richard

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


[OSM-dev] current documentation on using osmosis to populate an empty osm database?

2014-08-07 Thread Richard Welty
i'm trying to import an osm extract into an empty osm database using
osmosis and i'm not at all clear on where current documentation is.
there are some howtos and examples out there covering what appear
to be obsolete versions which isn't helping.

can anyone point me at something current?

thanks,
   richard

-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] current documentation on using osmosis to populate an empty osm database?

2014-08-07 Thread Richard Welty
On 8/7/14 4:19 PM, Richard Welty wrote:
 i'm trying to import an osm extract into an empty osm database using
 osmosis and i'm not at all clear on where current documentation is.
 there are some howtos and examples out there covering what appear
 to be obsolete versions which isn't helping.

 can anyone point me at something current?
with some off list help from Tilly Beck i have worked through
everything.

thanks,
   richard




signature.asc
Description: OpenPGP digital signature
___
dev mailing list
dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/dev


Re: [josm-dev] API for GPX files

2014-01-18 Thread Richard Welty
On 1/18/14 11:58 AM, Gerhardus Geldenhuis wrote:
 Hi
 I am playing around with gps data from a tracking company and need
 something that can easily visualize gps tracks. Since I use JOSM very
 frequently for OSM editing I thought it would be the logical choice.


you may want to look at viking, it's a general purpose, open
source tool for viewing  manipulating GPS tracks. it runs on
most platforms.

http://sourceforge.net/projects/viking/

richard
-- 
rwe...@averillpark.net
 Averill Park Networking - GIS  IT Consulting
 OpenStreetMap - PostgreSQL - Linux
 Java - Web Applications - Search




signature.asc
Description: OpenPGP digital signature
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] Java 7 on Mac OS X

2013-10-20 Thread Richard Welty
i'm a mac user who has been happily using the JOSM.app supplied for
download for some time, but despite the fact that i have Java 7 installed,
it has insisted on using Java 6 and warning me i need to install 7. i've
been getting very frustrated trying to get it switched over, as i've
seemingly jumped through all the hoops:

$ /usr/libexec/java_home
/Library/Java/JavaVirtualMachines/jdk1.7.0_09.jdk/Contents/Home

i've continued researching this and may have found the issue; apparently
there is a apple app bundler for java that will only launch java 6, and
a newer app bundler that will only launch 7. there's a web page about
it here:

http://stackoverflow.com/questions/14806709/application-is-using-java-6-from-apple-instead-of-java-7-from-oracle-on-mac-os-x

so which app bundler is being used right now creating the JOSM.app
for Macs?

thanks,
   richard




signature.asc
Description: OpenPGP digital signature
___
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM Server and Database

2013-03-18 Thread Richard Welty
On 3/18/13 8:23 AM, Martin Vonwald wrote:
 Hi!

 2013/3/18 Dirk Stöcker openstreet...@dstoecker.de:
 On Mon, 18 Mar 2013, Vincent Privat wrote:
 Is this big and ugly new sponsor logo really needed as it ? I find very
 disturbing to display such a large commercial logo without any discussion
 first ?
 Large one? I placed a rather small logo on the start page. The idea was to
 show the sponsor, but very decent.
 Ah - now I found the logo! Took me some time to spot it.

 If they sponsor the server why should this be hidden? Everyone who's
 willing to pay the bills to get rid of this big and ugly new sponsor
 logo may now stand up.  Anyone?  Hello?

that's a really restrained logo. keep it.

richard




signature.asc
Description: OpenPGP digital signature
___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] question about checkbox preset

2013-03-14 Thread Richard Welty

i am confused about how to set the default with the checkbox preset.
i have tried both default=true and default=yes with no effect; what 
is the
correct value to set to get a default of yes set in the resulting tags, 
and can

we get that clarified in the josm documentation?

my combobox preset defaults are working as advertised.

i'm using the current stable version of josm.

here is a snippet from the dialog in question; these are some tags i'm
proposing as an extension for firehydrant tagging. i would like in_service
to default to yes.

   item name=hydrant
  label name=hydrant /
key key=emergency value=fire_hydrant /
combo key=fire_hydrant:type text=Type 
values=pillar,dry,wall,underground default=pillar /

combo key=fire_hydrant:class text=Class values=AA,A,B,C /
text key=fire_hydrant:flow_capacity text=Capacity /
check key=in_service text=In Service /
combo key=colour text=Color values=blue,green,red,yellow 
default=red /
combo key=colour:top text=Top Color 
values=red,green,yellow,blue,grey /
combo key=colour:cap text=Cap Color 
values=red,green,yellow,blue,grey /

/item

thanks,
   richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM donations?

2011-08-02 Thread Richard Welty

On 8/2/11 2:45 PM, Josh Doe wrote:

On Tue, Aug 2, 2011 at 1:44 PM, Dirk Stöckeropenstreet...@dstoecker.dewrote:


Sometimes I'm very discouraged to care for JOSM and I'm not sure if it is
really worth the effort anymore. Each and every time something new is
introduced or something is changed you get unacceptable comments and flames.
Sometimes this can get too much even for me.


Unfortunately this always happens, especially with popular software. Let me
just say that I am very thankful for the effort you (and others) put into
JOSM, as it is a very well designed piece of software that has made mapping
OSM so much easier and better.

yes, thanks.

JOSM is my preferred editor for OSM by a very substantial margin. please
keep up the good work.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Fwd: Filter Google from Imagery?

2011-01-28 Thread Richard Welty

On 1/28/11 10:08 AM, Anthony wrote:

On Fri, Jan 28, 2011 at 10:06 AM, Anthonyo...@inbox.org  wrote:

I don't see any legal argument on that page.  Perhaps you got the link
wrong and you meant http://www.systemed.net/blog/?p=100 ?

In case it was TLDR:  Case law firmly establishes that tracing from
aerial photography is not an infringement of any copyright in that
imagery.

there's a great deal more to the article than just that blanket statement,
and the comments deserve review, some of them are well thought out
and well informed.

this is not so clear cut as you want to make it out to be.

richard


___
josm-dev mailing list
josm-...@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] marker display in josm?

2010-08-28 Thread Richard Welty
 i have a gpx file generated from my garmin 255WT earlier today, which 
loads
into josm without obvious error. the track displays and x symbols 
display for

the waypoints, but the waypoint names do not.
i see the names in the gpx file:

wpt lat=37.702418 
lon=-75.707687ele19.59/elename55b/namesymWaypoint/sym/wpt
wpt lat=36.666041 
lon=-76.230303ele13.10/elename55btp/namesymWaypoint/sym/wpt


any suggestions on what the problem might be?
other gpx files from this same garmin are working fine right this instant.

thanks,
   richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Mailing list configuration - reply address

2010-08-19 Thread Richard Welty

 On 8/19/10 7:46 PM, Sebastian Klein wrote:


Alright, I got it... How comes talk-de is configured like this when it 
is so absolutely dreadful?

um, because the admin for talk-de has never seen what happens
when certain mail systems go bonkers? (this usually happens
after close of business on friday nights, by the way).

most experienced mail admins have seen awful things happen with
reply-to set to the list, which is why we categorically refuse to do it.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] Open offer to convert JOSM to Git

2010-04-30 Thread Richard Welty
On 4/30/10 7:40 AM, Mike N. wrote:
 Re: Git -my personal bias is to retain SVN because Git is not yet
 Windows-friendly, although there is at least one implementation that works
 somewhat on Windows.


by way of context, i'm not a josm developer, but i have about 10 years 
of java experience,
and used git for version control in a consulting stint at Bank of 
America, which entailed
developing on Windows XP while delivering to Solaris.

what exactly is does not yet Windows-friendly mean exactly? the 
following is from
my direct experience at the bank:

1) the git command line interface worked perfectly from cygwin.

2) secure access to our solaris git server worked perfectly over ssh

3) the gui tool gitk (built out on gtk, i believe) worked extremely well 
for viewing git
development trees and commits, i used it quite heavily.

4) the git-gui tool (another gtk based app) seemed to work well for 
bread-and-butter
git operations, although i generally just used the command line for the 
most part.

so there are gui tools, is it that they're not native, and if so why 
does that disqualify
them from being Windows-friendly?

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] self-intersecting ways

2010-03-04 Thread Richard Welty
On 3/4/10 11:54 AM, Alan Mintz wrote:
 At 2010-03-03 14:31, Richard Welty wrote:
   On 3/3/10 4:29 PM, Paul Johnson wrote:
 Alan Mintz wrote:
   
 A similar problem exists with some landuse=* ways that
 people have glued to roads.
   
 I'd call that a bit of an error:  Clearly that landuse doesn't
 continue all the way out to the street centerline.
   
   but for people using josm w/the validator who are not aware of the issue,
   they are told that the duplicate nodes are an error, and there's a
   convenient
   fix button right there.

 Sounds like the validator should take into account the type of features in
 this case, right? I'm all for joining nodes of like feature types (like
 landuse to landuse), but it shouldn't tell you (let you?) join landuse to
 highway.

i would agree with you. not being familiar with internals in this case, 
i don't know how
hard that would be to adjust. however, at a minimum, there probably 
ought to be some
sort of documentation/help option available for errors and warnings so a 
newish user
can get immediate feedback on whether a fix is advisable,  maybe right 
click/help-with-error
leading to a text help dialog?
From a technical standpoint, the land parcels do indeed usually extend out
 to the centerline of the roadway, but an easement is granted to the
 city/county/state for the road, utilities, etc., and the area within the
 easement may not be built upon by the landowner. IMO, that should exclude
 the area within the easement from the landuse boundary.


and from a practical point of view, this is how they are in the database 
at the present time; nodes
for landuse/areas are at the same locations as nodes in highways.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] self-intersecting ways

2010-03-03 Thread Richard Welty
On 3/3/10 4:29 PM, Paul Johnson wrote:
 Alan Mintz wrote:


 A similar problem exists with some landuse=* ways that
 people have glued to roads.
  
 I'd call that a bit of an error:  Clearly that landuse doesn't
 continue all the way out to the street centerline.

but for people using josm w/the validator who are not aware of the issue,
they are told that the duplicate nodes are an error, and there's a 
convenient
fix button right there.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] self-intersecting ways

2010-03-03 Thread Richard Welty
On 3/3/10 5:43 PM, Teemu Koskinen wrote:
 On Thu, 04 Mar 2010 00:31:32 +0200, Richard Welty 
 rwe...@averillpark.net wrote:


 but for people using josm w/the validator who are not aware of the 
 issue,
 they are told that the duplicate nodes are an error, and there's a
 convenient
 fix button right there.


 But then, if he runs the validator again (either manually or on 
 upload), he gets a warning saying that a road is overlapping an area.
and perhaps there's a lesson about the current state of the validator here?

newish josm users are told they should install the validator right in 
the splash screen, they install it and
use it implicitly when uploading, it tells them there are errors, they 
fix them, then they get told of
different errors after they've laboriously fixed 20 or 50 or 100 
duplicate nodes. they don't really get
a whole lot of help in understanding the rabbit hole they've just gone 
down. they know it's a rabbit
hole, but they have no real idea what just happened.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Richard Welty
On 1/31/10 10:15 AM, Dirk Stöcker wrote:
 Hello,

 today JOSM moved to a new server. Please report any missing or
 nonworking functions.

 A little side effect is that we are nearly forced to go Java6 now. On the
 new machine Java6 is installed, so we no longer will see compiler errors
 for Java 6 code. The result is still Java 5 as long as only Java 5
 functions are used.

there ought to be a command line flag to limit to java 5 features. i 
used to develop in
eclipse with a java 6 jvm, but with the features locked down to java 5 
at compile time.

i'll take a look and see what i can dig up.

richard


___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


Re: [josm-dev] JOSM moved

2010-01-31 Thread Richard Welty
On 1/31/10 11:43 AM, Timo Juhani Lindfors wrote:
 Richard Weltyrwe...@averillpark.net  writes:

 there ought to be a command line flag to limit to java 5 features. i
  
 javac -source 1.5 perhaps?



yes, that's the command. it may only restrict things the compiler can 
see, not sure if it impacts
the classes visible in the runtime libraries. we used to set java 5 
through eclipse and it would
just work.

richard

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev