Tour de France gets Google Street View

The Tour de France is on and so is street view for the course. This year you can see the course using Google’s Street View technology. This LINK connects you to the traditional Google Maps site showing where street view is available over the course. The tour website is HERE. And a course map PDF is found HERE. I’m not sure if the street view camera actually picks up the bikers when they are shooting up on steroids, but its worth a look.

Info from the Google Earth Blog.

ESRI Releases a ‘How to Understand the ELA’ White Paper

ESRI just released a guide to help us understand the ESRI Enterprise License Agreement (ELA). As many of you know, ESRI released the Small Municipal and County Government ELA which at the outset looked really good. As the details were released it became apparent that it wasn’t going to be a good fit for everyone. The program has certainly generated a lot of interest. For many though it has raised more questions. This white paper doesn’t answer all of these questions but it does provide a great deal of info about what you can expect from ESRI if you sign up for the program.

The White Paper provides insights into the following areas:

  • The function and makeup of the ESRI ELA team (called the Agency Central Support or ACS) that works with an end user agency
  • Initial software shipments and the requirements gathering to ensure the correct software is made available (for example floating or concurrent licensing).
  • Organizing mass installations
  • Technical Support

You can find the document HERE.

Check out our new poll on this topic on the left.

State of TN Now Offering Statewide Imagery for Purchase or Download

The State of TN Office for Information Resources (OIR), GIS Services Division are now making statewide imagery available for purchase or download. Anyone can now purchase the raw .TIF digital orthophotos and digital terrain models (DTMs) developed from the Tennessee Basemapping Program on a per sheet basis. More details about the nature, format and cost of the data can be found here.  You can download the order form here.

Anyone can also now download, freely, the digital orthophotos from the Tennessee Basemapping program as well as the 2007 National Agriculture Imagery Program (NAIP) imagery in the MrSID file format on a per-county basis from the Tennessee Spatial Data Server.

Links Straight to the Data:
Click here for the Tennessee Basemap Orthophotos.
Click here for the NAIP imagery.

The wait is over… ArcGIS 9.3 Now Shipping!

Waiting for ArcGIS 9.3 ReleaseThe wait is over! ESRI, in a press release yesterday, announced that ArcGIS 9.3 is now shipping. If you are current on your maintenance, you should be getting the software within the next week or so. With the release of 9.3 comes new intructor-led courses such as ArcGIS Desktop I, ArcGIS Desktop II and ArcGIS Desktop III. These courses are essentially Learning ArcGIS, Intro to ArcGIS I, and Intro to ArcGIS II for 9.2 just fine tuned, and in my opinion easier to follow and learn the software. There is more detail and examples as well as more time to work on the exercises, which is what many of my students have been asking for. I am in Tampa, FL right now taking ArcGIS Desktop II so that GEO-Jobe GIS will be able to extend these classes to our clients soon.

Here is the official press release from ESRI explaining how 9.3 can improve your entire GIS Workflow.

June 25, 2008

ArcGIS 9.3 Improves Your Entire GIS Workflow

Enhanced Data Management, New Cartographic Tools, and More Efficient Information Sharing

Redlands, California—ESRI’s ArcGIS 9.3, which began shipping today, offers a complete suite of software that improves organizational workflows. With ArcGIS, users also get the benefits of an established and active user community, instructor-led and online training, and new online resource centers. The resource centers offer a unified location from which to access online help, documentation, support pages, user forums, blogs, maps, and more.

Manage Spatial Information More Efficiently
ArcGIS 9.3 offers more tools to access data within an organization including support for Microsoft SQL Server 2008 and PostgreSQL. ArcGIS 9.3 also makes it easier to connect to and manage data from other systems via direct backward compatibility, new version management features, enhancements to geodatabase replication, and better geocoding. A new image service within ArcGIS Server also advances an organization’s data management capabilities.

Make Better Maps
ArcGIS 9.3 includes many enhancements that make it easier to create and share production-quality maps. For example, a new Disperse Markers tool allows you to spread out representation markers when they coincide. Feature attributes can be included when exporting a map to Adobe PDFs and accessed interactively by Adobe Reader users. In addition, Maplex for ArcGIS now includes better contour labeling and more control over where labels are placed inside and around polygons.

Send and Receive Information to and from the Field
The new ArcGIS Mobile application allows people to quickly deploy mobile geographic information systems (GIS) and is configurable out of the box. The ArcGIS Mobile Software Developer Kit (SDK) now includes enhanced map control rendering to support multiple data sources and graphic layers, improved data storage capabilities with support for large compressed basemaps, and expanded projections.

Share Common Operating Information
ArcGIS 9.3 makes dissemination of geographic information much easier. For example, ArcGIS Server 9.3 has new tools to facilitate map cache management. ArcGIS Server users can now selectively build map cache for the areas that are the most popular and enable on-demand caching to let the map cache grow as end users access the map service. ArcGIS Server 9.3 also includes a series of JavaScript APIs for mashup-style development. The ArcGIS JavaScript APIs take advantage of the new REST interface.

Perform Better Planning and Analysis
In ArcGIS 9.3, many modeling tools have been enhanced and some entirely new tools have been added to help users get more answers from their data. A new scatterplot matrix graph lets users explore relationships between sets of related variables, and new advanced Ordinary Least Squares and Geographically Weighted Regression tools help users understand how processes vary over space. In addition, a new vehicle routing problem (VRP) solver in ArcGIS Network Analyst generates routes for fleets of vehicles.

To learn more about ArcGIS 9.3, visit www.esri.com/whatsnew.

ArcGIS Tips & Tricks

I have been working with ArcMap for about 5 years now. I figured out how to create a circular data frame 2 weeks ago and the multicolored multi-layered labels last month. I’m always learning new things and would like to share some of the fun tricks I’ve learned with other GISers. I hope they help. Please let me know if they do, or if you have any tricks yourself, I’d love to know them.

 GIS Tips & Tricks:

 Creating a circular data frame (useful for creating call outs or detail views of congested information especially for clients used to viewing CAD maps):

In the data frame properties (Size and Position Tab) make the height and width the same

In the data frame properties (Frame Tab) > Border Section change the Rounding to 100% > Background Section change the Rounding to 100%

Don’t even think about having your extent rectangle in another data frame show up as a circle…its exactly that an extent rectangle. I ended up just drawing a graphic circle to represent the area of my new data frame. I do end up using the extent rectangle to show me exactly where to place the graphic circle.

 

 

Adding a second anchor point for snapping while rotating in an edit session:

While a features is selected, click the Rotate Tool from the editor toolbar then press “S”.

 

Excluding Some Text While Labeling:

Using VBScript to exclude portions of a field that you do not wish to label

Example: Field for Pipe Diameter reads “16 Inches (16.0 Inches)”

I only want to label “16″

In the Layer Properties > Label Tab > Label Expression > Expression window

Left([size_d], InStr([size_d], “I”)-2)

This line tells the label engine to start from the left side of the string and label until it gets to an “I” then go back 2 yielding 16 from 16 Inches (16.0 Inches)

Another trick is to uncheck the box that says “Display coded value description” in the Label Expression dialog box.

 

Multicolored, multi-line labels:

This came up due to the existence of old and new hydrant IDs. In order to show both, but each a different color one above the other.

In the layer properties window select the Labels tab

Select “Expression”

To have the New ID on top and the Old ID on the bottom:

[New_ID]&vbnewline&[Old_ID]

To have each a different color:

“<CLR Red=’255′>” & [New_ID] & “</CLR>” &vbnewline&”<CLR blue=’255′>”&[Old_ID]&”</CLR>”

The tricky part was figuring out that you had to put double quotes around the formatted text, and drop the normal double quote down to a single quote around the 255.

  

Having the Legend “bump” down instead of up when adding and removing items:

In the legend properties, select the “Size and Position” tab, in the lower left hand corner choose one of the top Anchor Points (usually top left).

  

Some Formatted Text that I use often:

superscript = <SUP>text</SUP>

Example: 31st street with formatted text: 31<sup>st</sup> = 31st street

Subscript = <SUB>text</SUB>

Example: Cl2 Injection Point with formatted text: Cl<sub>2</sub> = Cl2

Having an Ampersand “&” show up when using formatted text use & (don’t forget the semicolon)

Example: 31st street & Main If you type 31<sup>st</sup> & Main it will display the exact text typed, including “<sup>st</sup>” in order for it to work replace & with “& amp;” (there is no space between the ampersand and the a, this html editor reads that as an ampersand too!) and you’ll get 31st street & Main.

Enjoy! I hope these help!

 


 

Census TIGER shapefiles - a primer

Earlier this year the Census Bureau released its TIGER/Line files in shapefile format for the first time. I was just taking a look at the TIGER website to see how the data would work as basemap for some simple projects we are working on. Keep in mind, I know there are other free and not so free data sources out there. This is just for those interested in using TIGER.

On first look, the structure of the files is significantly different from the original ASCII method. Those original file formats are arranged entirely by County. If you wanted more than just one county (like several adjoining counties for example), you had to merge the files through a program like TGR2SHP.

Now the shapefiles are arranged in a hierarchical structure that makes a little more sense and is potentially easier. The structure is based on National, State, and then County levels. For example, now if you want to use all TN counties combined into one shapefile, you can go to the Census TIGER shapefile webpage and select Tennessee. There you’ll see the full TN County shapefile. Or if you are looking for all of the zip codes across the country, you can now get a national shapefile of those in either 3-digit or 5-digit.

One primary difference with the new format is a file called All Lines. The All Lines shapefile includes linear features such as roads, railroads, and hydrography. One All Lines shapefile exists for each county or equivalent entity. Additional attribute data associated with the linear features found in the All Lines shapefiles are available in relationship files that you must also download but are located on the same page for convenience.

All in all, it looks like a good move if you are short on cash, don’t need super accurate data, and like the idea of using shapefiles. Here are a few quick links to get you started on documentation and such.

LizardTech releases GeoExpress 7 SDK for developers

LizardTechThis should be of interest to those of you that work with GeoExpress 7 in your applications. Just released free SDK from LizardTech for GeoExpress 7.

SEATTLE, Wash. - June 2, 2008 - LizardTech, a division of Celartem, Inc., and a leading provider of software solutions for managing and distributing digital content, announced today the release of its free GeoExpress 7 SDK, a toolkit for decoding and viewing MrSID and JPEG 2000 images in third-party applications.

This latest release of the GeoExpress 7 SDK offers support for 64-bit platforms, providing developers better compatibility with GDAL and other third-party libraries along with access to more memory than before when working with MrSID and JPEG 2000 imagery. Improved documentation and sample applications for this release will make it easier for developers to integrate with third-party applications.

Additionally, the GeoExpress 7 SDK includes support for modern compilers including Visual Studio 2008 and gcc 4.1 and the latest operating systems such as Windows Vista, Red Hat Enterprise Linux 5, and Mac OS X 10.5.

“Developers have been asking for a 64-bit SDK from LizardTech for quite some time,” said Jon Skiffington, LizardTech’s geospatial product manager, “along with support for the latest compilers such as VC 9. We’re glad that we’re able to provide this latest version of our free SDK which will make it easier for them to add support for MrSID and JPEG 2000 imagery in their applications.”

The GeoExpress SDK is the geospatial industry’s only solution that offers the benefits of both MrSID technology and ISO standard JPEG 2000 without any compromise in the quality of imagery. LizardTech’s GeoExpress SDK is available for free for many different operating systems and compilers and can be downloaded directly from LizardTech’s website at http://developer.lizardtech.com.

About LizardTech

LizardTech, a division of Celartem, Inc., was founded in 1992 to build valuable business solutions from technologies created by the world’s leading research organizations including Los Alamos National Laboratory (LANL) and AT&T Labs. LizardTech is a leader in applying state-of-the-art technologies to the real-world challenges of managing, distributing, and accessing large complex digital content such as aerial photographs, satellite imagery, and color scanned documents. LizardTech’s software is installed on millions of desktops and integrated into a wide variety of platforms and applications. LizardTech has offices in Seattle, Denver, London and Tokyo. LizardTech is a division of Celartem, Inc., which is wholly owned by Celartem Technology Inc., (Hercules: 4330). For more information about LizardTech, visit www.lizardtech.com.

About Celartem
Celartem Technology Inc., develops and sells innovative technologies for storage, access and distribution of rich media content. Celartem has developed technology in the areas of digital image compression, scalable image viewing and secure content distribution and management. Celartem is listed on the Osaka Securities Exchange, Hercules:4330. Established in 1996, Celartem is headquartered in Tokyo, Japan and has a wholly owned subsidiary, Celartem Inc., with headquarters in Seattle.

#########

Take our quick poll - how are you managing high gas prices?

On the left is a quick survey. How are you managing the high prices of gas? Here are a couple of handy links to help.

Gas Buddy

Gas Price Temperature Map

Gas Prices at Mapquest

Gas Price Watch

Department of Energy - Average Prices across the US

ArcGIS 9.3 to ship in July

Just got a little bit more of an official word that ArcGIS 9.3 will begin shipping in mid-July. That means you can expect to see it in your mailbox during the last half of the month. For more info on what’s coming up in the new release, ESRI has a page dedicated to it.

Google releases API for browser-based Google Earth

This is pretty cool stuff. Now get Google Earth inside your browser. There is a full API and SDK for developers.

Get the plugin here.