Skip to content
#

Open Data

Open data is data that can be freely used, re-used, and redistributed by anyone - subject only, at most, to the requirement to attribute and sharealike.

Here are 1,490 public repositories matching this topic...

rleitan
rleitan commented May 17, 2019

[STR]:
1.Open new/uncached session
2.Navigate to https://voice.allizom.org/en/speak (without being logged in)
3.Record a clip then click "back arrow button" located in the upper left corner
4.Click "Submit clips" from "Finish recording first" prompt
5.Click "I agree" button

[Expected result]:
The clip should be uploaded and the "Finish recording first" prompt should be automatically close

andreslucena
andreslucena commented Mar 2, 2021

Describe the bug
As an administrator when I create a new blog post from the admin panel I see that I'm the author of this post.

To Reproduce
Steps to reproduce the behavior:

  1. Sign in as administrator
  2. Go to a participatory process with blog component
  3. Create a new post
  4. Go to frontend. See that it has an author.

Expected behavior
I shouldn't see the author of this

daniel-j-h
daniel-j-h commented Sep 24, 2020

Hey hey,

I just encountered the following issue

  • I have a GeoJSON file containing a FeatureCollection with two Polygon Features
  • I pass this to sentinelsat as a footprint in a Sentinel-2 query (e.g. via geojson_to_wkt(read_geojson(geom))
  • I get results for the first feature, but not for both

This is unexpected.

What works is splitting the one file with two features into two file