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
| ### configuration file for assos_listen | |
| # upload | |
| upload = False | |
| # config for this sensor | |
| sensorID = "al_03" | |
| # sampling rate & chunk size | |
| chunkSize = 1024 | |
| samplingRate = 44100 #44100 # 44100 needed for Aves sampling |
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
| #[ pyt stuff ...] | |
| class MetricsCalcTool(object): | |
| def __init__(self): | |
| self.category = "ZonalMetrics" | |
| self.label = "FILL ME IN SUBCLASS" | |
| self.description = "FILL ME IN SUBCLASS" | |
| self.canRunInBackground = True | |
| self._temp_layers = [] | |
| self._temp_layer_nb = 1 |
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
| # alternative bivariate chloropleth map legend | |
| # by Florian Hoedt | |
| # gis.hoedt@gmail.com | |
| require(maptools) | |
| require(ape) #needed? | |
| # shp with data | |
| dataPath <- "C:/temp/Modul_09_VisKarto/A/A_1/both.shp" | |
| shpData <- readShapePoly(dataPath) |
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
| Traceback (most recent call last): | |
| File "/usr/bin/django-admin", line 5, in <module> | |
| management.execute_from_command_line() | |
| File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.p y", line 399, in execute_from_command_line | |
| utility.execute() | |
| File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.p y", line 392, in execute | |
| self.fetch_command(subcommand).run_from_argv(self.argv) | |
| File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 242, in run_from_argv | |
| self.execute(*args, **options.__dict__) | |
| File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 285, in execute |
NewerOlder