Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

OPeNDAP to ArcGIS v1.0



contact author | download help | add bookmark | view bookmarks
Author Richard Cosgrove
File Name Pydap_to_ArcGIS.zip
Language Python
Last Modified Aug 12 2005
Status of work Public Domain
Software ArcGIS - ArcView
File Size 1192.72 kb
Downloads 487

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
The ‘OPeNDAP to ArcGIS’ Python script suite accesses data across the Internet via the Open-source Project for a Network Data Access Protocol (OPeNDAP), a framework that makes local data accessible to remote locations regardless of the particular local data storage format (NetCDF, HDF, text file, etc. - see www.opendap.org for more information). The purpose for these scripts is to provide OPeNDAP data users the ability to download geophysical datasets from OPeNDAP web based data servers and convert the data into a native ESRI datasets (GRID or point shapefile) in one single seamless step. The scripts were designed to work with OPeNDAP servers that are part of the IOOS project and will work with other servers, but some modifications may be required. The OPeNDAP to ArcGIS program suite is provided “as is” without express or implied warranty.

Dependencies:
------------
- ArcGIS 9 (ArcView) or higher
- Python 2.2 or higher w/ win32 extension
- Numerical Python module 'numpy'
- OPeNDAP Python module 'Pydap'

Documentation:
-------------
- Full documentation (MS Word file) that covers the requirements, installation process and usage for each of the three scripts is provided in the download zip file.

Future Plans:
------------
- Build a UI so that the scripts can be run from a toolbox within ArcGIS with direct parameter input and online help.