index
:
KlimatanalysNorr/tools
master
Backend utilities for Klimatanalys Norr's web map.
Guilhem Moulin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webmap-import
Commit message (
Expand
)
Author
Age
Files
*
webmap-import: Rename --compress-tiles option to --mvt-compress.
Guilhem Moulin
2025-05-21
1
*
webmap-import: Remove option --mvtdir-tmp.
Guilhem Moulin
2025-05-21
1
*
webmap-import: Add option to generate Mapbox Vector Tiles (MVT).
Guilhem Moulin
2025-05-21
1
*
Factor out densification logic from getExtent() into own function.
Guilhem Moulin
2025-05-21
1
*
Move part of the fingerprinting logic into PostgreSQL when possible.
Guilhem Moulin
2025-05-20
1
*
importSources(): Return either success, error, or no change.
Guilhem Moulin
2025-05-01
1
*
webmap-import: Fingerprint destination layers to detect changes.
Guilhem Moulin
2025-05-01
1
*
webmap-import: Fix fd leak, open lockfiles only once.
Guilhem Moulin
2025-04-28
1
*
Set and restore umask to ensure lockfiles are atomically created with mode 0664.
Guilhem Moulin
2025-04-28
1
*
Move layer transactional logic to importSources().
Guilhem Moulin
2025-04-24
1
*
Change layer cache logic to target destination layers rather than sources.
Guilhem Moulin
2025-04-24
1
*
typofix
Guilhem Moulin
2025-04-23
1
*
webmap-import: Add a cache layer and store the source file's last modificatio...
Guilhem Moulin
2025-04-23
1
*
webmap-import: Break down into separate modules.
Guilhem Moulin
2025-04-21
1
*
webmap-import: Major refactoring.
Guilhem Moulin
2025-04-19
1
*
Add type hints and refactor a bit to please pylint.
Guilhem Moulin
2025-04-19
1
*
webmap-import: Show the list of ingnored source fields.
Guilhem Moulin
2024-10-27
1
*
PostgreSQL: Add NOT NULL constraints on the geometry columns.
Guilhem Moulin
2024-10-27
1
*
webmap-import: Improve wording.
Guilhem Moulin
2024-09-26
1
*
Add `webmap-publish` script to export layers to Mapbox Vector Tiles.
Guilhem Moulin
2024-09-25
1
*
webmap-import: add option --lockfile to obtain an exclusive lock.
Guilhem Moulin
2024-09-20
1
*
webmap-import: Don't crash when trying to insert a feature without geometry.
Guilhem Moulin
2024-06-22
1
*
webmap-import: Improve OGRFieldDefn::[GS]et*() capability detection.
Guilhem Moulin
2024-06-21
1
*
webmap-import: Don't crash if the destination layer has no SRS.
Guilhem Moulin
2024-06-21
1
*
Conditionally use GetTZFlag()/SetTZFlag() depending on the GDAL version.
Guilhem Moulin
2024-06-20
1
*
webmap-import: Improve debug messages.
Guilhem Moulin
2024-06-20
1
*
Conditionally use GetComment()/SetComment() depending on the GDAL version.
Guilhem Moulin
2024-06-20
1
*
webmap-import: Improve variable name.
Guilhem Moulin
2024-06-19
1
*
Add logic for field regex substitution.
Guilhem Moulin
2024-06-19
1
*
webmap-import: Improve variable name.
Guilhem Moulin
2024-06-19
1
*
Add logic to replace field value literals.
Guilhem Moulin
2024-06-19
1
*
webmap-import: Use the identity mapping if no ‘field-map’ is specified.
Guilhem Moulin
2024-06-16
1
*
webmap-import: Rename ‘fields’ list/dict to ‘field-map’.
Guilhem Moulin
2024-06-16
1
*
Don't warn about unexisting fields for empty GeoJSON sources.
Guilhem Moulin
2024-06-12
1
*
Use systemd.journal to log to journald when sarted via .service files.
Guilhem Moulin
2024-06-11
1
*
config.yml: Add field comments.
Guilhem Moulin
2024-06-11
1
*
webmap-import: Add error-checking for CreateFeature().
Guilhem Moulin
2024-06-11
1
*
webmap-import: Improve INFO message.
Guilhem Moulin
2024-06-11
1
*
Improve comments.
Guilhem Moulin
2024-06-11
1
*
webmap-import: Add geometry conversion support.
Guilhem Moulin
2024-06-11
1
*
Fix extent logic when the SRS of the output layer is not the destination SRS.
Guilhem Moulin
2024-06-11
1
*
Wording
Guilhem Moulin
2024-06-11
1
*
Add support for reprojection into the destination SRS.
Guilhem Moulin
2024-06-11
1
*
Add TZFlag support (for GDAl ≥3.8).
Guilhem Moulin
2024-06-10
1
*
webmap-import: Don't try to set description if it is unset in config.yml.
Guilhem Moulin
2024-06-10
1
*
webmap-import: Rename getFieldTypeCode() to parseFieldType().
Guilhem Moulin
2024-06-10
1
*
Add `webmap-import` script to import source layers.
Guilhem Moulin
2024-06-10
1