Links between LA Tracts and Land Use Codes

sandiegodata.org-la_parcels-2

Resources | Packages | Documentation| Contacts| References

Resources

Documentation

Static files for links between LA parcels and LA tracts.

See the notebooks directory for the code bits thatgenerated the files. They are slow and take a lot of memory, since there are about 2M parcels in the file

Contacts

Packages

Accessing Packages in Metapack

import metapack as mp
# ZIP Package
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-la_parcels-2.zip')
# CSV Package
pkg = mp.open_package('http://library.metatab.org/sandiegodata.org-la_parcels-2.csv') 

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

References

Urls used in the creation of this data package.

Last Modified 2019-01-21T04:10:42