-
Dear ohsome team,
I tried to replicate the codes in the Jupyter notebook with some other cities' geojson files but failed to succeed. Are there any specific requirements for the data in geojson fo…
-
Since `MultiPolygons` has landed and is closely modeled on geojson, we can do a better job with `GeoJsonDataSource` in the case of MultiPolygons.
## Currently
`GeoJsonDataSource` converts any `…
-
I am trying to load and parse simple geojson:
```
Future parse() async {
final geojson = GeoJson();
String json="{\n" +
" \"type\": \"Point\",\n" +
" \"coordina…
-
I created this from mapshaper and a 500m simplification and it won't parse with geojson. I did one with a 50m and the same workflow and it did work. Here is the one that doesn't work.
[wmd-fast.j…
-
Hi,
i try to use django-geojson for one of my project with Using django 2.1.4 and Python 3.7.
After installing the module, my UWSGI crashes.
I get the following traceback
```
*** Operational M…
-
Right now I have to parse thru dozens of subfolders to get each one. The output should be first a big GeoJSON, then a each individual feature written out in "safe" path names like you have now.
-
Considering we're dealing with location data, this makes a lot of sense to treat as GeoJSON so it's compatible with various other geospatial datasets.
-
http://www.geojson.org/geojson-spec.html
Make TripUploader.java output GeoJSON compliant JSON.
-
```
What steps will reproduce the problem?
1. Try to parse geojson with nested "properties" section like
{"features":[{"geometry":{"coordinates":[36.8,
55.9],"type":"Point"},"properties":{"address":"…
-
The intent of publishing the geojson file is to have attributes that agree with the CSV file as per the memo that we worked on settling on CSV column names. Geojson has no limit on property name limi…