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

feat: insert shapefile mime types #88

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

CedrickArmel
Copy link
Contributor

feat: insert shapefile mime types

I have inserted application/x-shapefile and application/x-gis both MIME types for the shapefile format (.shp ). The shapefile format is a geospatial vector data format for geographic information system (GIS) software.

See more here.

@CedrickArmel
Copy link
Contributor Author

feat: insert geopackage mime type

I have inserted application/geopackage+sqlite3 MIME type for the GeoPackage format (.gpkg)
. GeoPackage (GPKG) is a format for raster or vector geospatial data that is open, non-proprietary, not tied to an operating system, and defined as much as possible on the basis of OGC or other standards, implemented as an SQLite database.

More information here.

@henigh
Copy link

henigh commented Mar 17, 2023

feat: insert shapefile mime types

I have inserted application/x-shapefile and application/x-gis both MIME types for the shapefile format (.shp ). The shapefile format is a geospatial vector data format for geographic information system (GIS) software.

See more here.

@CedrickArmel
FYI "Shapefile" is a set of files linked together to define a vector geographical data format.
.shp in only one of the 3 mandatory files for the shapefile data format, which are :

  • .shp : feature geometry
  • .shx : index of feature geometry
  • .dbf : attribute information

Optional files : (includes but not limited to...)

  • .prj : coordinate system and projection information
  • .idx : Indexing file
  • .sbn and .sbx : spatial index
  • .shp.xml : geospatial metadata in XML format
  • .cpg : code page files

@ccamel
Copy link
Member

ccamel commented Mar 17, 2023

Agree with @henigh. And from what I see, the media types to use for shapefiles are:

@ccamel ccamel self-assigned this Mar 30, 2023
Copy link
Member

@ccamel ccamel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some typos. I don't understand why the CI actions didn't run. The build should have reported ther errors.

src/vocab-mediatype.ttl Outdated Show resolved Hide resolved
@CedrickArmel
Copy link
Contributor Author

CedrickArmel commented Mar 30, 2023

@ccamel Do you use an RDF/RDFS/OWL serializations linter should i install ? I haven't seen any lint requirements in the project.

@ccamel
Copy link
Member

ccamel commented Mar 31, 2023

@ccamel Do you use an RDF/RDFS/OWL serializations linter should i install ? I haven't seen any lint requirements in the project.

They are. See .github/workflows/lint.yml github CI workflows.

But at least, your project must build:

make build

Additionally, a linter is present that checks the correct formatting of turtle files, and it can be executed using the following command:

make lint-ttl

However, right now it fails due to atextor/owl-cli#8.

@ccamel ccamel removed the request for review from henigh November 20, 2023 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants