cenpy.tiger.ESRILayer¶
-
class
cenpy.tiger.ESRILayer(baseurl, **kwargs)[source]¶ The fundamental building block to access a single Geography/Layer in an ESRI MapService
Methods
query(self[, raw, strict])A query function to extract data out of MapServer layers.
-
__init__(self, baseurl, **kwargs)[source]¶ Class representing the ESRI Layer in the TIGER API
- Parameters
- baseurlstr
the url for the Layer.
Methods
__init__(self, baseurl, \*\*kwargs)Class representing the ESRI Layer in the TIGER API
query(self[, raw, strict])A query function to extract data out of MapServer layers.
-