[source:webynux]
Google Search :
- DuckDuckGo : duckduckgo.com
- Seeks : seeks.fr
Google Chrome :
- Firefox : mozilla.org
L | Ma | Me | J | V | S | D |
---|---|---|---|---|---|---|
« sept | ||||||
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 |
[source:webynux]
Google Search :
Google Chrome :
SQLite is a in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform – you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures. These features make SQLite a popular choice as an Application File Format. Think of SQLite not as a replacement for Oracle but as a replacement for fopen() >> more
You might also interested in BerkeleyDB
[by Mark Lucas & Scott Bortman, originally published at The Open Source Business Resource]
« There is one thing stronger than all the armies in the world, and that is an idea whose time has come. » Victor Hugo
The availability of geospatial data sets is exploding. New satellites, aerial platforms, video feeds, global positioning system (GPS) tagged digital photos, and traditional geographic information system (GIS) information are dramatically increasing across the globe. These raw materials need to be dynamically processed, combined and correlated to generate value added information products to answer a wide range of questions.
The following list is a collection of GIS open source projects sorted by the hits according to oschina
This schema is used for tagging buildings with house-numbers (or full addresses).
[Source: JOSM wiki]
Le plugin Cadastre-fr (anciennement CadastreWMS) vous permet d’accéder aux images délivrées par le cadastre de la DGFiP (Direction Générale des Finances publiques), disponible à l’adresse http://www.cadastre.gouv.fr.
Coupling the development of a social ecosystem with the general goals of providing stability, marketing, and shared resources has helped make OSGeo an open source development success story. It brings together code, users and funding in a way that encourages further growth of solid products in an increasingly competitive business environment.
Removing barriers and finding common goals has helped to move forward not just geospatial technologies, but open source products in general. This provides more options to global organizations, helping them to avoid the risks of proprietary lock-in and black-box business services. (more>>)
While MySQL already provides some functionality to store and operate on geospatial data, the functionality leaves quite a lot to be desired and is far from providing full OpenGIS compatibility.
Most notably is that all functions that query spatial data only operate on MBRs (minimum bounding rectangles), to simplify the operations. More >>
« Man is a microcosm, or a little world, because he is an extract from all the stars and planets of the whole firmament, from the earth and the elements; and so he is their quintessence. » Philipus Aureolus Paracelsus
OpenRouteService is probably the most important application for street data – apart from visualizing them on a map. While there are a range of desktop (or even mobile) applications that can provide such functionalities also in combination with OSM data
Here is the wiki of OpenRouteService