Revised ResourcePrice class and methods. Added tests for problem...
Compare changes
- Pedro L. Magalhães authored
+ 38
− 38
@@ -13,8 +13,8 @@ from geopandas import GeoDataFrame, GeoSeries
@@ -34,8 +34,8 @@ url_prefix_buildings = 'https://api.dataforsyningen.dk/bbrlight/bygninger/'
@@ -228,8 +228,8 @@ BBR_CONTAINER_LABELS = {
@@ -511,8 +511,8 @@ list_labels_bbr = [
@@ -521,8 +521,8 @@ def get_bbr_building_data_geodataframe(
@@ -548,8 +548,8 @@ def get_bbr_building_data_geodataframe(
@@ -577,8 +577,8 @@ def get_bbr_building_data_geodataframe(
@@ -626,8 +626,8 @@ def get_bbr_building_data_geodataframe(
@@ -671,17 +671,17 @@ def get_bbr_building_data_geodataframe(
@@ -733,21 +733,21 @@ def fetch_building_entrance_data(building_entrance_ids: list) -> Tuple[dict,
@@ -781,13 +781,13 @@ def fetch_building_data(building_codes: list):
\ No newline at end of file
\ No newline at end of file