US National Grid, Southern California

UTM Grid Zone 11

usngcenter.org-usng-ca11-1

Resources | Packages | Documentation| Contacts

Resources

  • ca11_usng. US National Grid for California, Zone 11

Documentation

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
# ZIP Package
pkg = mp.open_package('http://library.metatab.org/usngcenter.org-usng-ca11-1.zip')
# CSV Package
pkg = mp.open_package('http://library.metatab.org/usngcenter.org-usng-ca11-1.csv') 

resource = pkg.resource('resource_name') # Get a resource
df = resource.dataframe() # Create a pandas Dataframe
gdf = resource.geoframe() # Create a GeoPandas GeoDataFrame

Last Modified 2018-08-09T15:00:34