-
Hi all,
I am not sure if this is the right repository since I just found the idea of outsourcing the topic of mapping/plotting to an own package (ClimateMapping).
Nevertheless, if used for Gauss…
-
What would it look like to parallelize/distributed GeoPandas with Dask?
Dask has created parallel variants of NumPy arrays and Pandas Dataframes. I think it may be sensible to do the same with Geo…
-
- [x] Dataset
- [ ] Basic visualization (follow #7 )
- [ ] Literature
- [x] #8
- [x] @Tanvig Add the other paper for which you found code here
- [ ] Implementing the (2+1)D model (used i…
-
[Reflections](https://github.com/suminwei2772/STAT545-547-hw-Wei-Lisa/blob/master/hw09/reflections_powers_Rpackage.md) located in hw09 of current repo `STAT545-547-hw-Wei_Lisa`.
I made a separate r…
-
Would the Lasagne community / developers be interested in adding code for training loops, basic DNN construction, etc?
I found that code for training loops with features such as early termination, et…
-
The Filed class should be abstract, allowing for different field representations.
However, its interface is focused on interpolated fields, as many methods introduced by this class refer to discretiz…
-
## Expected
`Grid.ToNative()` should return the top-left point of the given tile:
```go
grid, _ := slippy.NewGrid(3857)
tile := slippy.NewTile(5, 0, 0)
point, _ := grid.ToNative(tile)
fmt.Prin…
-
Hi @jules32, @jafflerbach, @oharac, @melsteroni, @stevejbrown,
I'd like to propose giving a demo to eco-data-science on the power of [htmlwidgets.org](http://www.htmlwidgets.org/) for interactive dis…
bbest updated
7 years ago
-
Awesome. Do you plan to make it available in Observable? Actually, we absolutely need that! In any case, i'm available for testing.
-
```
I have a database, which uses Postgis for spatial data.
The data is kept according to OpenGIS standard.
When I load a table containing spatial data using RPostgreSQL,
then I am getting
Warni…