vector
Here are 1,036 public repositories matching this topic...
-
Updated
Oct 29, 2020 - C++
-
Updated
May 12, 2019 - Java
There are several variable naming errors in the function _GetAllAssets
in earth_enterprise/src/server/wsgi/serve/publish/publish_manager_helper.py
. Here is a part of the function:
except psycopg2.Warning as w:
logger.error(w)
http_io.ResponseWriter.AddJsonFailureBody(response, str(e))
except psycopg2.Error as e:
logger.error(e)
http_io.ResponseWrite
-
Updated
Mar 19, 2019 - Java
See below; version 2.4.2 from the ubuntugis ppa.
Expected output is just the version information, no crash.
$ gdal2tiles.py --version
GDAL 2.4.2, released 2019/06/28
Traceback (most recent call last):
File "/usr/bin/gdal2tiles.py", line 2927, in <module>
main()
File "/usr/bin/gdal2tiles.py", line 2917, in main
input_file, output_folder, options = process_args(argv[1:])
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Jun 30, 2020 - Go
In ncollide
we have an IsometryOps
trait that defines the lerp_slep
method for isometry interpolation. This interpolation uses linear interpolation for the translation part of the isometry, and spherical interpolation for its angular part.
We should add this lerp_slerp
method directly to nalgebra's `Is
-
Updated
Oct 23, 2020 - PHP
-
Updated
Jun 1, 2020 - Java
Maintainers, it's possible to have two keyboard shortcuts at the same time. For now, we have this PR implementing Inkscape style shortcuts
- canvas-zoom-in :
=
- canvas-zoom-out :
-
- canvas-zoom-fit :
0
The above new canvas zoom shortcuts is already paving way for UX consistency for issue #1122
However, if you want to keep the legacy style
- canvas-z
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Oct 28, 2020 - Java
-
Updated
Oct 17, 2020 - C
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
.
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
- Go to Rextester
- Copy or write the example
-
Updated
Sep 1, 2020 - Rust
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 23, 2020 - C
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.