Skip to content

Commit cfb9d0f

Browse files
authored
feat: add publiccode (#2417)
* feat(publiccode): add first version of publiccode * feat(publiccode): add logo in svg
1 parent 89bbbd8 commit cfb9d0f

File tree

2 files changed

+211
-0
lines changed

2 files changed

+211
-0
lines changed

examples/images/itowns_logo.svg

Lines changed: 123 additions & 0 deletions
Loading

publiccode.yml

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# This repository adheres to the publiccode.yml standard by including this
2+
# metadata file that makes public software easily discoverable.
3+
# More info at https://github.com/italia/publiccode.yml
4+
5+
publiccodeYmlVersion: '0.2'
6+
name: itowns
7+
url: 'https://github.com/iTowns/itowns.git'
8+
landingURL: 'https://github.com/iTowns/itowns'
9+
softwareVersion: 2.44.2
10+
releaseDate: '2024-09-17'
11+
softwareType: library
12+
logo: 'https://github.com/iTowns/itowns/blob/master/examples/images/itowns_logo.png'
13+
platforms:
14+
- web
15+
categories:
16+
- data-visualization
17+
- it-development
18+
- geographic-information-systems
19+
usedBy:
20+
- Institut national de l'information géographique et forestière (IGN)
21+
roadmap: 'https://www.itowns-project.org/'
22+
developmentStatus: stable
23+
intendedAudience:
24+
scope:
25+
- science-and-technology
26+
- research
27+
- environment
28+
- government
29+
- defence
30+
description:
31+
en:
32+
documentation: 'https://www.itowns-project.org/'
33+
apiDocumentation: 'https://www.itowns-project.org/itowns/docs/#tutorials/Fundamentals'
34+
shortDescription: Open-source framework designed for web-based visualisation, navigation and interaction with 2D and 3D geospatial data.
35+
longDescription: |
36+
iTowns is a powerful, open-source framework designed for the web-based visualization, navigation, and interaction with both 2D and 3D geospatial data on globes and maps. Built on Open Geospatial Consortium (OGC) standards, it prioritizes interoperability, seamlessly integrating with various geospatial services. The framework supports standard raster and vector data, including aerial imagery, terrain models, and large, heterogeneous 3D datasets like OGC's 3D Tiles. This makes iTowns particularly well-suited for applications in urban planning, environmental monitoring, geospatial asset management and beyond.
37+
38+
iTowns, based on famous ThreeJS 3D visualization library, it's very extensible and adaptable. Developers can easily extend the framework to support additional open formats, making it a highly customizable solution for a wide range of geospatial projects. Whether you're building GIS tools, visualization platforms, or educational applications, iTowns offers a modular and versatile base.
39+
40+
iTowns is also a collaborative geographic commons, developed by a diverse community that includes independent developers, public organizations, research institutions, and private companies. This collective effort ensures a constantly evolving platform, open to innovation and adaptable to the unique needs of various geospatial use cases.
41+
features:
42+
- 2D and 3D Geospatial Visualization
43+
- OGC Standards Compliance
44+
- Support for Large Datasets
45+
- Extensibility
46+
- Collaborative Development
47+
screenshots:
48+
- 'https://raw.githubusercontent.com/iTowns/itowns.github.io/master/images/itownsReleaseXS.jpg'
49+
- 'https://camo.githubusercontent.com/337a7f2d1c254e9099b30dc336982518fd6e8c8733c1f29fe669290b05f33905/687474703a2f2f7777772e69746f776e732d70726f6a6563742e6f72672f696d616765732f6d6f6e746167652e6a7067'
50+
- 'https://raw.githubusercontent.com/iTowns/itowns/refs/heads/master/docs/tutorials/images/3DTiles-mesh-b3dm-2.png'
51+
genericName: iTowns
52+
legal:
53+
license: MIT OR CECILL-B
54+
mainCopyrightOwner: IGN and Ciril GROUP
55+
repoOwner: IGN and Ciril GROUP
56+
authorsFile: 'https://github.com/iTowns/itowns/blob/master/CONTRIBUTORS.md'
57+
maintenance:
58+
type: community
59+
contractors:
60+
- name: Institut national de l'information géographique et forestière (IGN)
61+
website: 'https://www.ign.fr/'
62+
until: '2015-09-20'
63+
- name: Ciril GROUP
64+
website: 'https://www.cirilgroup.com'
65+
until: '2022-01-01'
66+
contacts:
67+
- name: Bouillaget Quentin
68+
69+
affiliation: Institut national de l'information géographique et forestière (IGN)
70+
- name: Jaillot Vincent
71+
72+
affiliation: Ciril GROUP
73+
- name: Picavet Loïc
74+
75+
affiliation: Ciril GROUP
76+
- name: Lavenant Antoine
77+
78+
affiliation: Institut national de l'information géographique et forestière (IGN)
79+
localisation:
80+
localisationReady: false
81+
availableLanguages:
82+
- en
83+
dependsOn:
84+
open:
85+
- name: Three.JS
86+
optional: 'no'
87+
- name: proj4js
88+
optional: 'no'

0 commit comments

Comments
 (0)