leaf_engine.etl.geocode.shapefile_lookup ======================================== .. py:module:: leaf_engine.etl.geocode.shapefile_lookup Attributes ---------- .. autoapisummary:: leaf_engine.etl.geocode.shapefile_lookup.CAN_PROVINCE_FILE leaf_engine.etl.geocode.shapefile_lookup.CAN_SHAPES_FILE leaf_engine.etl.geocode.shapefile_lookup.S3_ROOT leaf_engine.etl.geocode.shapefile_lookup.USA_SHAPES_FILE leaf_engine.etl.geocode.shapefile_lookup.USA_STATES_FILE Functions --------- .. autoapisummary:: leaf_engine.etl.geocode.shapefile_lookup._get_ca_province_shapes_df leaf_engine.etl.geocode.shapefile_lookup._get_ca_shapes_df leaf_engine.etl.geocode.shapefile_lookup._get_us_shapes_df leaf_engine.etl.geocode.shapefile_lookup._get_us_states_shapes_df leaf_engine.etl.geocode.shapefile_lookup.get_shapefile_geometry leaf_engine.etl.geocode.shapefile_lookup.get_shapefile_geometry_state Module Contents --------------- .. py:function:: _get_ca_province_shapes_df() -> geopandas.GeoDataFrame .. py:function:: _get_ca_shapes_df() -> geopandas.GeoDataFrame .. py:function:: _get_us_shapes_df() -> geopandas.GeoDataFrame .. py:function:: _get_us_states_shapes_df() -> geopandas.GeoDataFrame .. py:function:: get_shapefile_geometry(zip, country) -> Union[str, None] .. py:function:: get_shapefile_geometry_state(state, country) -> Union[str, None] .. py:data:: CAN_PROVINCE_FILE .. py:data:: CAN_SHAPES_FILE .. py:data:: S3_ROOT .. py:data:: USA_SHAPES_FILE .. py:data:: USA_STATES_FILE