Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add publiccode #2417

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
123 changes: 123 additions & 0 deletions examples/images/itowns_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions publiccode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml

publiccodeYmlVersion: '0.2'
name: 'itowns'
url: 'https://github.com/iTowns/itowns'
landingURL: 'https://github.com/iTowns/itowns.git'
softwareVersion: "2.44.2" # needs to be updated
releaseDate: '2024-09-17'# needs to be updated
softwareType: library
logo: "https://github.com/iTowns/itowns/blob/master/examples/images/itowns_logo.png"
inputTypes: # ToDo : complete
- application/json
platforms:
- web
categories:
- website-builder
- data-visualization
- it-development
usedBy: # ToDo : complete and ask for permissions
- IGN (https://www.ign.fr/)
- Ciril Grp (https://www.ciril.net/fr/)
- Sogelink (https://www.sogelink.com/)
- Laboratoire Liris (https://liris.cnrs.fr/)
- Laboratoire Lastig (https://www.umr-lastig.fr/)
roadmap: "https://www.itowns-project.org/"
developmentStatus: stable
intendedAudience:
scope:
- science-and-technology
- research
- environment
- government
- defense
description:
en:
documentation: 'https://www.itowns-project.org/'
apiDocumentation: 'https://www.itowns-project.org/itowns/docs/#tutorials/Fundamentals'
shortDescription: open-source framework designed for web-based visualisation, navigation and interaction with 2D and 3D geospatial data.
longDescription: |
iTowns is an open-source framework designed for web-based visualisation, navigation and interaction with 2D and 3D geospatial data on globes and maps. Built on Open Geospatial Consortium (OGC) open standards, it is developed with data and service interoperability in mind. It seamlessly integrates with geographical services, offering support of standard raster and vector data, including aerial imagery and terrain models. The framework supports large, heterogeneous 3D datasets such as OGC's 3D Tiles, making it ideal to build application for urban-planning and environmental monitoring. It can be easily extended to support other open formats, offering a highly customizable platform for developers.

iTowns is a geographic commons, developed collectively by a diverse community of contributors, comprising independent developers, public organizations, research laboratories and private companies. iTowns offers a modular framework to build a wide range of use cases, including visualisation, GIS, environmental and educational applications, making it versatile and adaptable for different geospatial projects.
features: # ToDo : complete ?
- Navigation and interaction with 2D and 3D geospatial data
- Built on Open Geospatial Consortium (OGC) open standards (wms, wfs, copc, 3dTiles, ...)
screenshots: # ToDo : complete ?
- 'https://raw.githubusercontent.com/iTowns/itowns.github.io/master/images/itownsReleaseXS.jpg'
- 'https://camo.githubusercontent.com/337a7f2d1c254e9099b30dc336982518fd6e8c8733c1f29fe669290b05f33905/687474703a2f2f7777772e69746f776e732d70726f6a6563742e6f72672f696d616765732f6d6f6e746167652e6a7067'
- 'https://raw.githubusercontent.com/iTowns/itowns/refs/heads/master/docs/tutorials/images/3DTiles-mesh-b3dm-2.png'
genericName: iTowns
legal:
license: MIT and CeCILL-B
mainCopyrightOwner: 'IGN and Ciril Grp'
repoOwner: 'IGN and Ciril Grp'
authorsFile: 'https://github.com/iTowns/itowns/blob/master/CONTRIBUTORS.md'
maintenance:
type: community
contractors:
- name: "IGN"
website: "https://www.ign.fr/"
until: "2015-09-20"
- name: "Ciril grp"
website: "https://www.ciril.net/fr/"
until: "2022-01-01"
contacts: # member of the Product Comitee
- name: Bouillaget Quentin
email: "[email protected]"
affiliation: IGN
- name: Jaillot Vincent
email: "[email protected]"
affiliation: Ciril Grp
- name: Picavet Loïc
email: "[email protected]"
affiliation: IGN
- name: Lavenant Antoine
email: "[email protected]"
affiliation: IGN
localisation:
localisationReady: false
availableLanguages:
- en
dependsOn:
open:
- name: Three.JS
optional: no
- name: Proj4
optional: no
Loading