-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding test for
KrausPfeifer1998
, fixing .classify
for same. Closes
- Loading branch information
1 parent
4963445
commit b6b6ef0
Showing
10 changed files
with
188 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{aa3e2147-3c18-4aa6-9a18-4dd5b1504264}</ProjectGuid> | ||
<ProjectHome /> | ||
<StartupFile>setup.py</StartupFile> | ||
<SearchPath /> | ||
<WorkingDirectory>.</WorkingDirectory> | ||
<OutputPath>.</OutputPath> | ||
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids> | ||
<LaunchProvider>Standard Python launcher</LaunchProvider> | ||
<InterpreterId>CondaEnv|CondaEnv|pyfor_env</InterpreterId> | ||
<TestFramework>unittest</TestFramework> | ||
<UnitTestPattern>test_*.py</UnitTestPattern> | ||
<UnitTestRootDirectory>pyfortest</UnitTestRootDirectory> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" /> | ||
<PropertyGroup Condition="'$(Configuration)' == 'Release'" /> | ||
<PropertyGroup> | ||
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Content Include="docs\html\advanced\groundfilter.html" /> | ||
<Content Include="docs\html\advanced\handlinglargeacquisitions.html" /> | ||
<Content Include="docs\html\advanced\index.html" /> | ||
<Content Include="docs\html\advanced\understandingcomponents.html" /> | ||
<Content Include="docs\html\api\index.html" /> | ||
<Content Include="docs\html\api\modules.html" /> | ||
<Content Include="docs\html\api\pyfor.clip.html" /> | ||
<Content Include="docs\html\api\pyfor.cloud.html" /> | ||
<Content Include="docs\html\api\pyfor.collection.html" /> | ||
<Content Include="docs\html\api\pyfor.gisexport.html" /> | ||
<Content Include="docs\html\api\pyfor.ground_filter.html" /> | ||
<Content Include="docs\html\api\pyfor.html" /> | ||
<Content Include="docs\html\api\pyfor.metrics.html" /> | ||
<Content Include="docs\html\api\pyfor.rasterizer.html" /> | ||
<Content Include="docs\html\api\pyfor.voxelizer.html" /> | ||
<Content Include="docs\html\genindex.html" /> | ||
<Content Include="docs\html\gettingstarted.html" /> | ||
<Content Include="docs\html\index.html" /> | ||
<Content Include="docs\html\installation.html" /> | ||
<Content Include="docs\html\introduction.html" /> | ||
<Content Include="docs\html\py-modindex.html" /> | ||
<Content Include="docs\html\search.html" /> | ||
<Content Include="docs\html\searchindex.js" /> | ||
<Content Include="docs\html\structure.html" /> | ||
<Content Include="docs\html\topics\canopyheightmodel.html" /> | ||
<Content Include="docs\html\topics\clipping.html" /> | ||
<Content Include="docs\html\topics\index.html" /> | ||
<Content Include="docs\html\topics\normalization.html" /> | ||
<Content Include="docs\html\_images\chm_final.png" /> | ||
<Content Include="docs\html\_images\simple_plot.png" /> | ||
<Content Include="docs\html\_sources\index.rst.txt" /> | ||
<Content Include="docs\html\_static\ajax-loader.gif" /> | ||
<Content Include="docs\html\_static\basic.css" /> | ||
<Content Include="docs\html\_static\comment-bright.png" /> | ||
<Content Include="docs\html\_static\comment-close.png" /> | ||
<Content Include="docs\html\_static\comment.png" /> | ||
<Content Include="docs\html\_static\css\badge_only.css" /> | ||
<Content Include="docs\html\_static\css\theme.css" /> | ||
<Content Include="docs\html\_static\doctools.js" /> | ||
<Content Include="docs\html\_static\documentation_options.js" /> | ||
<Content Include="docs\html\_static\down-pressed.png" /> | ||
<Content Include="docs\html\_static\down.png" /> | ||
<Content Include="docs\html\_static\file.png" /> | ||
<Content Include="docs\html\_static\fonts\fontawesome-webfont.svg" /> | ||
<Content Include="docs\html\_static\jquery-3.2.1.js" /> | ||
<Content Include="docs\html\_static\jquery.js" /> | ||
<Content Include="docs\html\_static\js\modernizr.min.js" /> | ||
<Content Include="docs\html\_static\js\theme.js" /> | ||
<Content Include="docs\html\_static\minus.png" /> | ||
<Content Include="docs\html\_static\plus.png" /> | ||
<Content Include="docs\html\_static\pygments.css" /> | ||
<Content Include="docs\html\_static\searchtools.js" /> | ||
<Content Include="docs\html\_static\underscore-1.3.1.js" /> | ||
<Content Include="docs\html\_static\underscore.js" /> | ||
<Content Include="docs\html\_static\up-pressed.png" /> | ||
<Content Include="docs\html\_static\up.png" /> | ||
<Content Include="docs\html\_static\websupport.js" /> | ||
<Content Include="docs\img\chm_final.png" /> | ||
<Content Include="docs\img\clipped.png" /> | ||
<Content Include="docs\img\simple_plot.png" /> | ||
<Content Include="docs\img\unclipped.png" /> | ||
<Content Include="docs\index.html" /> | ||
<Content Include="docs\logo.png" /> | ||
<Content Include="docs\norm_sample.png" /> | ||
<Content Include="docs\tile.png" /> | ||
<Content Include="License.txt" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="docs\conf.py" /> | ||
<Compile Include="pyfortest\test_collection.py" /> | ||
<Compile Include="pyfortest\test_pyfor.py" /> | ||
<Compile Include="pyfortest\__init__.py" /> | ||
<Compile Include="pyfor\clip.py" /> | ||
<Compile Include="pyfor\cloud.py" /> | ||
<Compile Include="pyfor\collection.py" /> | ||
<Compile Include="pyfor\gisexport.py" /> | ||
<Compile Include="pyfor\ground_filter.py" /> | ||
<Compile Include="pyfor\metrics.py" /> | ||
<Compile Include="pyfor\rasterizer.py" /> | ||
<Compile Include="pyfor\voxelizer.py" /> | ||
<Compile Include="pyfor\__init__.py" /> | ||
<Compile Include="setup.py" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="docs" /> | ||
<Folder Include="docs\html" /> | ||
<Folder Include="docs\html\advanced" /> | ||
<Folder Include="docs\html\api" /> | ||
<Folder Include="docs\html\topics" /> | ||
<Folder Include="docs\html\_images" /> | ||
<Folder Include="docs\html\_sources" /> | ||
<Folder Include="docs\html\_static" /> | ||
<Folder Include="docs\html\_static\css" /> | ||
<Folder Include="docs\html\_static\fonts" /> | ||
<Folder Include="docs\html\_static\js" /> | ||
<Folder Include="docs\img" /> | ||
<Folder Include="pyfor" /> | ||
<Folder Include="pyfortest" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<InterpreterReference Include="CondaEnv|CondaEnv|pyfor_env" /> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> | ||
</Project> |
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: pyfor_env | ||
|
||
dependencies: | ||
- python=3.7 | ||
- gdal | ||
- rasterio | ||
- conda-forge::pyproj | ||
- numpy | ||
- pandas | ||
- scipy | ||
- scikit-image | ||
- scikit-learn | ||
- pyqtgraph | ||
- matplotlib | ||
- pyopengl | ||
- numba | ||
- libkml | ||
- geopandas | ||
- joblib | ||
- poppler | ||
- conda-forge::lastools | ||
- pip: | ||
- laspy | ||
- laxpy | ||
- sphinx_rtd_theme | ||
- python-coveralls | ||
- plyfile |