-
Updated
Aug 17, 2020 - Go
geospatial
Here are 943 public repositories matching this topic...
-
Updated
Sep 8, 2020 - Jupyter Notebook
-
Updated
Jun 13, 2020 - Go
Currently we draw random source/target nodes for our sample queries in the Measurement class. However, this means our results depend on the node IDs. For example without optimize() we get different queries/results: #2118
Instead, we should:
- Generate random GPS coordinates (within the boundaries of the measurement map) and check if we get a valid snapped node, if yes add this node to a
Good first issue
Please respect the following template to report a new issue, otherwise your issue will be automatically closed.
Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.
Make sure the issue concerns the BlenderGIS addon and not Blender itself.
In preference do not ask for help here, only report
-
Updated
Sep 8, 2020 - Python
-
Updated
Sep 8, 2020 - PHP
-
Updated
Sep 10, 2020 - JavaScript
I briefly looked some of the h3lib code via web interface, and they use malloc / free. Forgive me if h3lib can already configure to be used with other memory management routines.
I am wondering if it is possible to add configurable memory management routines other than malloc / free. I could certainly modify the code myself, but then it would create an upgrade / merge issue.
Basically, I a
-
Updated
Sep 10, 2020 - TypeScript
-
Updated
Aug 5, 2020
Is there a way to know when the imagery was collected? I assume sometime in the daylight hours, and probably recently(?) but I have no way of knowing by looking at the output and the associated image.
Can that output be put in the CLI output or some other metadata file that gets associated with the LC####### directory?
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Sep 10, 2020 - Python
'react-autocomplete' (https://github.com/reactjs/react-autocomplete) is no longer maintained and causing warnings
react-dom.development.js:12357 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
- Move code with side effects to componentDidMount, and set initial state in the constructor.
- R
-
Updated
Aug 24, 2020 - Batchfile
-
Updated
Sep 8, 2020 - PLpgSQL
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Sep 8, 2020 - Java
-
Updated
Apr 27, 2020 - Java
-
Updated
Mar 15, 2018 - JavaScript
-
Updated
Sep 6, 2020 - Jupyter Notebook
-
Updated
Sep 10, 2020 - Java
-
Updated
May 27, 2020 - Java
Improve this page
Add a description, image, and links to the geospatial topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geospatial topic, visit your repo's landing page and select "manage topics."
Sandcastle example: open any basic shape (e.g. Rectangle) and try to set an outlineWidth, or search "outlineWidth" on this tracker and read any of a bunch of existing issues, starting with #40 (!)
Browser: any
Operating System: Windows only, apparently
Since the very beginning of Cesium, people have been trying to use the
outlineWidthproperty on EllipseGraphics, RectangleGraphics, Po