<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en-us">
<title>Visual Browser Project</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/" />
<modified>2007-04-20T19:20:45Z</modified>
<tagline>Winter Term 2007</tagline>
<id>tag:mblog.lib.umich.edu,2013:/NSDSDFE/4060</id>
<generator url="http://www.movabletype.org/" version="3.17">Movable Type</generator>
<copyright>Copyright (c) 2007, shawse</copyright>
<entry>
<title>Data Dictionary Integration &amp; Uploading</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/04/data_dictionary.html" />
<modified>2007-04-20T19:20:45Z</modified>
<issued>2007-04-20T19:10:25Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.29450</id>
<created>2007-04-20T19:10:25Z</created>
<summary type="text/plain">The two items listed in the title are very different projects, but are both vital for this project. The data dictionary has now been integrated into version .5 ! You will now be presented with a button to show/hide a...</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>The two items listed in the title are very different projects, but are both vital for this project.</p>
<p>The data dictionary has now been integrated into version .5 ! You will now be presented with a button to show/hide a list of attributes that the data dictionary associates with that shape file. You may then check which attributes you want and click the "Get Selected in KML" to have the site generate a KML file for the given boundries and selected attributes.</p>
<p>We now have an upload page that allows users to submit their own files to the browser. A user must provide their name, team, a password ('password'), a file, and a title for the file. Additionally they may enter a latitude, longitude coordinate pair, or an address. If neither lat/lon nor address are provided we will automatically assign the file the polygon matching their team. For lat/lon, we make sure that the coordinates are atleast within a reasonable range of Detroit. The address is graciously geocoded for free by geocoder.us. These entries will be shown on the visual browser in a shapefile block called Usersub. If we add usersub to the data dictionary then a more appropriate title can be displayed. One problem is that for some unknown reason we can't upload files yet. Once we can do that we can also generate links to the files for download. Yeah!</p>]]>

</content>
</entry>
<entry>
<title>Organizing Output</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/organizing_outp.html" />
<modified>2007-03-23T18:10:16Z</modified>
<issued>2007-03-23T17:47:38Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.25494</id>
<created>2007-03-23T17:47:38Z</created>
<summary type="text/plain">Another day, another version... yes, version 0.4 of the visual browser is up and running (http://localhost/visbrow/v1/map_explorer4.php). In this version when you press the button, you will be presented with a link to download the data for all the returning shapefiles...</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>Another day, another version... yes, version 0.4 of the visual browser is up and running (http://localhost/visbrow/v1/map_explorer4.php). In this version when you press the button, you will be presented with a link to download the data for all the returning shapefiles into a single KML file. Then, the first shape file title is presented, below it is a link to download just that shape file's data in a KML file (named with the name of the shape file), and then the name of each of the data points is listed with a centroid (new feature in of itself). We then continue on to the next shape file and so on.
</p><p>
The next step is to implement the web data dictionary so we can integrate it as well and then, when we get it, integrate GeoServer (which works on the slow machine).
</p>]]>

</content>
</entry>
<entry>
<title>Getting stuff into Google Earth</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/getting_stuff_i.html" />
<modified>2007-03-22T17:57:22Z</modified>
<issued>2007-03-22T17:38:28Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.25437</id>
<created>2007-03-22T17:38:28Z</created>
<summary type="text/plain">I spent this morning working on a little script that will take a bounding box and list of shape files and then plop all the data into a file called Visbrow.kml ready for download. Each shape file has its own...</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>I spent this morning working on a little script that will take a bounding box and list of shape files and then plop all the data into a file called Visbrow.kml ready for download. Each shape file has its own folder within the KML and all the shapefile data is put into the description field for each individual item.<br /> The handy little script is here: localhost/visbrow/v1/2kml.php <br />An example URL would be this: localhost/visbrow/v1/2kml.php?shapes=historic_point,parcels&bounds=-83.057637,42.333508,-83.044763,42.3420922  which would get you a kml file with all the parcel and historic_point shape file data  (each in their own folder) for that bounding box. But, once again, you have to be logged in as Jen and run the XAMPP webserver to use it. When is our live machine going to be available??</p>
<p>Current plan of attack:
<ol>
<li>Integrate the 2kml into the visbrowser so users can download stuff with a button click</li>
<li>build web version of the data dictionary</li>
<li>integrate web data dictionary with visual browser so users can select desired fields for download into their kml file. Come to think of it, I could even let them name the kml file.</li>
</ol>Questions, comments, or concerns about this list?
</p>]]>

</content>
</entry>
<entry>
<title>Getting Hairy</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/getting_hairy.html" />
<modified>2007-03-19T22:09:59Z</modified>
<issued>2007-03-19T19:37:54Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.25103</id>
<created>2007-03-19T19:37:54Z</created>
<summary type="text/plain">How do we identify a draft? Should we not be keeping psd, ai, and other files? How do we know if these are drafts? How do we define finished products? How do we know when a psd document is an...</summary>
<author>
<name>cmaureen</name>
<url>web page</url>
<email>cmaureen@umich.edu</email>
</author>
<dc:subject>Problems - Return to These</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>How do we identify a draft? Should we not be keeping psd, ai, and other files? How do we know if these are drafts? How do we define finished products? How do we know when a psd document is an image that exists elsewhere or just a half-baked project?</p>

<p>Let's all take a big, deep breath as we remind ourselves of our appraisal criteria.</p>

<p>We want things that can go into the visual browser. This means images, charette presentations or publications, and technical notes.</p>

<p>Which brings us to my:</p>

<p><strong>Questionable Content List</strong><br />
.exe files<br />
news articles<br />
documents leading to research materials<br />
external reports<br />
camera manuals (wtf)<br />
illustrator files<br />
photoshop files<br />
.apr (ArcView Project File) files<br />
excel spreadsheets</p>

<p>I'm going to go think about these. I'll be back at five.</p>

<p>ETA: It's five and I'm still not sure about these. My instinct (and this is very un-archival.. no-no) is to convert all psd documents into jpgs, trash the psds and be done with it. But is there content in the layer data that would be useful? Even if there is, how could that possibly utilized in the visual browser?</p>]]>

</content>
</entry>
<entry>
<title>Appraisal Update</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/appraisal_updat.html" />
<modified>2007-03-19T19:01:13Z</modified>
<issued>2007-03-19T18:58:30Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.25100</id>
<created>2007-03-19T18:58:30Z</created>
<summary type="text/plain">For documentation&apos;s sake, here&apos;s the plan: I will create a *very* truncated finding aid that will list, on the folder level (with some description where necessary) what we have. Whatever is discarded will be moved to a &quot;discard&quot; folder within...</summary>
<author>
<name>cmaureen</name>
<url>web page</url>
<email>cmaureen@umich.edu</email>
</author>
<dc:subject>Plans are Nothing, Planning is Everything</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>For documentation's sake, here's the plan:</p>

<p>I will create a *very* truncated finding aid that will list, on the folder level (with some description where necessary) what we have.</p>

<p>Whatever is discarded will be moved to a "discard" folder within the parent folder before being tossed.</p>]]>

</content>
</entry>
<entry>
<title>Appraisal Plan</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/appraisal_plan.html" />
<modified>2007-03-15T21:58:35Z</modified>
<issued>2007-03-15T16:48:45Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.24786</id>
<created>2007-03-15T16:48:45Z</created>
<summary type="text/plain">First, a few links. A blog entry about archiving GIS databases, which is not what we&apos;re doing but worth thinking about as we move forward. I know nothing about the authority of this blog, other than that this is an...</summary>
<author>
<name>cmaureen</name>
<url>web page</url>
<email>cmaureen@umich.edu</email>
</author>
<dc:subject>Plans are Nothing, Planning is Everything</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>First, a few links. A <a href="http://www.spellboundblog.com/2006/08/04/saa-2006-session-103-%e2%80%9cx%e2%80%9d-marks-the-spot-archiving-gis-databases-part-iii/">blog entry</a> about archiving GIS databases, which is not what we're doing but worth thinking about as we move forward. I know nothing about the authority of this blog, other than that this is an interesting entry.</p>

<p><a href="http://www.spellboundblog.com/2007/01/04/gis-and-geospatial-data-preservation-research-resources/">Here</a> are some resources about GIS and Geospatial Data Preservation, from the same blog.</p>

<p>Strictly speaking (and okay, I haven't had a chance to look at the data yet) we're not dealing with GIS databases so most of this information is less useful for our current task. We're taking the scribblings and half-baked documents from a few design workshops and trying to figure out what will be salvageable to put into our visual browser.</p>

<p>There may be so little data that we can feel free to hand-appraise this, but I'm not sure. We're talking about years of workshops, and I have absolutely no trust in the creators' record-keeping systems. Their conventions may not be useful and may not be followed thuroughly. We also need to think about how useful some of this will be. Do we want photos if they aren't geo-tagged? What do we do with previous design ideas and how do we categorize them?</p>

<p>::Timewarp:: It's now 4:16 and I'm looking at the Charette data. Jen and I have made a list of what we do and don't want, as we go through and appraise this data.</p>

<p>We DO want:<br />
Site photos (even if not geotagged)<br />
Technical notes<br />
Anything produced by the charette (CAD, drawings, presentations, final productions [charette books], et al.)*<br />
Administrative documents (Doug Kelbaugh or Eric Duweuke or past coordinators)</p>

<p>We DON'T want:<br />
Census data, unless modified<br />
Drafts of documents</p>

<p>This list is subject to change!</p>

<p>*a side note -- geotagging presentations would probably come in version 2.0, and would be represented by a polygon encompassing the scope of the presentation.</p>

<p>More to come this weekend as I flesh out the appraisal plan and start junking material.</p>]]>

</content>
</entry>
<entry>
<title>Historic Points</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/03/historic_points.html" />
<modified>2007-03-08T17:17:23Z</modified>
<issued>2007-03-08T17:06:57Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.23886</id>
<created>2007-03-08T17:06:57Z</created>
<summary type="text/plain">Yeah!!! We can now successfully query a database and return the data to the map viewer page without refreshing the page! The current prototype, found here, requires you to be logged on as Jen so you can run the XAMPP...</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p><b>Yeah!!!</b><br /> We can now successfully query a database and return the data to the map viewer page without refreshing the page! The current prototype, found <a href="http://localhost/visbrow/v1/map_explorer3.php">here</a>, requires you to be logged on as Jen so you can run the XAMPP webserver and query the database. If you click the â€śSubmit Queryâ€? button the form will submit a request to a php script called shapelister.php which will then process the bounding box, query the database, and then return the resulting database rows. The prototype is currently checking against a copy of the historic_point shape file. So, click the button, and all the historic points that exist within the bounds of the viewer will be returned with their name and longitude, latitude coordinates. </p><p>The next step is to load the data from our shape files into a new table listing all of our geometries and their respective shape file. Once GeoServer is running we could also return the data as layers to display in the viewer and provide links to download the datasets as KMLs.</p>]]>

</content>
</entry>
<entry>
<title>EPSG and WGS and SRIDs, Oh My!</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/02/epsg_and_wgs_an.html" />
<modified>2007-02-22T17:30:55Z</modified>
<issued>2007-02-22T17:07:28Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.22489</id>
<created>2007-02-22T17:07:28Z</created>
<summary type="text/plain">After some pain, sweat, and tears I have learned a lot about projections. For future reference, WGS84 is the projection commonly used for latitude &amp; longitude, which is the same as EPSG:4326. The SRID of which is the same number,...</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>After some pain, sweat, and tears I have learned a lot about projections. For future reference, WGS84 is the projection commonly used for latitude & longitude, which is the same as EPSG:4326. The SRID of which is the same number, whereas the Historic points shape file uses SRID 2253 and NOT 26990 (long story). Fortunately we can use the ArcGIS Toolbox to reproject the data to WGS84 which will save us the headache of identifying each shapefile's SRID. We can now get out shape files to map to the proper projection, and then query across the data points using a bounding box (provided by the map explorer).</p>
<p>It appears that I am going to do some Perl script writting, however, to get all the data into the same place (actually three, but anyway...). As it is, our importer spits out way too much data. To compensate I need to write a Perl script (my kingdom for BASH) to extract the weat from the chaff. Because some of our shapefiles have point data (historic points), others line data (roads), and still others polygons (parcels) we need to store the data in three database tables and query them seperately. I can then take all the results and compile them together. I can make the import data script detect which one it is and select the appropriate table from there.</p>
<p>While you can currently see a version of the <a href="http://www.lib.umich.edu/nsds/visbrow/v1/map_explorer2.php">map explorer</a> that shows the WKT polygon geometry to query the database against, the live machine has no database to query against. As concequence I set up a Dreamweaver site that uses the XAMPP tool to run a temporary webserver on the Novell machine. This way the php script has access to the database that stores our data for me to run tests against. - The small problem with this is that you need to be logged in as Jen to make it work.</p>
<p>All in all, progress is being made. My next task is working with the temp webserver to see if I can get the php script to effectively query the database.</p>]]>

</content>
</entry>
<entry>
<title>VisBrow - the beginning</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/02/visbrow_-_the_b.html" />
<modified>2007-02-12T19:08:40Z</modified>
<issued>2007-02-12T18:54:36Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.21255</id>
<created>2007-02-12T18:54:36Z</created>
<summary type="text/plain">At last, it has begun. Most of my time was spent reading docs to start getting my mind wrapped around the problem and the resources available. But I have been able to get the humble beginnings of a prototype up.</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>At last, it has begun. Most of my time was spent reading docs to start getting my mind wrapped around the problem and the resources available.
</p><p>
I was thinking that a simple process for the app could be:
<ul>
<li>Display default map view</li>
<li>User pan/zoom to site of interest</li>
<li>click "Get Datasets"</li>
<li>query database: get all layers that contain points in this geometry</li>
<li>display list of applicable layers (shp files) to user</li>
<li>User selects layers & styles</li>
<li>Presses "Display data"</li>
<li>Add layers to existing map & display (OpenLayers pulls layers from Geoserver)</li>
<li>Provide link to download map as ShapeFile, KMZ, pdf, etc.</li>
</ul></p>
<p>
So far I can:
<ul>
<li>load a default map</li>
<li>Allow user to pan and zoom</li>
<li>Click â€śGet Datasetsâ€?</li>
<li>Display the NE and SW (lat, lon) of the mapâ€™s current window.</li>
(see <a href="http://www.lib.umich.edu/nsds/visbrow/v1/map_explorer2.php">http://www.lib.umich.edu/nsds/visbrow/v1/map_explorer2.php</a>)
</ul></p>
<p>
Next up:
<ul>
<li>Get a running copy of PostgreSQL with PostGIS</li>
<li>Play with querying the dataset for applicable shape files</li>
</ul></p>]]>

</content>
</entry>
<entry>
<title>What to do about TypeCode.xls and UseCode.xls?</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/02/what_to_do_abou.html" />
<modified>2007-02-07T20:04:08Z</modified>
<issued>2007-02-07T19:51:10Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.20486</id>
<created>2007-02-07T19:51:10Z</created>
<summary type="text/plain">In the data dictionary, under Building Permits, we have a data dictionary file called TypeCode.xls that serves as a key to the TYPEBP attribute in the BP file. We also have a file called UseCode.xls that is a description of...</summary>
<author>
<name>cmaureen</name>
<url>web page</url>
<email>cmaureen@umich.edu</email>
</author>
<dc:subject>Problems - Return to These</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>In the data dictionary, under Building Permits, we have a data dictionary file called TypeCode.xls that serves as a key to the TYPEBP attribute in the BP<year> file. We also have a file called UseCode.xls that is a description of the USE attribute in the BP<year> file. How do we explain that these data dictionaries are keys? ... stay tuned.</p>]]>

</content>
</entry>
<entry>
<title>Some thoughts after meeting with Jennifer, project coordinator</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/01/some_thoughts_a.html" />
<modified>2007-01-20T21:56:30Z</modified>
<issued>2007-01-20T21:41:51Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.14245</id>
<created>2007-01-20T21:41:51Z</created>
<summary type="text/plain">So we&apos;ve identified two products we&apos;d like to produce for the Workshop at this point - 1)A data finder help sheet and 2)A website to browse the (created) map images and hopefully, the data elements included in those map files....</summary>
<author>
<name>greenjen</name>
<url>web page</url>
<email>greenjen@umich.edu</email>
</author>
<dc:subject>Idea Interjections</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>So we've identified two products we'd like to produce for the Workshop at this point - <strong>1)A data finder help sheet and 2)A website to browse the (created) map images</strong> and hopefully, the data elements included in those map files.</p>

<p>Some of the things the website needs to do are:<br />
show images of maps (samples) - to act as identification points, link to the report pages<br />
deal with the interrelationships between variables<br />
image (representing the mxd file)<br />
attributes <br />
layers<br />
and subjects</p>

<p>I'm thinking that the two most important elements (the first to tackle) will be getting the image and the attributes together. The title of the map should also be there somewhere (since people tend to attach title to image if there is one?)</p>

<p>Adding pointers to layers are an added bonus</p>]]>

</content>
</entry>
<entry>
<title>Charette Cache</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/01/charette_cache.html" />
<modified>2007-01-19T16:30:38Z</modified>
<issued>2007-01-19T16:22:31Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.14172</id>
<created>2007-01-19T16:22:31Z</created>
<summary type="text/plain">I just put the finishing touches up on our first set of the Charette Cache Loaders. The first is the &quot;Perim Path&quot; path which sweeps over the extened neighborhoods of interest for the Charette (as indicated by the provided maps)....</summary>
<author>
<name>shawse</name>
<url>web page</url>
<email>shawse@umich.edu</email>
</author>
<dc:subject>Task Update</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>I just put the finishing touches up on our first set of the Charette Cache Loaders. <br />
The first is the "Perim Path" path which sweeps over the extened neighborhoods of interest for the Charette (as indicated by the provided maps).<br />
The second is the "Core Area Cache" path which sweeps over the core of downtown Detroit to grab better images.</p>

<p>Both require the user to set touring options to certain settings such as "camera range" (the distance between the camera and the ground). In the case of Perim Path the camera range must be between 1.5 Km and 2 Km. Whereas the Core Area Cache camera range works best around 300m. The difference in the camera range makes the detail of the images grainier, but sufficient for a general idea of this extended area.</p>

<p>They are by no means perfect although they do the job perfectly well. Any suggestions for improvement are welcomed.</p>]]>

</content>
</entry>
<entry>
<title>Meeting Notes for 1.15.07</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/01/meeting_notes_f.html" />
<modified>2007-01-17T04:04:27Z</modified>
<issued>2007-01-17T03:43:00Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.14002</id>
<created>2007-01-17T03:43:00Z</created>
<summary type="text/plain">From DFE At Monday&apos;s meeting, we established a project timeline that leads us through the charette (now a week and a half away -- ahh!) and to our final deliverable, a visual browser/navigator. This week, we plan to think/work through...</summary>
<author>
<name>cmaureen</name>
<url>web page</url>
<email>cmaureen@umich.edu</email>
</author>
<dc:subject>Meeting Notes</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<table style="width:auto;"><tr><td><a href="http://picasaweb.google.com/maureen.callahan/DFE/photo#5020840629072751938"><img src="http://lh3.google.com/image/maureen.callahan/Ra2b81m67UI/AAAAAAAAAAg/HV2Q2To3S0c/s288/mail.jpg"></a></td></tr><tr><td style="font-family:arial,sans-serif; font-size:66%; text-align:right">From <a href="http://picasaweb.google.com/maureen.callahan/DFE">DFE</a></td></tr></table>

<p>At Monday's meeting, we established a project timeline that leads us through the charette (now a week and a half away -- ahh!) and to our final deliverable, a visual browser/navigator.</p>

<p>This week, we plan to think/work through three subtasks:</p>

<p>1. describing and organizing existing charette data<br />
2. interviewing represenatives from the charette<br />
3. fashioning some form of data orientation for charette participants</p>

<p>For the first task, we will go through each of the existing charette files and note the following on an excel spreadsheet that currently exists in the charette folder:<br />
- a brief description of what this file contains<br />
- the scope of the file (is this a note or a report? is this a segment of a building or a map of the state?)<br />
- if a shape file, it should be opened in ARC and its attributes should be noted<br />
- [my notes fail me here] note in/completeness of dbf headers<br />
- if the file is named poorly (e.g. duuuuuuude.pdf or FINISHED.jpg) suggest a more descriptive name</p>

<p>For the second task, we discussed interviewing Jennifer, the IT guy (Bill?), studio advisors and previous student participants. We wanted to remember to ask the IT guy (let's call him Bill) about what equiptment will be brought to the charette, whether participants will have a wireless connection, and what kind of software participants will have access to. We also had a question about CAD files (their existence?). We want to get our hands on the books from previous charettes, as well.</p>

<p>For the third task, the data orientation, we want to make sure that we have a google earth flyover ready for participants. We also need to think about how to present the resources that represent points 3.1-3.5 on our lists -- even if we just provide a list of links, we should think about how to explain each tool's features and weaknesses at a glance (perhaps a table?).</p>

<p>We also discussed dates for putting together our visual browser, which I will post on our shared google calendar.</p>

<p>See you Thursday!<br />
Maureen</p>]]>

</content>
</entry>
<entry>
<title>Blog creation complete!</title>
<link rel="alternate" type="text/html" href="http://mblog.lib.umich.edu/NSDSDFE/archives/2007/01/blog_creation_c.html" />
<modified>2007-01-15T21:20:43Z</modified>
<issued>2007-01-15T21:20:00Z</issued>
<id>tag:mblog.lib.umich.edu,2007:/NSDSDFE/4060.13892</id>
<created>2007-01-15T21:20:00Z</created>
<summary type="text/plain">&apos;nuff said...</summary>
<author>
<name>greenjen</name>
<url>web page</url>
<email>greenjen@umich.edu</email>
</author>
<dc:subject>Administrative Details</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en-us" xml:base="http://mblog.lib.umich.edu/NSDSDFE/">
<![CDATA[<p>'nuff said</p>]]>

</content>
</entry>

</feed>