Hi all,

I develop small tool for working with OGC servises (CSW and WCS) and
use OWSLib in my work.

I have some questions about usage this great library.

1. Is it possible to define a proxy server to use? In some cases
there is no environment variables or registry entries or users
need to specify another server then system-wide proxy.

2. Some servers don't have optional capabilities entries (e.g. 
provider.contact.position). How I can handle this situation?
Now I create if statement for each entry:

if provider.contact is None:
  pass
else:
 # do something

May be there is a more correct way to do this?

Thanks

P.S.: Sorry for my English, it's not my native language

-- 
Alexander Bruy
_______________________________________________
Community mailing list
[email protected]
http://lists.gispython.org/mailman/listinfo/community

Reply via email to