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,515 public repositories matching this topic...

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