-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
154 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.vscode-extensions | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
1 change: 1 addition & 0 deletions
1
examples/tutorial_6_flying_countries/tutorial_6_flying_countries.cpg
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 @@ | ||
UTF-8 |
Binary file not shown.
Binary file added
BIN
+19.7 MB
examples/tutorial_6_flying_countries/tutorial_6_flying_countries.gpkg
Binary file not shown.
1 change: 1 addition & 0 deletions
1
examples/tutorial_6_flying_countries/tutorial_6_flying_countries.prj
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 @@ | ||
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]] |
Binary file not shown.
27 changes: 27 additions & 0 deletions
27
examples/tutorial_6_flying_countries/tutorial_6_flying_countries.qmd
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 @@ | ||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | ||
<qgis version="3.35.0-Master"> | ||
<identifier></identifier> | ||
<parentidentifier></parentidentifier> | ||
<language></language> | ||
<type></type> | ||
<title></title> | ||
<abstract></abstract> | ||
<links/> | ||
<dates/> | ||
<fees></fees> | ||
<encoding></encoding> | ||
<crs> | ||
<spatialrefsys nativeFormat="Wkt"> | ||
<wkt></wkt> | ||
<proj4></proj4> | ||
<srsid>0</srsid> | ||
<srid>0</srid> | ||
<authid></authid> | ||
<description></description> | ||
<projectionacronym></projectionacronym> | ||
<ellipsoidacronym></ellipsoidacronym> | ||
<geographicflag>false</geographicflag> | ||
</spatialrefsys> | ||
</crs> | ||
<extent/> | ||
</qgis> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/usr/bin/env bash | ||
|
||
code --extensions-dir=".vscode-extensions" --list-extensions | xargs -L 1 echo code --extensions-dir=".vscode-extensions" --install-extension |
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,103 @@ | ||
|
||
<<<<<<< HEAD | ||
- Home: | ||
- Home: index.md | ||
- Code of Conduct: about/code-of-conduct.md | ||
- Contribute: about/contribute.md | ||
- License: about/license.md | ||
- Credits: about/credits.md | ||
- User: | ||
- user/index.md | ||
- Quickstart: | ||
- Installation: user/quickstart/install.md | ||
- Initial Configuration: user/quickstart/configure.md | ||
- Using the Workbench: user/quickstart/using.md | ||
- Guide: | ||
- user/guide/index.md | ||
- 1 Points on a Line: user/guide/tutorial1.md | ||
- 2 Dynamic Markers: user/guide/tutorial2.md | ||
- 3 Flying Points: user/guide/tutorial3.md | ||
- 4 Spinning Globe: user/guide/tutorial4.md | ||
- 5 Planar Map: user/guide/tutorial5.md | ||
- Manual: | ||
- user/manual/index.md | ||
- Preparing your project: user/manual/project_preparation.md | ||
- The workbench user interface: user/manual/workbench_ui.md | ||
- Expression Variables: library/variables.md | ||
- Expression Examples: library/snippets.md | ||
- Under the hood: user/manual/under_the_hood.md | ||
- FAQ: user/manual/faq.md | ||
- Developer: | ||
- developer/index.md | ||
- Guide: | ||
- developer/guide/index.md | ||
- Architecture: developer/guide/architecture.md | ||
- Prerequisites: developer/guide/prerequisites.md | ||
- Design: developer/guide/design.md | ||
- IDE Setup: developer/guide/ide-setup.md | ||
- Cloning: developer/guide/cloning.md | ||
- Configuration: developer/guide/configuration.md | ||
- Building: developer/guide/building.md | ||
- Workflows: developer/guide/workflows.md | ||
- Testing: developer/guide/testing.md | ||
- Documentation: developer/guide/docs.md | ||
- Manual: | ||
- developer/manual/index.md | ||
- API: | ||
- developer/api/index.md | ||
- Reference: developer/api/manual/index.md | ||
- Guide: developer/api/guide/index.md | ||
- Documentation Writing: | ||
- developer/documentation/index.md | ||
- Overview: developer/documentation/overview.md | ||
- Context Help: developer/documentation/context-help.md | ||
======= | ||
- Home: | ||
- Home: index.md | ||
- Code of Conduct: about/code-of-conduct.md | ||
- Contribute: about/contribute.md | ||
- License: about/license.md | ||
- Credits: about/credits.md | ||
- User: | ||
- user/index.md | ||
- Quickstart: | ||
- user/quickstart/index.md | ||
- Installation: user/quickstart/install.md | ||
- Initial Configuration: user/quickstart/configure.md | ||
- Using the Workbench: user/quickstart/using.md | ||
- Guide: | ||
- user/guide/index.md | ||
- 1 Points on a Line: user/guide/tutorial1.md | ||
- 2 Dynamic Markers: user/guide/tutorial2.md | ||
- 3 Flying Points: user/guide/tutorial3.md | ||
- 4 Spinning Globe: user/guide/tutorial4.md | ||
- 5 Planar Map: user/guide/tutorial5.md | ||
- Manual: | ||
- user/manual/index.md | ||
- Preparing your project: user/manual/project_preparation.md | ||
- The workbench user interface: user/manual/workbench_ui.md | ||
- Expression Variables: user/manual/variables.md | ||
- Expression Examples: user/manual/snippets.md | ||
- Under the hood: user/manual/under_the_hood.md | ||
- FAQ: user/manual/faq.md | ||
- Developer: | ||
- developer/index.md | ||
- Guide: | ||
- developer/guide/index.md | ||
- Architecture: developer/guide/architecture.md | ||
- Prerequisites: developer/guide/prerequisites.md | ||
- Design: developer/guide/design.md | ||
- IDE Setup: developer/guide/ide-setup.md | ||
- Cloning: developer/guide/cloning.md | ||
- Configuration: developer/guide/configuration.md | ||
- Building: developer/guide/building.md | ||
- Workflows: developer/guide/workflows.md | ||
- Testing: developer/guide/testing.md | ||
- Manual: | ||
- developer/manual/index.md | ||
- Documentation Writing: | ||
- developer/documentation/index.md | ||
- Overview: developer/documentation/overview.md | ||
- Context Help: developer/documentation/context-help.md | ||
|
||
>>>>>>> 172ef3bf0af4719b54be46f50d6a292b881a66a5 |
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,18 @@ | ||
#!/usr/bin/env bash | ||
echo "🪛 Installing VSCode Extensions:" | ||
echo "--------------------------------" | ||
code --extensions-dir=".vscode-extensions" --install-extension donjayamanne.python-environment-manager | ||
code --extensions-dir=".vscode-extensions" --install-extension donjayamanne.python-extension-pack | ||
code --extensions-dir=".vscode-extensions" --install-extension hbenl.vscode-test-explorer | ||
code --extensions-dir=".vscode-extensions" --install-extension jamesqquick.python-class-generator | ||
code --extensions-dir=".vscode-extensions" --install-extension KevinRose.vsc-python-indent | ||
code --extensions-dir=".vscode-extensions" --install-extension littlefoxteam.vscode-python-test-adapter | ||
code --extensions-dir=".vscode-extensions" --install-extension ms-python.debugpy | ||
code --extensions-dir=".vscode-extensions" --install-extension ms-python.python | ||
code --extensions-dir=".vscode-extensions" --install-extension ms-python.vscode-pylance | ||
code --extensions-dir=".vscode-extensions" --install-extension ms-vscode.test-adapter-converter | ||
code --extensions-dir=".vscode-extensions" --install-extension njpwerner.autodocstring | ||
code --extensions-dir=".vscode-extensions" --install-extension VisualStudioExptTeam.intellicode-api-usage-examples | ||
code --extensions-dir=".vscode-extensions" --install-extension VisualStudioExptTeam.vscodeintellicode | ||
|
||
code --extensions-dir=".vscode-extensions" . |