Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Releases: mapswipe/python-mapswipe-workers

New project type "Street"

Choose a tag to compare

@ofr1tz ofr1tz released this 06 Mar 16:57
e05be8b

What's Changed

  • Introduces the new project type "Street"
  • Python workers: Creation worker creates projects and tutorials of type Street for Mapillary image classification projects
  • Manager Dashboard: Provide relevant inputs to create Street project type project and tutorial drafts

Refactoring and New Project Types

Choose a tag to compare

@ofr1tz ofr1tz released this 05 Feb 16:28
ae33b71

What's Changed

This refactoring introduces a new structure for project type classes:

  • All project type classes inherit from BaseProject
  • Classification, Completeness and Change Detection project types inherit from TileMapServiceBaseProject.
  • Task and group classes are reduced to dataclasses and are attributes of project type classes. Logic for creating those are defined as functions in project type classes.
  • Implement new inheritance and composition structure for all tutorials (tutorials.py)
  • Introduces Digitisation (as subclass of arbitrary geometry) and MediaClassification project types. These project types are currently not supported in the MapSwipe app, but will be relevant in the future and on the upcoming web-client.
  • Added tests and updated fixtures

HOT export issue fix

Choose a tag to compare

@udaynwa udaynwa released this 01 Sep 05:35
9fcde1b

Backend workers, MapSwipe website

  • Fix filter issue in the export of HOT

*Note: The fix has been deployed. But incase if you see any irregularity in the HOT export, please let us know and we will fix it.

Community Dashboard maintenance

Choose a tag to compare

@udaynwa udaynwa released this 09 Aug 10:33
5a95c28

Community Dashboard

  • Fix Privacy page's link
  • Remove Cookie page's link
  • Navigate to MapSwipe website from Community Dashboard by clicking MapSwipe logo in top-left

Bugs fixes: Improvements to Footprint Validation Project

Choose a tag to compare

@udaynwa udaynwa released this 25 Jul 06:28
e7d3367

Managers Dashboard

  • Add padding on Footprint GeoJSON preview
  • Increase max characters for tutorial texts
  • Remove note on Footprint tutorial
  • Send RGB color instead of names

Improvements to Footprint Validation Project

Choose a tag to compare

@udaynwa udaynwa released this 12 Jul 06:07
66b8838

MapSwipe App

This release introduces the following changes:

  • Upgrade React Native to v0.71.3
  • Fix an issue where User Group stats was empty on first load
  • Add support for custom options in footprint projects
  • Add support for dynamic information pages in tutorial

Managers Dashboard

This deployment of Managers Dashboard introduces the following changes:

  • Improve tutorial creation
    • Add customizable Information Pages and Scenario Pages, along with their mobile previews
    • Remove the need to upload a JSON file while creating tutorials
    • Change the layout of tutorial creation forms making them match with the order of screens in the MapSwipe app
  • Improve Footprint mission
    • Add Options and Sub-options
    • Add mobile preview of Options and Sub-options

Firebase Function

  • Add a check to discard results from old app to new footprint projects

Python Worker

  • Store/forward custom options
    • Add fallback custom options for existing project
  • Update data aggregation for:
    • Footprint project (custom options) #854
    • New MapSwipe website

MapSwipe Maintenance and Bug fixes

Choose a tag to compare

@udaynwa udaynwa released this 26 Jun 10:09
4675071
  • Pre-calculate total geo are and time max limit for project groups
  • Fix footprint time threshold calculation logic

MapSwipe Maintenance and Bug fixes

Choose a tag to compare

@udaynwa udaynwa released this 01 Jun 09:10
1959557

Managers Dashboard

  • Use a different GeoJSON validator #662
  • Add a namespace for the file name in storage #668
  • Fix delete project not working #657

Community Dashboard

  • Fix the heatmap not moving when the user pans through world copies #655
  • Fix the time-series aggregation issue #669

Update Docs

Choose a tag to compare

@Hagellach37 Hagellach37 released this 25 Apr 15:03
128f03b
  • Update docs according to new project type
  • add option to use {-y} parameter in tileserver url

Building Footprint Project Type

Choose a tag to compare

@Hagellach37 Hagellach37 released this 15 Jan 14:11
712b676
  • rework building footprint project type creation
  • improve building footprint project tutorial