Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
70246ce9
authored
May 24, 2020
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
new and update
parent
3e1494d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
common/docs/knowledgeBase/c++17.txt
common/docs/knowledgeBase/creating-city-geojson-polygon.txt
products/MCX/design/Edge/design-notes.txt
common/docs/knowledgeBase/c++17.txt
View file @
70246ce9
...
...
@@ -23,5 +23,11 @@ g++ --version
# If you are already are root (e.g. inside a docker image), remove the "sudo" below.
ls -la /usr/bin/ | grep -oP "[\S]*(gcc|g\+\+)(-[a-z]+)*[\s]" | xargs sudo bash -c 'for link in ${@:1}; do ln -s -f "/u
[package dependenciy management]
https://github.com/Microsoft/vcpkg
[personal repository ]
https://help.ubuntu.com/community/Repositories/Personal
https://medium.com/sqooba/create-your-own-custom-and-authenticated-apt-repository-1e4a4cf0b864
common/docs/knowledgeBase/creating-city-geojson-polygon.txt
0 → 100644
View file @
70246ce9
1 Getting the OSM relation ID
- go to: https://nominatim.openstreetmap.org/
- enter th city, search and look for 'city' in the results, click on it
- search and copy the OSM id, e.g for fremont it is '111943'
2 Get the GeoJSON from the ID
- go to http://polygons.openstreetmap.fr/index.py
- enter the OSM id and click
- from the table. choose the first row (you can choose the 'image' and see if it is correct) and click
on 'GeoJSON' option and the received json.
Note: some implementation will require the Full GeoJSON, and some will require the 'geometries' part
products/MCX/design/Edge/design-notes.txt
0 → 100644
View file @
70246ce9
[Messaging]
https://www.emqx.io/products/edge
[Database]
- SQLite with Spatialite
https://www.sqlite.org/index.html
https://www.bostongis.com/PrinterFriendly.aspx?content_name=spatialite_tut01
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment