Сопровождающий Vladislav Zavjalov в ветке sisyphus: Информация
Имя сопровождающего: Vladislav Zavjalov (slazav)
Собрано source пакетов в данной ветке: 27
Последние изменения
3 января 2025 г. 20:07
#367524 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
3 января 2025 г. Vladislav Zavjalov:
- Improve support for tiled maps. Add MBTiles support Now ms2view and ms2render can use mbtiles as input map format, ms2render can render tiles directly to mbtiles. - Support for Finnish standard maps (e.g. V51) and Finnish grid. - Rewrite map rendering scripts (vmap_data/scripts). Direct rendering to mbtiles. Update map data. Important fix of Garmin TYP file. - Add ms2view desktop (#70, thanks to sikmir) - Fix and improve contour rendering and smoothing (image_cnt module, ms2geofig program) - vmap2: - allow larger type numbers (3-bytes instead of 2) - new features for rendering vmaps: "grid_labels", "draw_pos fill" - add a few functions for custom map filtering - support for objects types > 0xFFFF - write_geoimg: - mbtiles support - default background: transparent for tiled maps, white for others - add --fillcolor, --zfill, --swapy options - viewer: - Objects can check drawing range, in advance. This is used in tile rendering to avoid reading/creating tiles which are not needed (slazav/mapsoft2#61). - Get rid of prepare_range mechanism. It was an attempt to do parallel downloading of tiles, but it ignored caching and did a lot more additional work. Now tile downloading is requested one by one, during rendering. - geo_mkref: - rearrange code, move creation of individual reftypes to separate functions - fix --border_file option for multi-segment tracks - move geo_mkref module inside geo_data - geom: - rect_to_line for empty rectangle gives empty line instead of exception - line filtering with Ramer-Douglas-Peucker algorithm - conv: fix ConvBase::frw_acc for conversions with different x,y,z scaling (such as geo projections) - image: fix error in coordinate range check - shape: - fix reading objects with nParts=0 - add shape_dump program - add methods for getting dbf field parameters - pulkovo grid: fix zone boundaries - rainbow: return lowest color for NaN value - filename: add ls, glob, remove wrappers - module system: fix multi-threaded builds (slazav/mapsoft2#69) - geo_data: fix error in writing Ozi map reference - jnx module: a playground for jnx format
1 января 2025 г. 13:24
#367473 отправлено Vladislav Zavjalov
A utility for converting FIG files (made by xfig) to other formats
An X Window System tool for drawing basic vector graphics.
1 января 2025 г. Vladislav Zavjalov:
- 3.2.9a
5 ноября 2024 г. 18:16
#361759 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
5 ноября 2024 г. Vladislav Zavjalov:
build system: - notests makefile target: much faster build without tests - -Wstrict-aliasing=1 by default err/assert_err, image: fix compilation warnings, remove c++17 features tmpdir: update for new libzip interface geom: - rect_crop_multi() function - Line::area() method - simplify check_hole() function - fix nearest_pt() for 0- and 1- point lines - fix error in join_cross() geo_data/io_gpx: do not show 1s timestamp in track points (default nakarte timestamp) fig_geo: add --compound option for fig_add_*() functions geo_render/gobj_trk: fix speed drawing mode srtm: a few important fixes image_cnt: rewrite river/ridge tracing code vmap2: fix conversion of muplipart objects to fig/gpx vmap rendering: allow move_to feature for areas and points; add move_from feature vmap_data: - scripts: do not crop maps by default when updating from MP/FIG - scripts: always crop map when generating mp/img - add source for typ file (2012, A.Tonis, corrections by S.Orlov, S.V.) - remove compiled slazav.typ file - use line:0x24 (former swamp line) as glacier crevasse - render.cfg: draw borders with semi-transparent line - render.cfg: move roads from rivers; move summits to auto summits - add labels to some point objects - tune xfig text size ms2nom program: --cover_ratio option ms2geofig: add --compound option for adding fig data
5 ноября 2024 г. 16:47
#361752 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager
5 ноября 2024 г. Vladislav Zavjalov:
- fix build with gcc14
2 ноября 2024 г. 16:01
#361585 отправлено Vladislav Zavjalov
A version of the MIT Athena widget set for X
2 ноября 2024 г. Vladislav Zavjalov:
- 1.6.6 - update URL in spec
2 ноября 2024 г. 15:54
#361582 отправлено Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
2 ноября 2024 г. Vladislav Zavjalov:
- fix build with gcc14 (-Wincompatible-pointer-types)
2 ноября 2024 г. 15:20
#361577 отправлено Vladislav Zavjalov
A Tk toolkit extension, including widgets, geometry managers etc.
2 ноября 2024 г. Vladislav Zavjalov:
- fix build with gcc14 (-Wincompatible-pointer-types)
26 июля 2024 г. 18:28
#353681 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
26 июля 2024 г. Vladislav Zavjalov:
- image_cnt, srtm, ms2geofig: add tracing of rivers and mountain ridges (my old code from mapsoft1 with some improvements); move code for finding summits to image_cnt; fix SRTM::get_img() method and use it for contour and summit tracing to avoid data smoothing; cleanup code and tests in image_cnt. - geom/poly_tools.h: add join_cross function (join crossing parts of a MultiLine); use it in vmap2 when saving fig and gpx; use it in ms2geofig when tracing steep slopes. - image: add ImageR::get_double_range method - srtm: fix error in deg->m conversion - downloader: fix test for libcurl>=8.9.0 (fix altlinux.build) - cairo: remove deprecated functions - fix a few memory-handling problems (thanks to valgrind)
22 июля 2024 г. 15:03
#353350 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
22 июля 2024 г. Vladislav Zavjalov:
image: - Add support for reading tiled TIFF images - An important fix for tiled image data handling (much faster rendering) - Fix slazav/mapsoft2#67 error (important for new libtiff) - A few fixes and interface changes image_cnt - new module: - Finding contours on the image, smart contour filtering srtm: - Rewrite data handling and interpolation (one more time) - Fix data handling for much faster operation - Using image_cnt module - Using overlay data (see https://github.com/slazav/alos_overlay) vector maps: - remove set_dpi command in types.cfg; set fig font size for each object separately - improve default label positions: move to the nearest object point; label_def_mshift option vmap_data: - types.cfg: adjust fig font size, add label_def_mshift for some objects - render.cfg: tune fonts for summits and passes - always use UTF8 encoding in fig files - vmaps_wp_update: use single wpasses.cnv ms2geofig program: - apply --cnt_minpts option only to closed contours - new contour finding; add cnt_vtol, scnt_vtol options; remove smooth option - --add_comm option (adding additional comments to new fig objects)
31 мая 2024 г. 15:42
#350050 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
31 мая 2024 г. Vladislav Zavjalov:
A few bug fixes: - err: fix problems with NaN values and with multiple evaluations in assert scripts - geom/line_walker: avoid NaN values for lines with repeated points - fig: fix scaling/shifting - srtm: fix error in find_peaks(), fix error with getting points between tiles - vmap2gobj: fix problem with short_expand feature applied to zero-length lines - vmap2: optional scale argument to fig_pic command in types file - viewer/gobj_multi: set trivial cnv in constructor, check for NULL cnv
24 мая 2024 г. 22:03
#349081 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
24 мая 2024 г. Vladislav Zavjalov:
- Rewrite SRTM interface (work is not finished). Support for data with different resolution, do not use srtm_width.txt file (note that ALOS has different resolution at high latitudes, previously it was just rescaled). Simplify interpolation code, allow switching between nearest, linear, cubic interpolation. Do not use interpolation in graphical layers when low-resolution picture is needed. Remove automatic interpolation of holes. Use overlays: manual creation/interpolation of holes and saving this information. Fix error with drawing of a semi-transparent srtm layer. Optimize contour finding. - Rewrite GeoTrk class: now it is MultiLine<double,GeoTpt> instead of GeoTpt array with segment start flags. Massive changes in all code working with tracks. - Add vxi module (VXI-11 interface) - build system: - preliminary check for pkg-config libs. - remove support for local pkg-config files - PROG_DEPS variable - dependence on executables - geom: - Line/Multiline definition with separate coordinate and point types MultiLine<double,GeoTpt> - Point, Rect, Line, Multiline: divide/multiply by point - Line, Multiline: npts method - MultiLine: add_point, add_segment, del_last_point methods - poly_tools.h: fix a mess with 2d/non-2d functions, use arbitrary distance functions (for using with GeoTrk) - poly_tools.h: poly_cross_2d: find crossings of two closed lines - geo_data/filters: add --trk_reduce_acc, --trk_reduce_num options - geo_data/geo_utils.h: - add geo_length_2d function for Line and MultiLine - add geo_bearing_2d function - fig: write fractional font size - downloader: set log_level via options; change default 0 (no messages) - ocad: rewrite code, but still do not include it in vmap system - vmap2: add dpi setting in type configuration (affects only font size in fig output) - image: - support for 64/48 bit images - change internal representation of IMAGE_1 and IMAGE_24 formats - fix memory handling - support for PNM format 48/24/16/8/1-bit images - add 64/48 bit support for tiff format - a few image filters (some code transferred from me ph_scan repo): image_invert, image_crop, image_autocrop, image_autolevel, image_ir_undust - a few modifications in vmap-data - rewrite ms2xyz program, - --ref <trk> - calculating distances along a reference track - --break segment - restart calculation on every segment - Add new filters to ms2img program. Now I'm using it to process images after film scanning: cropping, color levels, removing dust with IR channel.
30 апреля 2024 г. 10:52
#347205 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
30 апреля 2024 г. Vladislav Zavjalov:
- 1.1.0
30 апреля 2024 г. 10:42
#347206 отправлено Vladislav Zavjalov
PROJ.4 - cartographic projections library
30 апреля 2024 г. 9:55
#347203 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
28 апреля 2024 г. Vladislav Zavjalov:
- add BuildRequires: python3-module-setuptools
29 января 2024 г. 13:58
#339264 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
29 января 2024 г. Vladislav Zavjalov:
- v.2.4.5.4
22 декабря 2023 г. 2:51
#337010 отправлено Vladislav Zavjalov
A utility for converting FIG files (made by xfig) to other formats
21 декабря 2023 г. Vladislav Zavjalov:
- current snapshot (699062a129473f7f9f4dd21dad30e04405d3ef24) important fix for utf-8 rendering
18 декабря 2023 г. 20:21
#336697 отправлено Vladislav Zavjalov
PROJ.4 - cartographic projections library
18 декабря 2023 г. Vladislav Zavjalov:
- 9.3.1
18 декабря 2023 г. 20:15
#336696 отправлено Vladislav Zavjalov
20 октября 2023 г. 22:06
#332281 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
20 октября 2023 г. Vladislav Zavjalov:
- fixes for macOS build (thanks to Nikolay Korotkiy) - impreve module building system: use make program to extract dependencies from Makefiles. - fig: support for utf8 files produced by xfig 3.2.9 - srtm: fix 1px shift in y-coordinate - ocad: transfer code from mapsoft1 (no adaptation for mapsoft2) - ms2geofig srtm: change scnt_minpts default; apply this filter before reducing number of points; --replace option - Vector maps: - Do not connect labels with wrong name if object have other labels with correct name. - Render Pulkovo-1942 grid on vector maps (pulk_grid drawing feature). - Add label_maxnum drawing feature. Default 0 for labels, 1 for points. - Add short_expand and short_skip drawing features. Expand/skip too short lines. - Fix clip drawing feature. - Remove clip_border parameter. Use "brd clip" drawing feature instead. - Allow re-defining variables in config files. - Add outer drawing feature border step. - Save multisegment objects to FIG/GPX as multiple objects; detect holes when reading. - Much faster tile rendering for a small map piece in a large border. - Default render configuration: grid, new signs for passes, fix rendering of steep glaciers, expand short bridges to 4px, etc.
19 октября 2023 г. 18:51
#332186 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
19 октября 2023 г. Vladislav Zavjalov:
- rename binaries and man pages to avoid conflicts with fvwm2
19 октября 2023 г. 18:39
#332183 отправлено Vladislav Zavjalov
An X Window System tool for drawing basic vector graphics.
19 октября 2023 г. Vladislav Zavjalov:
- current snapshot https://sourceforge.net/p/mcj/xfig/ci/b163ea2fd7bdd4a7b6c0745b8b003bef75f63923/ This should fix problems with charset conversions in object comments
26 сентября 2023 г. 18:28
#330423 отправлено Vladislav Zavjalov
A utility for converting FIG files (made by xfig) to other formats
An X Window System tool for drawing basic vector graphics.
26 сентября 2023 г. Vladislav Zavjalov:
- 3.2.9 -- Xft fonts
26 сентября 2023 г. 16:48
#330402 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
26 сентября 2023 г. Vladislav Zavjalov:
- 1.0.8
25 сентября 2023 г. 21:22
#330331 отправлено Vladislav Zavjalov
PROJ.4 - cartographic projections library
25 сентября 2023 г. 17:58
#330301 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
25 сентября 2023 г. Vladislav Zavjalov:
- v.2.4.4.1
25 сентября 2023 г. 17:02
#330296 отправлено Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
25 сентября 2023 г. Vladislav Zavjalov:
- v4.3.6
25 сентября 2023 г. 16:45
#330295 отправлено Vladislav Zavjalov
A version of the MIT Athena widget set for X
25 сентября 2023 г. Vladislav Zavjalov:
- 1.6.5
21 июля 2023 г. 12:50
#325280 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
21 июля 2023 г. Vladislav Zavjalov:
- Fix hangs and crashes in downloader (thanks to Ilya Kurdyukov)
16 июля 2023 г. 16:53
#325012 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
15 июля 2023 г. Vladislav Zavjalov:
- Vector maps: fix osm, xfig, and vmap interfaces, add gpx interface. New options: wpt_pref, update_type, update_types, label_names, osm_ids, osm_tags, crop_labels. Rename options: update_tag, update_type, update_types -> replace_*. Use system configuration files from /usr/share/mapsoft2/ by default. ifdef/ifndef/else/endif/define/define_if_undef commands in configuration files. - Update vector map scripts and configuration (vmap_data/scrpts/, vmap_data/) - ms2view: dialog for editing track point. - geom: fis line_filter_v1 and line_rectcrop functions. - Makefile: fix install rules (remove existing dirs). - Fix for gcc13, include missing cstdint. - Fix for proj >=9.2.1. - Update documentation, examples and man pages.
15 июля 2023 г. 9:53
#324975 отправлено Vladislav Zavjalov
Automatic 3D finite element grid generator
15 июля 2023 г. Vladislav Zavjalov:
- New version - patch: include missing cstdint (fix for gcc13)
15 июля 2023 г. 8:10
#324974 отправлено Vladislav Zavjalov
15 июля 2023 г. 8:01
#324973 отправлено Vladislav Zavjalov
PROJ.4 - cartographic projections library
15 июля 2023 г. Vladislav Zavjalov:
- 9.2.1
21 апреля 2023 г. 15:18
#319054 отправлено Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
21 апреля 2023 г. Vladislav Zavjalov:
- v4.3.5
22 марта 2023 г. 23:22
#317245 отправлено Vladislav Zavjalov
Support package for GPIB (IEEE 488) hardware
22 марта 2023 г. Vladislav Zavjalov:
- install udev rules to /lib/udev/rules.d (new sisyphus_check requirement)
12 декабря 2022 г. 21:32
#311599 отправлено Vladislav Zavjalov
update_gmsh
Automatic 3D finite element grid generator
пересобрано getdp-3.5.0-alt1
A General Environment for the Treatment of Discrete Problems
12 декабря 2022 г. 20:54
#311600 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
12 декабря 2022 г. Vladislav Zavjalov:
- v.2.4.2.4
12 декабря 2022 г. 20:43
#311598 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager
12 декабря 2022 г. Vladislav Zavjalov:
- upstream version 2.7.0
3 декабря 2022 г. 20:36
#311139 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
3 декабря 2022 г. Vladislav Zavjalov:
This is a major update with many incompatable and not very well tested changes, mostly in vector map system. - New vector map system: vmap2 and vmap2db formats, mapdb database is obsoleted. - New programs ms2vmap and ms2vmapdb instead of ms2mapdb. - Install all default data and scripts for map rendering. - New ms2render program for rendering geodata, DEM, vector and raster maps; remove this code from ms2conv. - New syntax of define command in vmap render configuration (everything else should work as before). - ms2geofig: new actions: make_ref, get. - Update documentation, examples and man pages.
29 октября 2022 г. 17:39
#308658 отправлено Vladislav Zavjalov
update_libproj
PROJ.4 - cartographic projections library
удалено proj-datumgrid
пересобрано gdal-3.0.4-alt1.7
The Geospatial Data Abstraction Library (GDAL)
Geographic Resources Analysis Support System
пересобрано postgis-3.3.1-alt1
Geographic Information Systems Extensions to PostgreSQL
пересобрано libgeotiff-1.6.0-alt2
Library for reading and writing GeoTIFF information tags.
пересобрано libspatialite-5.0.1-alt1
Enables SQLite to support spatial data
пересобрано spatialite-gui-2.1.0-alt1
GUI to manage Spatialite databases
API in "C" for Shapefile handling
Удобная географическая информационная система с открытым исходным кодом
an OpenStreetMap editor
пересобрано vtk-9.1.0-alt1
Инструментарий визуализации, объектно-ориентированный подход к 3D-графике
пересобрано slicer-4.11.20210226-alt4
Multi-platform, free open source software for visualization and image computing
пересобрано octave-octproj-2.0.1-alt1
GNU Octave bindings to PROJ
пересобрано openorienteering-mapper-0.9.5-alt2
OpenOrienteering Mapper program for orienteering mapmaking
GPS-картография и инструмент управления
удалено mapsoft
mapsoft2 - programs for working with maps and geodata
23 октября 2022 г. Vladislav Zavjalov:
- switch to new libproj API; - ms2conv: modify --join option - ms2geofig: add srtm data, add raster maps - ms2view: a few fixes of panoramic veiw
пересобрано xygrib-1.2.7-alt1
Визуализация метеоданных из файлов в форматах GRIB
Imports map data from www.OpenStreetMap.org to a PostgresSQL database
28 октября 2022 г. Alexey Shabalin:
- new version 1.7.1
22 октября 2022 г. 19:08
#308862 отправлено Vladislav Zavjalov
Текстовый веб-браузер в стиле Lynx, обладающий большим количеством функциональных возможностей
22 октября 2022 г. Vladislav Zavjalov:
- 0.15.1
22 октября 2022 г. 18:56
#308861 отправлено Vladislav Zavjalov
A version of the MIT Athena widget set for X
22 октября 2022 г. Vladislav Zavjalov:
- 1.6.4
21 октября 2022 г. 13:04
#308756 отправлено Vladislav Zavjalov
F(?) Virtual Window Manager, the successor to fvwm2
19 октября 2022 г. Vladislav Zavjalov:
- rename scripts and perl libraries to avoid collisions with old fvwm
7 октября 2022 г. 16:36
#308038 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
7 октября 2022 г. Vladislav Zavjalov:
- v.2.4.0.2
3 октября 2022 г. 23:41
#307807 отправлено Vladislav Zavjalov
S3cmd is a tool for managing Amazon S3 storage space
3 октября 2022 г. Vladislav Zavjalov:
- v.2.3.0 (closes #43928)
21 августа 2022 г. 16:51
#305600 отправлено Vladislav Zavjalov
update_gmsh
Automatic 3D finite element grid generator
пересобрано getdp-3.5.0-alt1
A General Environment for the Treatment of Discrete Problems
17 июля 2022 г. 14:50
#303848 отправлено Vladislav Zavjalov
A General Environment for the Treatment of Discrete Problems
17 июля 2022 г. Vladislav Zavjalov:
- v.3.5.0
24 июня 2022 г. 9:46
#302561 отправлено Vladislav Zavjalov
mapsoft - programs for working with maps and geodata
24 июня 2022 г. Vladislav Zavjalov:
- fix build with gcc12.1.1: std::ws set failbit on eof - scripts: install mapsoft_map.sh to fix script deps - do not install convs_gtiles - small updates in map styles - mapsoft_srtm2fig: sctn operation (finding slope contours)
17 июня 2022 г. 2:12
#302223 отправлено Vladislav Zavjalov
mapsoft2 - programs for working with maps and geodata
16 июня 2022 г. Vladislav Zavjalov:
- Drawing tracks: --trk_draw_width option - Downloading tiled maps: --insecure, --user_agent, --http_ref options - Making map reference: --coords_nom, --coords_file options - TIFF: --tiff_compression option -- support many compression types - better support for ALOS DEM files - FIG/GeoFIG support - fix build with gcc12.1.1
17 июня 2022 г. 1:36
#302224 отправлено Vladislav Zavjalov
Текстовый веб-браузер в стиле Lynx, обладающий большим количеством функциональных возможностей
16 июня 2022 г. Vladislav Zavjalov:
- fix build with gcc-12.1.1 (-Werror=address, address always true)
9 апреля 2022 г. 11:40
#298176 отправлено Vladislav Zavjalov
A field-theory motivated approach to computer algebra
26 февраля 2022 г. Vladislav Zavjalov:
- current upstream snapshot (ce5bc98) with a few important fixes - add RPATH to binaries to fix "cadabra2.cpython-310.so not found" error