You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Windows users:** Ensure you select the correct Geosupport installation that corresponds to the Python interpreter you are using. Ex., Python 32-bit will only work with Geosupport 32-bit.
17
17
18
-
`python-geosupport` requires certain environmental variables to be set. This should be handled by the Geosupport Desktop installation process. However, if you encounter issues, please check that the `GEOFILES` variable is set to the `fls` directory of your installation and the Geosupport `bin` directory is in the `PATH`.
19
-
18
+
Additionally, you should check that the following environmental variables are set:
19
+
*`GEOFILES` = the `fls` directory of your Geosupport installation. (ex. `C:\Program Files (x86)\Geosupport Desktop Edition\fls\`)
20
+
* The Geospport `bin` directory is in the `PATH`. (ex. `C:\Program Files (x86)\Geosupport Desktop Edition\bin`)
20
21
21
22
**Linux users:** Extract the .zip to a folder of your choice and set the `GEOFILES` and `LD_LIBRARY_PATH` environmental variables of the `fls` and `lib` directories like so:
Copy file name to clipboardExpand all lines: geosupport/parsers/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
| 1A | not yet supported |
7
7
| BL |`bbl`|
8
8
| BN |`bin`|
9
-
| 1B |`address`|`place`|
9
+
| 1B |`address`&`place`|
10
10
| AP Extended |`address_point`|
11
11
| 2W |`intersection`|
12
12
| 3 Extended |`street_segment`|
@@ -18,6 +18,4 @@
18
18
All geocoding functions return the output items in `all_wa1.py` where indicated. Additionally, each function returns the items in its associated filename.
19
19
20
20
For more information on NYC Planning Geosupport COW's, see *APPENDIX 13: CHARACTER-ONLY WORK AREA LAYOUTS (COW)*:
21
-
https://nycplanning.github.io/Geosupport-UPG/appendices/appendix13/. The documentation from this url was parsed using [bs4](https://www.crummy.com/software/BeautifulSoup/) to create all `python-geosupport` dictionaries w/comments.
0 commit comments