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 2,873 public repositories matching this topic...
-
Updated
Dec 29, 2021 - JavaScript
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.
If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network
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
Dec 24, 2021 - Python
-
Updated
Dec 24, 2021 - C++
-
Updated
Dec 24, 2021
-
Updated
Dec 31, 2021 - TypeScript
-
Updated
Jul 30, 2021 - C++
-
Updated
Dec 23, 2020 - C
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.
-
Updated
Dec 31, 2021 - Python
What's the problem this feature will solve?
I am currently working on a project using mesa. Great framework! The problem is that I use ContinuousSpace, and want to visualise it. Is this something you are working on?
-
Updated
Dec 3, 2021 - JavaScript
In the event payload the return type of layer is `L.Layer? so it needs to be casted to the Layer-Type.
layer.on('pm:edit', (e) => {
if(e.shape === 'Polygon'){
(e.layer as Polygon).getLatLngs();
}
});
I think following should work too: (But not tested)
layer.on('pm:edit', (e) => {
if(e.layer instanceof L.Polygon){
(e.layer as Polygon).getLatLngs();
}
-
Updated
Dec 30, 2021 - Batchfile
-
Updated
Dec 8, 2021 - HTML
-
Updated
Dec 23, 2021 - Java
-
Updated
Oct 12, 2021 - JavaScript
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 29, 2021 - PLpgSQL
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 24, 2021 - C++
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Dec 9, 2021 - Python
- Wikipedia
- Wikipedia
Sandcastle example: NA
Browser: MS Edge 85.0.564.68