vector
Here are 1,188 public repositories matching this topic...
-
Updated
Apr 22, 2021 - C++
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
May 12, 2019 - Java
The gdal/swig/python/samples/ogr_layer_algebra.py should be promoted to an official Python script
Steps:
- move it to gdal/swig/python/scripts
- create a new test script for it in autotest/pyscripts/test_ogr_layer_algebra.py
- write a documentation page in doc/source/programs/ogr_layer_algebra (and link it to the index)
-
Updated
Mar 19, 2019 - Java
-
Updated
Apr 26, 2021 - C++
-
Updated
Jun 30, 2020 - Go
-
Updated
Nov 3, 2020 - Kotlin
Forgive me if this already exists, because I couldn't find it in the docs, but is there a way to construct a matrix row-by-row using an iterator? (for cases when source data structure already represents them in row-by-row form)
Currently the only way I found is creating matrix NxM using from_iterator, and then invoking transpose to get MxN, but this is rather inefficient - first, it nee
-
Updated
Apr 17, 2021 - PHP
-
Updated
Jun 1, 2020 - Java
When I edit a polygon with a zoom level low and I snap this polygon to another one, it's very common the created snap point is not exactly on the line / point.
For me, it's a problem regarding I control if these polygons are not intersecting.
Is your feature request related to a problem? Please describe.
Can't use keyboard mnemonics Alt + O or Alt + C to apply or cancel changes
Describe the solution you'd like
Implement the mnemonics
Describe alternatives you've considered
Use mouse click to apply or cancel changes
Additional context
.
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
-
Updated
Apr 21, 2021 - Rust
-
Updated
Apr 27, 2021 - Go
Improve this page
Add a description, image, and links to the vector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vector topic, visit your repo's landing page and select "manage topics."
People at sohu say this setting is useful because the result of the query, rounded up with python's round function, takes three times longer than all the other commands combined.It's a question someone on StackOverflow asked.