Matt: How to take a list of coordinates and convert into a KML file, the hard (code) way
Starting with simple text file, in a projected coordinate system
GDAL library – converts coordinates to latitude/longitude
KML is essentially XML!
Genshi library
Python generator iterates over all items in collection, calls the Genshi library; it’s smart enough to know to call all items on the list
WGS84 code is ‘4326’ (ImportFromEPSG), always the code to use for KML
Use code.google.com to find info about KML Reference code
Theresa: Demo of canned tools
Layer to KML tool in ArcToolbox
Map to KML tool (converts whole map document)
Can generate KML images and vectors from layers in Map Services in ArcGIS Server
Patti: How to bring in KML files to ArcGIS
In ArcGlobe, a KML toolbar is available. Can add KML files (kml) or Network Links (kmz).
ArcScripts – people have made KML to SHP convertors
Ron: GML
GML – new versions are becoming different from KML; need tools to edit, can’t just manually edit the code as easily; not for presentation, meant to describe geography objects
KML is now an OGC standard
KML is to GML as HTML is to SGML
KML mixes the objects and presentation, like HTML used to
But HTML shifted to mostly focus on objects, and CSS stylesheets are preferred for presentation
Software: Version 9.3.1 available Changes/additions focused on ArcGIS Server improvements
Keith: Spatial programming group, 10-12 people signed up. R, GDAL, ArcObjects, Python, Open Source stuff. // Resample command from ArcToolbox isn’t working. It always seems to use Nearest Neighbor rather than other options. Ron: Looking for a tester, possible bug in 9.3.1. Python script that calls Spatial Analyst CON function; isn’t working on the server, but works locally. Specs: v9.3 on PC, v9.3.1 on Server. Raster differences – one with Statistics table and one without.
Dave: Planning to go to Silvilaser 2009 in Texas in October Heather: Working on batch importing metadata; did it outside of ArcCatalog, but now ArcCatalog crashes when using the Import Metadata button.
Patti: Working on getting funding to look at forest canopy LiDAR work in Washington national parks
Theresa: Working on generating MXDs and ArcServer things; going to ESRI UC – if you want her to ask Dr. Office questions, or any hardware/software brochures to get, let her know. // MakeQuery tool has a bug in SDE. Long names cause problems.