Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: AKSW/transform-bvl-pages-to-csv-file

3.1

10 Jan 09:47
Compare
Choose a tag to compare
3.1
  • improved long / lat handling
  • switch to leightweight SQlite for storing geo information
  • made generation more robust, for instance of input file is missing
  • fixed elevator issues
  • better data quality (floats are now outlined as ones and not strings anymore)

3.0

30 Aug 06:53
Compare
Choose a tag to compare
3.0

Removed rdf files, focus on CSV file from now on:

  • CSV got new field: ID - it represents an unique identifier
    which is applied for the whole file and can be used to be
    part of an URI
  • removed function createRDFTurtleFile and createEnrichedRDFFile
  • renamed generateBuildingUri to generateBuildingUniqueIdentifier
    and let it only create an unique string instead of an URI
    from now on
  • removed obsolete commented code

2.0

12 Jul 08:36
Compare
Choose a tag to compare
2.0

This release reflects the changes of the data source. Instead of scraping the pages, we use the Access database provided by the BVL instead. It contains way more information as listed on the homepage.

We combine the database information with aggregated information from the homepage and provide enhanced CSV and NT-files.

1.1

11 Jul 15:05
Compare
Choose a tag to compare
1.1
  • updated README
  • create a N-triples files too (RDF serialization) which contains some information of the CSV file

1.0

05 Apr 12:30
Compare
Choose a tag to compare
1.0

First version. It contains the toolset to extract information from BVL pages and generate CSV file (le-online-extracted-places.csv).