Geographic Information System
A geographic information system (GIS) is a conceptualized framework that provides the ability to capture and
analyze spatial and geographic data. GIS applications (or GIS apps) are computer-based tools that allow the
user to create interactive queries (user-created searches), store and edit spatial and non-spatial data,
analyze spatial information output, and visually share the results of these operations by presenting them as
maps.
Here are 3,109 public repositories matching this topic...
-
Updated
May 31, 2022 - JavaScript
-
Updated
May 31, 2022 - Python
-
Updated
May 30, 2022 - Python
Shared WebGL context
maptalks's version and what browser you use?
v0.43.0, chrome
Issue description
Layers do not share WebGL context, which creates glitches when a map has more than one 3d layer. For example a buildings layer with a 3D line will not hide the line behind the buildings.
In particular, I am implementing a 3D terrain layer but this layer will not hide (behind mountains) any other 3d element
-
Updated
Apr 25, 2022 - C++
-
Updated
Apr 15, 2022
-
Updated
May 31, 2022 - TypeScript
-
Updated
Jul 30, 2021 - C++
-
Updated
Dec 23, 2020 - C
-
Updated
May 31, 2022 - Python
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?
rasterio.warp.reproject takes a kwargs parameter, which is passed to the "transformation function". It is not by any means clear what this means. What transformation function? What are the allowed values for kwargs? Can this please be expanded on? Thanks.
Looks like it is possible to do it even on Python older than 3.10. See projectmesa/mesa-geo#67 (comment).
Update: from implementing #1345, looks like older Pythons don't support type aliases with | yet. For this issue to be completely resolved, we need to wait until 3.10 is the oldest supported version.
-
Updated
May 18, 2022 - JavaScript
In the event payload there is always the source and the possibility to add custom properties. Is it possible to extend types and make a base event type with source and custom properties?
JS where the payload and the custom payload are merged:
https://github.com/
-
Updated
May 31, 2022 - Batchfile
-
Updated
Jun 2, 2022 - HTML
-
Updated
May 31, 2022 - Java
-
Updated
May 16, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Python
-
Updated
May 31, 2022 - Python
-
Updated
Jun 1, 2022 - PLpgSQL
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 2, 2022 - C++
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
May 9, 2022 - Python
- Wikipedia
- Wikipedia


Currently
IndexDatatype.createTypedArrayonly outputsUint16ArrayandUint32Array. This caused a bug in #10344 because it returned aUint16Arrayfor uint8 indices, which was too big for thegetBufferDatafunction. The fix itself is easy but it causes a lot of unit tests to break, which will take more time to fix.Once this function is changed to return
Uint8Array, the manual check i