huff 1.1.2__tar.gz → 1.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {huff-1.1.2 → huff-1.2.0}/PKG-INFO +8 -6
- {huff-1.1.2 → huff-1.2.0}/README.md +7 -5
- {huff-1.1.2 → huff-1.2.0}/huff/gistools.py +2 -2
- huff-1.2.0/huff/models.py +1586 -0
- {huff-1.1.2 → huff-1.2.0}/huff/ors.py +2 -2
- huff-1.2.0/huff/tests/data/Wieland2015.xlsx +0 -0
- huff-1.2.0/huff/tests/tests_huff.py +153 -0
- {huff-1.1.2 → huff-1.2.0}/huff.egg-info/PKG-INFO +8 -6
- {huff-1.1.2 → huff-1.2.0}/huff.egg-info/SOURCES.txt +2 -1
- huff-1.2.0/huff.egg-info/requires.txt +7 -0
- {huff-1.1.2 → huff-1.2.0}/setup.py +6 -2
- huff-1.1.2/huff/models.py +0 -874
- huff-1.1.2/huff/tests/tests_huff.py +0 -102
- huff-1.1.2/huff.egg-info/requires.txt +0 -3
- {huff-1.1.2 → huff-1.2.0}/MANIFEST.in +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/__init__.py +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/__init__.py +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.cpg +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.dbf +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.prj +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.qmd +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.shp +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach.shx +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.cpg +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.dbf +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.prj +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.qmd +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.shp +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff/tests/data/Haslach_supermarkets.shx +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff.egg-info/dependency_links.txt +0 -0
- {huff-1.1.2 → huff-1.2.0}/huff.egg-info/top_level.txt +0 -0
- {huff-1.1.2 → huff-1.2.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: huff
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.2.0
|
4
4
|
Summary: huff: Huff Model Market Area Analysis
|
5
5
|
Author: Thomas Wieland
|
6
6
|
Author-email: geowieland@googlemail.com
|
@@ -23,14 +23,16 @@ See the /tests directory for usage examples of most of the included functions.
|
|
23
23
|
- Calculating basic Huff Model
|
24
24
|
- **Multiplicative Competitive Interaction Model**:
|
25
25
|
- Log-centering transformation
|
26
|
-
-
|
26
|
+
- Fitting MCI model with >= independent variables
|
27
|
+
- **OpenRouteService Client** (1) (Tools via API):
|
27
28
|
- Creating transport costs matrix from origins and destinations
|
28
29
|
- Creating isochrones from destinations
|
30
|
+
- **Tools**:
|
31
|
+
- Loading own interaction matrix for analysis
|
32
|
+
- GIS tools for preparing geodata
|
29
33
|
|
30
|
-
Attribution of OpenRouteService:
|
31
|
-
© openrouteservice.org by HeiGIT | Map data © OpenStreetMap contributors
|
32
|
-
|
33
|
-
Visit https://openrouteservice.org/
|
34
|
+
(1) Attribution of OpenRouteService:
|
35
|
+
© openrouteservice.org by HeiGIT | Map data © OpenStreetMap contributors | https://openrouteservice.org/
|
34
36
|
|
35
37
|
## Literature
|
36
38
|
- Huff DL (1962) *Determination of Intra-Urban Retail Trade Areas*.
|
@@ -15,14 +15,16 @@ See the /tests directory for usage examples of most of the included functions.
|
|
15
15
|
- Calculating basic Huff Model
|
16
16
|
- **Multiplicative Competitive Interaction Model**:
|
17
17
|
- Log-centering transformation
|
18
|
-
-
|
18
|
+
- Fitting MCI model with >= independent variables
|
19
|
+
- **OpenRouteService Client** (1) (Tools via API):
|
19
20
|
- Creating transport costs matrix from origins and destinations
|
20
21
|
- Creating isochrones from destinations
|
22
|
+
- **Tools**:
|
23
|
+
- Loading own interaction matrix for analysis
|
24
|
+
- GIS tools for preparing geodata
|
21
25
|
|
22
|
-
Attribution of OpenRouteService:
|
23
|
-
© openrouteservice.org by HeiGIT | Map data © OpenStreetMap contributors
|
24
|
-
|
25
|
-
Visit https://openrouteservice.org/
|
26
|
+
(1) Attribution of OpenRouteService:
|
27
|
+
© openrouteservice.org by HeiGIT | Map data © OpenStreetMap contributors | https://openrouteservice.org/
|
26
28
|
|
27
29
|
## Literature
|
28
30
|
- Huff DL (1962) *Determination of Intra-Urban Retail Trade Areas*.
|
@@ -4,8 +4,8 @@
|
|
4
4
|
# Author: Thomas Wieland
|
5
5
|
# ORCID: 0000-0001-5168-9846
|
6
6
|
# mail: geowieland@googlemail.com
|
7
|
-
# Version: 1.
|
8
|
-
# Last update: 2025-05-
|
7
|
+
# Version: 1.2.0
|
8
|
+
# Last update: 2025-05-14 18:28
|
9
9
|
# Copyright (c) 2025 Thomas Wieland
|
10
10
|
#-----------------------------------------------------------------------
|
11
11
|
|