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
- Wrangler
Packages
- zip http://library.metatab.org/sandiegodata.org-la_parcels-2.zip
- csv http://library.metatab.org/sandiegodata.org-la_parcels-2.csv
- source https://github.com/SDRDLAnalysts/data-projects.git
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.
- la_land_use. Download page for the LA Land Use File
Last Modified 2019-01-21T04:10:42