blog authors
past blog entries

Welcome to the Kellylab blog

geospatial matters

Please read the UC Berkeley Computer Use Policy. Only members can post comments on this blog.

Entries in news (135)

Tuesday
Nov082011

A wrap-up of the news surrounding Supreme Court's foray into GPS + privacy

United States vs. Jones raises questions about the limits of police searches, personal privacy and the use of new technology in law enforcement. At issue is whether police need warrants to attach GPS tracking devices to a cars to monitor suspects' movements for indefinite periods of time.

Stay tuned for more analysis. From NPR, some indication that the Supreme Court was not happy with un-warranted GPS tracking. The justices were told police could slap GPS devices on their cars and track their movements, without asking a judge for advance approval.

Also an interesting take from Wired: A number of Supreme Court justices invoked the specter of Big Brother while hearing arguments Tuesday over whether the police may secretly attach GPS devices on Americans’ cars without getting a probable-cause warrant.

While many justices said the concept was unsettling, the high court gave no clear indication on how it will rule in what is arguably one of the biggest Fourth Amendment cases in the computer age. The Obama administration maintains that Americans have no privacy rights when it comes to their movements in public.

Another informative opinion piece from the Washington Post.

Tuesday
Nov082011

Google acquires facial recognition technology company

Missed this earlier, but found it in prep for my privacy and GIS lecture. The article is excerpted here:

Google has acquired a seven-year-old company that develops facial-recognition technology for images and video, though the Web-search giant didn’t say what it plans to do with it.

Regarding face recognition, the spokesman said, “We’ve said that we won’t add face recognition to our apps or product features unless we have strong privacy protections in place, and that’s still the case.”

Google has said it built facial recognition technology for smartphones into a product known as Google Goggles, but withheld it. “As far as I know, it’s the only technology that Google built and after looking at it, we decided to stop,” said Google Chairman Eric Schmidt last month at a conference. “People could use this stuff in a very, very bad way as well as in a good way.”

Google Goggles is pretty sweet, by the way.

Tuesday
Nov012011

Google Maps to charge for heavy usage

Trick or Treat! Looks like users of Google Map links for their websites will be charged for heavy usage of the service. This from the BBC:

From 1 January 2012, Google will charge for the Google Maps API service when more than the limit of 25,000 map "hits" are made in a day. Websites, especially travel firms, use Google Maps to link customers to a view of the destinations they inquire about.

Monday
Oct312011

Cal-Adapt featured on SmartPlanet

Smartplanet recently produced a video featuring Cal-Adapt.  See it here!

At UC Berkeley's Geospatial Innovation Facility software developers are building a Web-based mapping tool to help scientists prepare for the changing climate conditions in California. The team has culled data from various climate research organizations to get projection data of what different climates might look like over a 150-year period. SmartPlanet visits the lab to see a demo of how the tool works.

Friday
Oct072011

Cal-adapt in the news: sea level rise needs to be considered in planning

The Bay Conservation and Development Commission (BCDC) recently voted on the planning process in the bay area. They approved a first-of-its kind policy that makes sea level rise part of regional planning decisions. The new rules require developers to plan for rising sea levels in their proposals for waterfront property. Business groups and cities cried foul when the policy was first released, saying it would hurt economic development. The KQED News post features our Cal-Adapt site. More here.

Thursday
Oct062011

India-Pakistan border as seen from space

From NASA re-posted via Bostom.com's The Big Picture photojournalist website comes this fascinating, geographically-pertinent image: "The India-Pakistan border appears as an orange line in this photograph taken by the Expedition 28 crew on the International Space Station on August 21, 2011. The fence between the two countries is floodlit for surveillance purposes. Srinagar (left), Islamabad (bottom center), Lahore (center near the border line) and Delhi (top center) can be seen as brighter spots. (NASA/Handout/Reuters)#"

Tuesday
Aug302011

Animal tracking with "Smart Collars"

There is an interesting arcticle in today's New York Times about the use of a new breed of animal tracking collars that use on board computers to track valuable information about an animal, beyond location alone.  The new "smart collars" can be used to track when an animal is sleeping, when it is feeding, and lots of other metrics.  The additional data being gathered gives biologists more information to work with while trying to understand the animals habits and needs, in order to provide informed wildlife management decisons.

Monday
Aug082011

Tracking Diana Nyad swim from Cuba to Florida

Here is a great map tracking Diana Nyad's effort to swim the 103 miles from Cuba to Florida, without a shark cage. This should take about 60 hours. She's about a third there. Oh yeah, and she's nearly 62 years old. Holy moly. Go Diana! 

 

Monday
Jul252011

2011 ESRI User Conference

Earlier this month I attended the ESRI User Conference in San Diego which consisted of numerous presentations by ESRI as well exhibits by various vendors.  Maggi asked that I write up a short

 summary.  I've been collecting my thoughts and reviewing notes.  There were three main points I wanted to explore aside from the overall experience and general opportunity to learn and be a part of the event.

Mobile GIS

ESRI has had a client for the iPhone for some time now.  Soon they will have one for the Android platform as well.  They had working phones for attendees to use with the ability to do real-time data updates.  There is an API in beta for any ESRI customer to download.  If you're interested please let me know and I can obtain it.  The client software that actually runs on the Android device itself is also in the beta stage but is not yet available to download.   Mobile clients can connect to your own ArcGIS server or to data served by ArcGIS Online hosted by ESRI.

The mobile application allows for collection of data, measuring distances, as well as real-time editing and is intended for general users who do not have to be GIS experts.  The edits are shared right away with others who may be using a mobile or desktop application.  Of course, in many situations users may be in an area without an active cell/data connection.  It's still in various stages of development, but the plans are to have the mobile device cache the appropriate levels of map tiles, data, etc., and then sync with the server upon reconnecting much the same way other applications function when away from cell coverage.

ArcGIS Server Configuration

Web servers are typically configured to accept connections from web browsers on TCP port 80.  Behind the scenes there can be many other servers feeding information on other ports.  Sometimes the other servers can accept direct connections without the web server in the middle.  For a number of reasons, security primarily, these other servers are often behind a firewall and do not accept direct connections from web browsers but do allow connections from the web server.  ArcGIS Server communicates GIS data on port 8399.  Since we generally have not had a need to serve confidential or sensitive data we have always allowed a direct connection to our servers on port 8399.  Recently one of our clients found that their in-house network did not allow connections to port 8399 and no GIS data was appearing in their maps.  Thanks to the help from Brian and Sarah V. we were able to come up with an implementation to allow the end users to connect without problems.  But, it was unclear if this was consistent with the ongoing functionality of ArcGIS Server.

There are a number of ways to configure the web server to accept a connection for ArcGIS Server on port 80 and then go behind the scenes to port 8399.  We have been experiencing various issues during the configuration process as outlined in ESRI and other documentation.  There is a lot of good information available, but it has been in the form of a number of different help articles andconfiguration instructions.  It has been difficult to locate one set of cogent instructions to get things configured start to finish.

 

Thankfully, I was able to sit down one-on-one with an ESRI technical staff member at the conference. He was able to walk through the process on a demo computer outlining the various steps and explain the process.  I had gotten so far on my own, but he was able to go further showing me the steps real-time.  I will be taking a closer look at how to implement this configuration – which is generally considered to be the "correct" method in lieu of direct connections to port 8399 – in our environment.

ArcGIS Software Updates

Both ArcGIS Server and Desktop will be updated to version 10.1 with an expected release of spring 2012 and a number of functions are to be deprecated.  Of course, the most visible changes are to the Desktop application. 

ArcGIS Server 

  • improved handling of API functions, query requests, and database optimization
  • Web Application Developer Framework (ADF) deprecated
  • rewritten to be 64-bit, 32-bit version deprecated
  • easier set-up
  • integrated printing function
  • improved Linux support
  • ArcIMS deprecated

ArcGIS Desktop 

  • scale bars with dual units (such as miles and kilometers)
  • use of magnetic north as a north arrow
  • coordinate system filtering – those inapplicable  to the current map extent not presented as choices
  • Maplex included for free at all license levels
  • new toolbox tools
  • accept GPS data in GPX format and convert to a layer
  • areal interpolation – for example census tract to ZIP code
  • filtering by time
  • support for LIDAR files in .las format
  • ArcInfo Workstation deprecated (version 10.0 will continue to function)
  • VBA deprecated for new development

ArcGIS Runtime 

  • a new developer tool to distribute with applications
  • no separate installation
  • does not require ArcGIS to be installed
  • small memory requirement, fast processing
  • Windows and Linux, 32- and 64-bit versions
  • mobile version later on, can be used offline

It's clear that ESRI intends to continue enhancing their online functionality.  Much of their effort is going toward making their desktop application more integrated with online data sharing.  There is, of course, the arcgis.com service which is an appealing alternative for those without their own server.  Mobile options are growing and again the emphasis is on real-time sharing and not just data collection with an upload later on.  Right along with their online service is ArcGIS Server which ties together all the various clients and applications for an integrated approach.   Your GIS data is the important focus – the same from desktop to mobile to server – and how you access it is, at best, secondary.  ESRI has shown that they are willing to move forward and recognize today's environment by discontinuing older products such as Web ADF, ArcInfo Workstation, ArcIMS, and so on after having supported them beyond their prime levels of functionality.  Overall the conference was a very positive experience, and I'm quite pleased to have had the opportunity to participate.

Wednesday
Jul132011

Geo-Immersion Makes Maps Come Alive

Very cool application developed at USC.  Geo-Immersion adds realtime video and data feeds to map of USC campus.  Check out the article from NSF's Science Nation, and the video below.

 

Page 1 ... 2 3 4 5 6 ... 14 Next 10 Entries »