This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 鷗外Çözümكلِّن |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: base | |
| channels: | |
| - defaults | |
| dependencies: | |
| - beautifulsoup4=4.11.1=py39haa95532_0 | |
| - brotlipy=0.7.0=py39h2bbff1b_1003 | |
| - bzip2=1.0.8=he774522_0 | |
| - ca-certificates=2022.10.11=haa95532_0 | |
| - certifi=2022.9.24=py39haa95532_0 | |
| - cffi=1.15.0=py39h2bbff1b_0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import itertools | |
| import pandas as pd | |
| values = [('A', 'B', 'C'), | |
| ('1', '2', '3'), | |
| ('P', 'Q', 'R')] | |
| df = pd.DataFrame([''.join(p) for p in itertools.product(*values)]) | |
| """ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/python/0020-Add-CondaEcosystemModifyDllSearchPath.patch b/python/0020-Add-CondaEcosystemModifyDllSearchPath.patch | |
| index baa429d0..686efea8 100644 | |
| --- a/python/0020-Add-CondaEcosystemModifyDllSearchPath.patch | |
| +++ b/python/0020-Add-CondaEcosystemModifyDllSearchPath.patch | |
| @@ -27,7 +27,7 @@ index 5076d5442c..094813e954 100644 | |
| #endif | |
| #ifdef _MSC_VER | |
| -@@ -343,6 +347,375 @@ run_file(FILE *fp, const wchar_t *filename, PyCompilerFlags *p_cf) | |
| +@@ -343,6 +352,379 @@ run_file(FILE *fp, const wchar_t *filename, PyCompilerFlags *p_cf) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Reclassify_3d | |
| Contour_3d | |
| ContourList_3d | |
| Intervisibility_3d | |
| Viewshed2_3d | |
| RegularizeBuildingFootprint_3d | |
| ClassifyLasBuilding_3d | |
| Clip_analysis | |
| Erase_analysis | |
| Identity_analysis |