]> ToastFreeware Gitweb - philipp/winterrodeln/wrpylib.git/history - wrpylib
Fix parsing note for gastronomy.
[philipp/winterrodeln/wrpylib.git] / wrpylib /
2022-03-18 Philipp SpitzerSupport for "integer" schema type.
2022-03-18 Philipp SpitzerRename files for consistency.
2022-03-18 Philipp SpitzerUse strip_eol() to treat whitespace after generating...
2022-03-18 Philipp SpitzerCreate function strip_eol().
2022-03-15 Philipp SpitzerBetter parsing and displaying of gastronomy.
2022-03-15 Philipp SpitzerRename template sledrun_wiki to sledrun_wikitext.
2022-03-15 Philipp SpitzerReplace "comment" with "note" to make labeling more...
2022-03-15 Philipp SpitzerCreate function optional_set.
2022-03-15 Philipp SpitzerCreate function get_sledrun_description.
2022-03-13 Philipp SpitzerFix typo in docstring.
2022-03-13 Philipp SpitzerOptimize imports.
2022-03-13 Philipp SpitzerNow using comment for nightlight_possible.
2022-03-13 Philipp SpitzerRemove empty line in "see also".
2022-03-13 Philipp SpitzerAdd nightlight_weekdays_count and nightlight_weekdays_c...
2022-03-13 Philipp SpitzerFix type annotations for nightlightdays_from_str/nightl...
2022-01-23 Philipp SpitzerParse external public transport links.
2022-01-23 Philipp SpitzerParse cachet.
2022-01-23 Philipp SpitzerImprove sledrun_wiki template.
2022-01-09 Philipp SpitzerDetect impressions sub-page.
2022-01-09 Philipp SpitzerParse video from Buttonleiste.
2022-01-09 Philipp SpitzerMore detailed parsing of sled rental.
2021-12-12 Philipp SpitzerChange formatting from markdown to mediawiki.
2021-12-12 Philipp SpitzerParse car description, public transport description...
2021-11-29 Philipp SpitzerAdd type annotations.
2021-11-28 Philipp SpitzerAdd some type annotations.
2021-11-28 Philipp SpitzerAdd functions lonlat_to_json and lonlat_ele_to_json.
2021-11-28 Philipp SpitzerCorrectly represent operator in Rodelbahnbox dict.
2021-10-31 Philipp SpitzerName of public_transport_stop was split.
2021-10-29 Philipp SpitzerWrite function to resolve references ("$ref").
2021-10-29 Philipp SpitzerMake original schema available everywhere (prepare...
2021-10-29 Philipp SpitzerJSON path now contains the keys directly.
2021-10-28 Philipp SpitzerType of arrays are not tested.
2021-10-26 Philipp SpitzerFurther work on order_json_keys.
2021-10-26 Philipp SpitzerStart to work on function sorting JSON data based on...
2021-10-26 Philipp SpitzerSimplify and improve viewing of public transport.
2021-10-26 Philipp SpitzerSimplify sledrun markup creation by defining macro...
2021-10-26 Philipp SpitzerDefine macro for weblink.
2021-10-26 Philipp SpitzerImprove rendering of sledrun as MediaWiki markup.
2021-10-19 Philipp SpitzerAdd some type annotations.
2021-10-19 Philipp SpitzerCopy converting JSON to wikitext from wradmin.
2021-10-13 Philipp SpitzerAdd some type annotations.
2021-09-29 Philipp SpitzerUse same order of columns as in database.
2021-09-29 Philipp SpitzerMention package name in some imports.
2021-09-29 Philipp SpitzerRemove unused imports.
2021-09-29 Philipp SpitzerAdd more type annotations.
2021-09-29 Philipp SpitzerAvoid remaining usage of LonLat(None, None), instead...
2021-09-29 Philipp SpitzerNew table structure in MediaWiki: slots and content.
2021-08-06 Philipp SpitzerAdd function create_template().
2021-08-06 Philipp SpitzerOnly allow floats in LonLat (and not None, None).
2021-08-06 Philipp SpitzerMake use of format strings.
2021-08-06 Philipp SpitzerRemove unused class ParseError.
2021-08-05 Philipp SpitzerBetter formatting and add some type hints.
2021-07-26 Philipp SpitzerAdd type annotations and improve coding style.
2021-02-12 Philipp SpitzerDeactivate Bavaria and Switzerland.
2021-02-12 Philipp SpitzerAdd Bavaria.
2021-02-11 Philipp SpitzerAdd DEM Switzerland.
2021-02-11 Philipp SpitzerImplement bounding box check.
2021-02-09 Philipp SpitzerImplement DEM for South Tyrol.
2021-01-26 Philipp SpitzerFix nodata results.
2021-01-25 Philipp SpitzerSmall improvements in wrvalidators.py.
2021-01-25 Philipp SpitzerCreate module wrdem and script get_elevation.
2020-06-29 Philipp SpitzerMap strings saved in database as binary to unicode...
2020-06-23 Philipp SpitzerAdd mapping definition for MediaWiki table user_groups.
2020-01-10 philippSupport "real" UTF-8 by changing to utf8mb4 (winterrode...
2019-12-17 philippRemove obsolete file headers.
2019-12-17 philippMove command line interface to intermaps to separate...
2019-12-17 philippUpdate update_wrintermapsreport() to sub-functions.
2019-12-17 philippIncrease indent to avoid a Python warning in update_wri...
2019-12-17 philippImplement adding reports from wrintermapsreport to...
2019-12-17 philippMap new column first_check as well.
2019-12-17 philippDynamic UTF offset.
2019-12-17 philippPEP 8 improvements.
2019-12-17 philippWe don't need the investigate() function anymore.
2019-12-17 philippMake last_check a function parameter.
2019-12-17 philippCreate function update_wrintermapsreport().
2019-12-17 philippAdd WrIntermapsReport and WrIntermapsReportHistory...
2019-12-17 philippFix typo in column names in mapping as well.
2019-12-17 philippUse new wrpylib.orm classes.
2019-12-17 philippStart to add ORM classes for MediaWiki and Winterrodeln...
2019-12-17 philippRename unused function main() to investigate().
2019-12-17 philippDraft helper script for intermap tables.
2019-12-17 philippAdd new intermaps tables to mapping.
2019-11-29 philippMap mediawiki password field in mwdb.py.
2017-11-02 philippReplace deprecated SQLAlchemy Table.count() by sqlfunc...
2017-11-02 philippChanged sqlalchemy type Binary to LargeBinary to avoid...
2017-09-11 philippRemove unused import mwmarkup.
2017-01-29 philippMoved dbkey_to_title from mwapi to mwmarkup.
2017-01-29 philippUpdated parse_wrmap to accept normal strings.
2017-01-29 philippRemoved unused functions from wrmwmarkup.
2017-01-29 philippRepaired function update_wrmapcache.
2017-01-29 philippRemoved unused line in update_wrreportcache.
2017-01-29 philippAdded docstring to webauskunft_from_str.
2017-01-29 philippFixed conversion errors in sledrun_to_rodelbahnbox.
2017-01-29 philippFixed conversion errors in inn_to_gasthausbox.
2017-01-29 philippRepaired function update_wrinncache.
2017-01-29 philippImproved function template_from_str.
2017-01-29 philippRepaired function update_wrsledruncache.
2017-01-27 philippWorked on inn_to_gasthausbox - the test passes now.
2017-01-27 philippFixed Rauchfrei in inn_to_gasthausbox.
2017-01-27 philippWorked on inn_from_gasthausbox - the test passes now.
next