Descripteur
Termes descripteurs IGN > informatique > base de données > modèle logique de données
modèle logique de donnéesSynonyme(s)structure de donnéesVoir aussi |



Etendre la recherche sur niveau(x) vers le bas
Unsupervised change detection between SAR images based on hypergraphs / Jun Wang in ISPRS Journal of photogrammetry and remote sensing, vol 164 (June 2020)
![]()
[article]
Titre : Unsupervised change detection between SAR images based on hypergraphs Type de document : Article/Communication Auteurs : Jun Wang, Auteur ; Xuexi Yang, Auteur ; Xiangyu Yang, Auteur ; et al., Auteur Année de publication : 2020 Article en page(s) : pp 61 - 72 Note générale : bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Traitement d'image radar et applications
[Termes descripteurs IGN] approche pixel
[Termes descripteurs IGN] classification non dirigée
[Termes descripteurs IGN] corrélation automatique de points homologues
[Termes descripteurs IGN] détection de changement
[Termes descripteurs IGN] Hypergraph Based Data Structure
[Termes descripteurs IGN] image radar moirée
[Termes descripteurs IGN] partition des données
[Termes descripteurs IGN] précision de la classificationRésumé : (auteur) The performance of synthetic aperture radar (SAR) image change detection is mainly relied on the quality of the difference image and the accuracy of the classification method. Considering the above mentioned issues, this paper proposes an unsupervised framework for SAR image change detection in which each pixel is taken as a vertex and the collection of pixels is represented by hyperedges in a hypergraph. Thus, the task of SAR image change detection is formulated as the problem of hypergraph matching and hypergraph partition. First, instead of using the K nearest neighbour rule, we propose a coupling neighbourhood based on the spatial-intensity constraint to gather the neighbours for each vertex. Then, hyperedges are constructed on the pixels and their coupling neighbours. The weight of hyperedge is computed via the sum of the patch-based pairwise affinities within the hyperedge. Through modelling the two hypergraphs on the bi-temporal SAR images, not only the change level of vertices is described, but also the changes of local grouping and consistency within hyperedge are excavated. Thus, the difference image with a good separability can be obtained by matching each vertex and hyperedge between the two hypergraphs. Finally, a generalized hypergraph partition technique is employed to classify changed and unchanged areas in the generated difference image. Experimental results on real SAR datasets confirm the validity of the proposed framework in improving the robustness and accuracy of change detection. Numéro de notice : A2020-251 Affiliation des auteurs : non IGN Thématique : IMAGERIE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1016/j.isprsjprs.2020.04.007 date de publication en ligne : 19/04/2020 En ligne : https://doi.org/10.1016/j.isprsjprs.2020.04.007 Format de la ressource électronique : url article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=94995
in ISPRS Journal of photogrammetry and remote sensing > vol 164 (June 2020) . - pp 61 - 72[article]Réservation
Réserver ce documentExemplaires (3)
Code-barres Cote Support Localisation Section Disponibilité 081-2020061 SL Revue Centre de documentation Revues en salle Disponible 081-2020063 DEP-RECP Revue MATIS Dépôt en unité Exclu du prêt 081-2020062 DEP-RECF Revue Nancy Dépôt en unité Exclu du prêt
Titre : Programming persistent memory : a comprehensive guide for developers Type de document : Guide/Manuel Auteurs : Steve Scargall, Auteur Editeur : New York : Apress Année de publication : 2020 Importance : 438 p. ISBN/ISSN/EAN : 978-1-4842-4932-1 Note générale : Glossaire Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes descripteurs IGN] C++
[Termes descripteurs IGN] données massives
[Termes descripteurs IGN] Java (langage de programmation)
[Termes descripteurs IGN] Linux
[Termes descripteurs IGN] modèle logique de données
[Termes descripteurs IGN] programmation informatiqueRésumé : (Auteur) Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings together several new software/hardware requirements, and offers great promise for better performance and faster application startup times—a huge leap forward in byte-addressable capacity compared with current DRAM offerings. This revolutionary new technology gives applications significant performance and capacity improvements over existing technologies. It requires a new way of thinking and developing, which makes this highly disruptive to the IT/computing industry. The full spectrum of industry sectors that will benefit from this technology include, but are not limited to, in-memory and traditional databases, AI, analytics, HPC, virtualization, and big data. Programming Persistent Memory describes the technology and why it is exciting the industry. It covers the operating system and hardware requirements as well as how to create development environments using emulated or real persistent memory hardware. The book explains fundamental concepts; provides an introduction to persistent memory programming APIs for C, C++, JavaScript, and other languages; discusses RMDA with persistent memory; reviews security features; and presents many examples. Source code and examples that you can run on your own systems are included. What You’ll Learn Understand what persistent memory is, what it does, and the value it brings to the industry Become familiar with the operating system and hardware requirements to use persistent memory Know the fundamentals of persistent memory programming: why it is different from current programming methods, and what developers need to keep in mind when programming for persistence Look at persistent memory application development by example using the Persistent Memory Development Kit (PMDK) Design and optimize data structures for persistent memory Study how real-world applications are modified to leverage persistent memory Utilize the tools available for persistent memory programming, application performance profiling, and debugging Who This Book Is For C, C++, Java, and Python developers, but will also be useful to software, cloud, and hardware architects across a broad spectrum of sectors, including cloud service providers, independent software vendors, high performance compute, artificial intelligence, data analytics, big data, etc. Note de contenu :
Chapter 1: Introduction to Persistent Memory Programming
Chapter 2: Persistent Memory Architecture
Chapter 3: Operating System Support for Persistent Memory
Chapter 4: Fundamental Concepts of Persistent Memory Programming
Chapter 5: Introducing the Persistent Memory Development Kit
Chapter 6: libpmem: Low-Level Persistent Memory Support
Chapter 7: libpmemobj: A Native Transactional Object Store
Chapter 8: libpmemobj-cpp: The Adaptable Language - C++ and Persistent Memory
Chapter 9: pmemkv: A Persistent In-Memory
Chapter 10: Volatile Use of Persistent Memory
Chapter 11: Designing Data Structures for Persistent Memory
Chapter 12: Debugging Persistent Memory Applications
Chapter 13: Enabling Persistence Using a Real-World Application
Chapter 14: Concurrency and Persistent Memory
Chapter 15: Profiling and Performance
Chapter 16: PMDK Internals: Important Algorithms and Data Structures
Chapter 17: Reliability, Availability, and Serviceability (RAS)
Chapter 18: Remote Persistent Memory
Chapter 19: Advanced Topics
Appendix A: How to Install NDCTL and DAXCTL on Linux
Appendix B: How to Install the Persistent Memory Development Kit (PMDK)
Appendix C: How to Install IPMCTL on Linux and Windows
Appendix D: Java for Persistent Memory
Appendix E: The Future of Remote Persistent Memory ReplicationNuméro de notice : 26513 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-1-4842-4932-1 En ligne : http://doi.org/10.1007/978-1-4842-4932-1 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=97277
Titre : Pro TBB : C++ parallel programming with Threading Building Blocks Type de document : Guide/Manuel Auteurs : Michael Voss, Auteur ; Rafael Asenjo, Auteur ; James Reinders, Auteur Editeur : New York : Apress Année de publication : 2019 Autre Editeur : Springer Nature Importance : 754 p. ISBN/ISSN/EAN : 978-1-4842-4398-5 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Informatique
[Termes descripteurs IGN] C++
[Termes descripteurs IGN] modèle logique de données
[Termes descripteurs IGN] programmation informatique
[Termes descripteurs IGN] Standard Template LibraryRésumé : (Editeur) This open access book is a modern guide for all C++ programmers to learn Threading Building Blocks (TBB). Written by TBB and parallel programming experts, this book reflects their collective decades of experience in developing and teaching parallel programming with TBB, offering their insights in an approachable manner. Throughout the book the authors present numerous examples and best practices to help you become an effective TBB programmer and leverage the power of parallel systems. Pro TBB starts with the basics, explaining parallel algorithms and C++'s built-in standard template library for parallelism. You'll learn the key concepts of managing memory, working with data structures and how to handle typical issues with synchronization. Later chapters apply these ideas to complex systems to explain performance tradeoffs, mapping common parallel patterns, controlling threads and overhead, and extending TBB to program heterogeneous systems or system-on-chips. What You'll Learn Use Threading Building Blocks to produce code that is portable, simple, scalable, and more understandable Review best practices for parallelizing computationally intensive tasks in your applications Integrate TBB with other threading packages Create scalable, high performance data-parallel programs Work with generic programming to write efficient algorithms Who This Book Is For C++ programmers learning to run applications on multicore systems, as well as C or C++ programmers without much experience with templates. No previous experience with parallel programming or multicore processors is required. Note de contenu :
PART 1
- Jumping Right In: “Hello, TBB!”
- Generic Parallel Algorithms
- Flow Graphs
- TBB and the Parallel Algorithms of the C++ Standard Template Library
- Synchronization: Why and How to Avoid It
- Data Structures for Concurrency
- Scalable Memory Allocation
- Mapping Parallel Patterns to TBB
PART 2
- The Pillars of Composability
- Using Tasks to Create Your Own Algorithms
- Controlling the Number of Threads Used for Execution
- Using Work Isolation for Correctness and Performance
- Creating Thread-to-Core and Task-to-Thread Affinity
- Using Task Priorities
- Cancellation and Exception Handling
- Tuning TBB Algorithms: Granularity, Locality, Parallelism, and Determinism
- Flow Graphs: Beyond the Basics
- Beef Up Flow Graphs with Async Nodes
- Flow Graphs on Steroids: OpenCL Nodes
- TBB on NUMA ArchitecturesNuméro de notice : 26521 Affiliation des auteurs : non IGN Thématique : INFORMATIQUE Nature : Manuel informatique DOI : 10.1007/978-1-4842-4398-5 En ligne : http://doi.org/10.1007/978-1-4842-4398-5 Format de la ressource électronique : URL Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=97474 The map as knowledge base / Dalia E. Varanka in International journal of cartography, vol 4 n° 2 (June 2018)
![]()
[article]
Titre : The map as knowledge base Type de document : Article/Communication Auteurs : Dalia E. Varanka, Auteur ; E. Lynn Usery, Auteur Année de publication : 2018 Article en page(s) : pp 201 - 223 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Géomatique web
[Termes descripteurs IGN] base de connaissances
[Termes descripteurs IGN] carte
[Termes descripteurs IGN] interface utilisateur
[Termes descripteurs IGN] modèle logique de données
[Termes descripteurs IGN] PostgreSQL
[Termes descripteurs IGN] SPARQL
[Termes descripteurs IGN] visualisation cartographique
[Termes descripteurs IGN] web sémantiqueRésumé : (Auteur) This paper examines the concept and implementation of a map as a knowledge base. A map as a knowledge base means that the visual map is not only the descriptive compilation of data and design principles, but also involves a compilation of semantic propositions and logical predicates that create a body of knowledge organized as a map. The digital product of a map as knowledge base can be interpreted by machines, as well as humans, and can provide access to the knowledge base through interfaces to select features and other information from the map. The design of maps as a knowledge base involves technical approaches and a system architecture to support a knowledge base. This paper clarifies how a map as a knowledge base differs from earlier map theory models by investigating the knowledge-based concepts of implementation through logical modelling, a knowledge repository, user interfaces for information access, and cartographic visualization. The paper ends with proof of concepts for two types of cartographic data query. Numéro de notice : A2018-426 Affiliation des auteurs : non IGN Thématique : GEOMATIQUE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1080/23729333.2017.1421004 date de publication en ligne : 20/05/2018 En ligne : https://doi.org/10.1080/23729333.2017.1421004 Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=90919
in International journal of cartography > vol 4 n° 2 (June 2018) . - pp 201 - 223[article]Reducing classification error of grassland overgrowth by combing low-density lidar acquisitions and optical remote sensing data / Timo P Pitkänen in ISPRS Journal of photogrammetry and remote sensing, vol 130 (August 2017)
![]()
[article]
Titre : Reducing classification error of grassland overgrowth by combing low-density lidar acquisitions and optical remote sensing data Type de document : Article/Communication Auteurs : Timo P Pitkänen, Auteur ; Niina Käyhkö, Auteur Année de publication : 2017 Article en page(s) : pp 150 - 161 Note générale : Bibliographie Langues : Anglais (eng) Descripteur : [Vedettes matières IGN] Applications photogrammétriques
[Termes descripteurs IGN] analyse diachronique
[Termes descripteurs IGN] arbre (flore)
[Termes descripteurs IGN] boisement naturel
[Termes descripteurs IGN] carte de la végétation
[Termes descripteurs IGN] classification par forêts aléatoires
[Termes descripteurs IGN] densité des points
[Termes descripteurs IGN] détection de changement
[Termes descripteurs IGN] données lidar
[Termes descripteurs IGN] données localisées 3D
[Termes descripteurs IGN] erreur de classification
[Termes descripteurs IGN] image Landsat
[Termes descripteurs IGN] orthoimage
[Termes descripteurs IGN] prairie
[Termes descripteurs IGN] structure de données localiséesRésumé : (Auteur) Mapping structural changes in vegetation dynamics has, for a long time, been carried out using satellite images, orthophotos and, more recently, airborne lidar acquisitions. Lidar has established its position as providing accurate material for structure-based analyses but its limited availability, relatively short history, and lack of spectral information, however, are generally impeding the use of lidar data for change detection purposes. A potential solution in respect of detecting both contemporary vegetation structures and their previous trajectories is to combine lidar acquisitions with optical remote sensing data, which can substantially extend the coverage, span and spectral range needed for vegetation mapping. In this study, we tested the simultaneous use of a single low-density lidar data set, a series of Landsat satellite frames and two high-resolution orthophotos to detect vegetation succession related to grassland overgrowth, i.e. encroachment of woody plants into semi-natural grasslands. We built several alternative Random Forest models with different sets of variables and tested the applicability of respective data sources for change detection purposes, aiming at distinguishing unchanged grassland and woodland areas from overgrown grasslands. Our results show that while lidar alone provides a solid basis for indicating structural differences between grassland and woodland vegetation, and orthophoto-generated variables alone are better in detecting successional changes, their combination works considerably better than its respective parts. More specifically, a model combining all the used data sets reduces the total error from 17.0% to 11.0% and omission error of detecting overgrown grasslands from 56.9% to 31.2%, when compared to model constructed solely based on lidar data. This pinpoints the efficiency of the approach where lidar-generated structural metrics are combined with optical and multitemporal observations, providing a workable framework to identify structurally oriented and dynamically organized landscape phenomena, such as grassland overgrowth. Numéro de notice : A2017-513 Affiliation des auteurs : non IGN Thématique : IMAGERIE Nature : Article nature-HAL : ArtAvecCL-RevueIntern DOI : 10.1016/j.isprsjprs.2017.05.016 En ligne : https://doi.org/10.1016/j.isprsjprs.2017.05.016 Format de la ressource électronique : URL article Permalink : https://documentation.ensg.eu/index.php?lvl=notice_display&id=86459
in ISPRS Journal of photogrammetry and remote sensing > vol 130 (August 2017) . - pp 150 - 161[article]Réservation
Réserver ce documentExemplaires (3)
Code-barres Cote Support Localisation Section Disponibilité 081-2017081 RAB Revue Centre de documentation En réserve 3L Disponible 081-2017083 DEP-EXM Revue MATIS Dépôt en unité Exclu du prêt 081-2017082 DEP-EAF Revue Nancy Dépôt en unité Exclu du prêt Efficient terrestrial laser scan segmentation exploiting data structure / Hamid Mahmoudabadi in ISPRS Journal of photogrammetry and remote sensing, vol 119 (September 2016)
Permalink3D building reconstruction from ALS data using unambiguous decomposition into elementary structures / Malgorzata Jarząbek-Rychard in ISPRS Journal of photogrammetry and remote sensing, vol 118 (August 2016)
PermalinkA spectral–structural bag-of-features scene classifier for very high spatial resolution remote sensing imagery / Bei Zhao in ISPRS Journal of photogrammetry and remote sensing, vol 116 (June 2016)
PermalinkPermalinkMéthode pour la reconstruction, l'analyse et l'exploitation de réseaux tridimensionnels en milieu urbain / Marie Lacroix (2016)
PermalinkQuerying visible points in large obstructed space / Jianqiu Xu in Geoinformatica [en ligne], vol 19 n° 3 (July - September 2015)
PermalinkAn evaluation and classification of nD topological data structures for the representation of objects in a higher-dimensional GIS / Ken Arroyo Ohori in International journal of geographical information science IJGIS, vol 29 n° 5 (May 2015)
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkOut-of-core GPU-based change detection in massive 3D point clouds / Rico Richter in Transactions in GIS, vol 17 n° 5 (October 2013)
PermalinkReal-time generalization of point data in mobile and web mapping using quadtrees / Pia Bereuter in Cartography and Geographic Information Science, vol 40 n° 4 (September 2013)
PermalinkModèle intégré de description verbale et de représentation spatiale au sein des SIG / David Brosset in Cartes & Géomatique, n° 215 (mars 2013)
PermalinkPermalinkRetour d’expérience sur la restructuration d’un SIG et la diffusion des données dans le cadre de la directive INSPIRE / C. Devaux (01/09/2011)
PermalinkModelling and analysing 3D buildings with a primal/dual data structure / P. Boguslawski in ISPRS Journal of photogrammetry and remote sensing, vol 66 n° 2 (March - April 2011)
PermalinkA multiple representation data structure for dynamic visualisation of generalised 3D city models / B. Mao in ISPRS Journal of photogrammetry and remote sensing, vol 66 n° 2 (March - April 2011)
Permalinkvol 66 n° 2 - March - April 2011 - Quality, scale and analysis aspects of urban city models (Bulletin de ISPRS Journal of photogrammetry and remote sensing) / Monika Sester
PermalinkPermalinkGéodécisionnel : y'en a pour tous les goûts / Françoise de Blomac in SIG la lettre, n° 120 (octobre 2010)
PermalinkThe FOSS4G 2010 conference: fitting a global trend / J. Ticheler in Geoinformatics, vol 13 n° 7 (01/10/2010)
PermalinkUn graphe génératif pour la classification semi-supervisée / P. Gaillard in Ingénierie des systèmes d'information, ISI : Revue des sciences et technologies de l'information, RSTI, vol 15 n° 2 (mars - avril 2010)
PermalinkPermalinkA network representation of raster land-cover patches / L. De Cola in Photogrammetric Engineering & Remote Sensing, PERS, vol 76 n° 1 (January 2010)
PermalinkUrban granularities: a data structure for cognitively ergonomic route directions / Alexander Klippel in Geoinformatica, vol 13 n° 2 (June 2009)
PermalinkUse of grid computing modeling virtual geospatial products / A. Chen in International journal of geographical information science IJGIS, vol 23 n° 5 (may 2009)
PermalinkÉlaboration d'un nouvel outil visuel intégrant les ressources géomatiques d'une organisation / Claude Caron in Revue internationale de géomatique, vol 18 n° 1 (mars – mai 2008)
PermalinkMéthodologie de montage d'un SIG-3D par des étudiants / François Bouillé in XYZ, n° 114 (mars - mai 2008)
PermalinkWeb service approaches for providing enriched data structures to generalisation operators / M. Neun in International journal of geographical information science IJGIS, vol 22 n° 1-2 (february 2008)
PermalinkPermalinkLogical representation of a conceptual model for spatial data warehouses / E. Malinowski in Geoinformatica, vol 11 n° 4 (December 2007)
PermalinkPourquoi et comment écrire la structure d'un jeu de données géographiques / Sandrine Balley in Le monde des cartes, n° 194 (décembre 2007)
PermalinkUsability testing dynamics maps / Ioannis Delikostidis in GIM international, vol 21 n° 12 (December 2007)
PermalinkPermalinkPermalinkPermalinkA framework to enhance semantic flexibility for analysis of distributed phenomena / J Mcintosh in International journal of geographical information science IJGIS, vol 19 n° 10 (november 2005)
PermalinkExploring the hidden potential of common spatial data models to visualize uncertainty / J. Kardos in Cartography and Geographic Information Science, vol 32 n° 4 (October 2005)
PermalinkTowards a 3D feature overlay through a tetrahedral mesh data structure / Edward Verbree in Cartography and Geographic Information Science, vol 32 n° 4 (October 2005)
PermalinkLa Géodatabase sous ArcGIS, des fondements conceptuels à l'implémentation logicielle / F. Pirot in Géomatique expert, n° 41- 42 (01/03/2005)
PermalinkPermalinkDe la conception à la création d'un SIG pour la mise en œuvre d'une méthodologie de recensement des mares : cas de la région Nord-Pas-de-Calais, 1. Volume 1 / Redouane Arab (2005)
PermalinkDe la conception à la création d'un SIG pour la mise en œuvre d'une méthodologie de recensement des mares : cas de la région Nord-Pas-de-Calais, 2. Volume 2 / Redouane Arab (2005)
PermalinkConceptualisation et modélisation du SIG au sein du service d'ingénierie territoriale de la DDAF 21 / L. Delgado (2005)
PermalinkSystème d'information géographique et méthodologie de recensement des mares du Nord-Pas-de-Calais / Redouane Arab (2005)
PermalinkDigital bathymetric models from rational profiles / R.M. Marin in Surveying and land information science, vol 64 n° 4 (01/12/2004)
PermalinkA cadastral template: worldwide comparison of cadastral systems / D. Steudler in GIM international, vol 18 n° 5 (May 2004)
PermalinkA global kinetic spatial data structure for a marine simulation / Mir Abolfazl Mostafavi in International journal of geographical information science IJGIS, vol 18 n° 3 (april - may 2004)
PermalinkPermalinkPermalinkPermalinkConception et réalisation d'un module de cartographie des risques naturels sur ArcView GIS / C. Coquin (2004)
PermalinkDéveloppement d'un module permettant de traiter des points, des lignes, des polygones simples pour cartographier le bruit / M. Novak (2004)
PermalinkElaboration d'un modèle conceptuel de données à partir d'un catalogue d'objets normalisé et conversion en un modèle logique compatible avec le modèle ArcGIS / Jean-Charles Pruvost (2004)
PermalinkPermalinkPermalinkIntégration d'une visualisation 3D de situation tactique dans le framework Jaguar / J. Basset (2004)
PermalinkPermalinkPermalinkProceedings of the GIS Research UK, 12th Annual Conference, University of East Anglia, Norwich, 28th - 30th April 2004 / School of Environment Sciences (Norfolk, Norwich) (2004)
PermalinkStructuration d'une base de données axée sur les sentiers de l'Île de la Réunion / M. Kerneis (2004)
PermalinkModelling the history of semi-structured geographical entities / Emmanuel Stefanakis in International journal of geographical information science IJGIS, vol 17 n° 6 (september 2003)
PermalinkConception et développement d'une application de modélisation de crue et inondation en 3 dimensions et temps réel / J.B. Feriot (2003)
PermalinkDéfinition d'un outil d'aide à la décision dans le domaine de l'énergie éolienne / Béatrice Ulvoas (2003)
PermalinkPermalinkExtending GIS-based visual analysis: the concept of visualscapes / M. Llobera in International journal of geographical information science IJGIS, vol 17 n° 1 (february 2003)
PermalinkMise en place et développement d'une base de données de renseignement de terrain (BDRT) à l'aide de l'outil ArcGis d'ESRI / V. Duault (2003)
PermalinkPermalinkElaboration d'une base de données relatives aux mesures agro-environnementales / K. Joussaume (2002)
PermalinkElaboration d'une base de données relatives aux mesures agro-environnementales [pour le parc naturel régional de Camargue] / K. Jousseaume (2002)
PermalinkMise en œuvre d'un outil de gestion du réseau d'assainissement au sein du PAD (port autonome de Dunkerque), Tome 1. Mémoire / O.L. Fangbe (2002)
PermalinkStructuration, mise à jour et exploitation d'une base de données localisées au service d'un projet de géographie urbaine / Olivier Laporte (2002)
PermalinkPermalinkSpatial object aggregation based on data structure, local triangulation and hierarchical analyzing method / L. Yaolin (06/08/2001)
PermalinkPermalinkA low cost documentation and retrieval system of distributed data sets for a historical town in Brazil / L.E. Renuncio (2001)
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkConception et mise en place d'un SIG au groupe de protection des prises d'eau, Service Equipement - Exploitation de la banlieue de Paris / Alexandre Pauthonnier (1997)
PermalinkPermalinkPermalinkGestion d'une base de métadonnées spatiales du Centre national de télédétection par un système d'information géographique, Volume 1. Mémoire / Mohamed Ali El Amri (1997)
PermalinkPermalinkPermalinkPermalinkÉtablissement d'un cahier des charges des développements à réaliser sur MacMap afin d'obtenir des sorties cartographiques habillées / Nathalie Robert (1995)
PermalinkExpansion du territoire et établissement d'une méthode de mise à jour des données du territoire EPSILOG / L. Spery (1995)
PermalinkPermalinkPermalinkPermalinkConception d'un outil logiciel d'aide à la décision dédié à la défense des forêts contre les incendies / Pascal Barbier (1994)
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkBase aérienne militaire et missions opérationnelles, Volume 4. Projet Brainware / Pascal Legai (1993)
PermalinkIntégration d'une simulation spatio-temporelle à un modèle topologique et numérique de terrain, 1. Tome 1 / Maxime Hubert (1993)
PermalinkIntégration d'une simulation spatio-temporelle à un modèle topologique et numérique de terrain, 2. Tome 2 / Maxime Hubert (1993)
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkProceedings, 5th international symposium on spatial data handling, IGU Commission on GIS, August 3-7, 1992, Charleston, South Carolina, USA, 1. Volume 1 / P. Bresnahan (1992)
PermalinkPermalinkPermalinkPermalinkPermalinkStage au groupe environnement du CETE de Lyon, Volume 2. Utilisation de NETWORK pour l'étude des allongements de parcours / Patrick Dayan (1991)
PermalinkStage au groupe environnement du CETE de Lyon, Volume 3. Échanges entre Moss et PC Arc/Info / Patrick Dayan (1991)
PermalinkStage au groupe environnement du CETE de Lyon, Volume 4. Utilisation de Smart 2 pour l'analyse comparative des impacts sur l'environnement / Patrick Dayan (1991)
PermalinkPermalinkFramework for a geographically referenced conservation database : case study Nepal / Sean C. Ahearn in Photogrammetric Engineering & Remote Sensing, PERS, vol 56 n° 11 (november 1990)
PermalinkRecherches dans le domaine de l'intelligence artificielle et systèmes experts en géographie / V.S. Tikunov in Annales de géographie, n° 552 (mars - avril 1990)
PermalinkPermalinkPermalinkPermalinkBases de données et systèmes de gestion de bases de données, Conférence UFSI / Françoise Duquenne (1990)
PermalinkDeuxième colloque image : traitement, synthèse, technologie et applications, Semaine internationale de l'image électronique, 1. Actes / Centre d'études des systèmes et des technologies avancées (1990)
PermalinkDeuxième colloque image : traitement, synthèse, technologie et applications, Semaine internationale de l'image électronique, 2. Actes / Centre d'études des systèmes et des technologies avancées (1990)
PermalinkEtude et implémentation d'une structure d'index spatial dans un SGBD cartographique / M. Freville (1990)
PermalinkGIS / LIS '90, 7-10 November 1990, The Anaheim Hilton and Towers, Anaheim, California, USA, Vol. 1. Proceedings / American society for photogrammetry and remote sensing (1990)
PermalinkPermalinkPermalinkPermalinkPermalinkA modern analytical stereoplotter integrated in a geographic information system / Ralf Bill (01/09/1989)
PermalinkPermalinkPermalinkPermalinkAgenda for the 90's, technical papers 1989 ASPRS-ACSM annual convention, ASPRS 55th annual meeting, ACSM 49th annual meeting, Volume 4. GIS/LIS / American society for photogrammetry and remote sensing (1989)
PermalinkAutoCarto 9 Proceedings, Ninth international symposium on computer assisted cartography / American society for photogrammetry and remote sensing (1989)
PermalinkAutomatisation de problèmes de positionnement [de toponymes] sous contraintes / Pierre Titeux (1989)
PermalinkPermalinkPermalinkRFIA 1989, Reconnaissance des formes et Intelligence Artificielle, 7ème Congrès RFIA, 29 novembre - 1er décembre 1989, 1. Tome 1 / Association française pour la cybernétique économique et technique (1989)
PermalinkPermalinkLa généralisation cartographique par l'intelligence artificielle / X.C. Zhao in Cahier du CERMA, n° 8 (01/06/1988)
PermalinkPermalinkPermalinkConcepts and methods in progressive cartography / Jean-Philippe Grelot in Annuaire international de cartographie, n° 28 (1988)
PermalinkData models and data structures / Jean-Philippe Grelot in Annuaire international de cartographie, n° 28 (1988)
PermalinkPermalinkPermalinkPermalinkInput of photogrammetric data to geographical information systems / A.S. Walker in Photogrammetric record, vol 12 n° 70 (October 1987 - March 1988)
PermalinkRaster versus vector data encoding and handling : a commentary / G. Maffini in Photogrammetric Engineering & Remote Sensing, PERS, vol 53 n° 10 Tome 1 (october 1987)
PermalinkLes bases de données topographiques et cartographiques : une nouvelle vision de l'information géographique / Christian Faad (10/06/1987)
PermalinkPermalinkLa cartographie assistée par ordinateur du réseau de transport d'électricité de France / Franck Jung (1987)
PermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkPermalinkUn système d'Informations altimétriques opérationnel : la BDZ [BD ALTI] / Gilles Saumonneau in Bulletin d'information de l'Institut géographique national, n° 54 (janvier 1987)
PermalinkMap use and map making education : attention to sources of geographic information / Alan M. MacEachren in Cartographic journal (the), vol 23 n° 2 (December 1986)
PermalinkPermalinkPermalinkPermalinkLa carte numérique, espace de lecture ? / Jean-Philippe Grelot in Annuaire international de cartographie, n° 26 (1986)
PermalinkProceedings Auto-Carto 1986, International conference on the acquisition, management and presentation of spatial data, Volume 1. Hardware, data capture and management techniques / International cartographic association = association cartographique internationale (1986)
PermalinkProceedings Auto-Carto 1986, International conference on the acquisition, management and presentation of spatial data, Volume 2. Digital mapping and Spatial Information System / International cartographic association = association cartographique internationale (1986)
PermalinkTechnical papers 1986 ACSM-ASPRS annual convention : ACSM 46th annual meeting, ASPRS 52nd annual meeting, Volume 1. Cartography and education / American society for photogrammetry and remote sensing (1986)
PermalinkStructure d'une base de données pour les systèmes d'information géographique : la démarche suivie pour le System-9 / J.P. Lauzon in Géomètre, vol 1985 n° 11 (novembre 1985)
PermalinkPermalinkPermalinkA data structure for a geo-expert system / M. Ranzinger in Annuaire international de cartographie, n° 25 (1985)
PermalinkPermalinkStrategies and data models for computer-aided generalization / K.E. Brassel in Annuaire international de cartographie, n° 25 (1985)
PermalinkAdaptive grids for geometric operations / W.M. Randolph Franklin in Cartographica, vol 21 n° 2-3 (June 1984)
PermalinkBuilding a Hypergraph-Based Data Structure : the examples of census geography and the road system / Robert D. Rugg in Cartographica, vol 21 n° 2-3 (June 1984)
PermalinkAustra-Carto One Technical papers in association with the 12th Conference of the International Cartographic Association, 12th International Cartographic Conference, 7th general Assembly, Austra-Carto One seminar / International cartographic association = association cartographique internationale (1984)
PermalinkLe rôle des KIPS dans la structuration des connaissances et dans les relations entre HBDS et le langage naturel pour un système expert en cartographie / O. Storme (1984)
PermalinkSeminar Euro-Carto 3 / International cartographic association = association cartographique internationale (1984)
PermalinkAuto-Carto 6, proceedings of the sixth international symposium on automated cartography, Volume 1. Automated cartography : international perspectives on achievements and challenges, October 16-21, 1983 / Barry S. Wellar (1983)
PermalinkAuto-Carto 6, proceedings of the sixth international symposium on automated cartography, Volume 2. Proceedings / Barry S. Wellar (1983)
PermalinkPermalinkGrundkonzepte und technische Aspekte von geographishen Informationssystem / K. Brassel in Annuaire international de cartographie, n° 23 (1983)
PermalinkPermalinkEuropean digital cartographic display, 1:500k to 1:40m / L.W. Thorpe in Cartographica, vol 19 n° 2 (June 1982)
Permalink